diff --git a/stable/loki/1.0.5/CHANGELOG.md b/stable/loki/1.0.6/CHANGELOG.md
similarity index 84%
rename from stable/loki/1.0.5/CHANGELOG.md
rename to stable/loki/1.0.6/CHANGELOG.md
index 36720ae9c0..83578fa31a 100644
--- a/stable/loki/1.0.5/CHANGELOG.md
+++ b/stable/loki/1.0.6/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [loki-1.0.6](https://github.com/truecharts/apps/compare/loki-1.0.5...loki-1.0.6) (2021-11-24)
+
+#### Fix
+
+* disable promtail for the time being (needs fix for dataset access)
+
+
+
### [loki-1.0.5](https://github.com/truecharts/apps/compare/loki-1.0.4...loki-1.0.5) (2021-11-24)
diff --git a/stable/loki/1.0.5/CONFIG.md b/stable/loki/1.0.6/CONFIG.md
similarity index 100%
rename from stable/loki/1.0.5/CONFIG.md
rename to stable/loki/1.0.6/CONFIG.md
diff --git a/stable/loki/1.0.5/Chart.lock b/stable/loki/1.0.6/Chart.lock
similarity index 84%
rename from stable/loki/1.0.5/Chart.lock
rename to stable/loki/1.0.6/Chart.lock
index eccf0d1f4e..9e89237d41 100644
--- a/stable/loki/1.0.5/Chart.lock
+++ b/stable/loki/1.0.6/Chart.lock
@@ -6,4 +6,4 @@ dependencies:
repository: https://grafana.github.io/helm-charts
version: 3.9.1
digest: sha256:3f841378ab3f9adc465dda0eeb860887a06946efe1c6b896d11c8b3a0264d5e6
-generated: "2021-11-24T11:36:19.304874045Z"
+generated: "2021-11-24T12:11:47.260142261Z"
diff --git a/stable/loki/1.0.5/Chart.yaml b/stable/loki/1.0.6/Chart.yaml
similarity index 98%
rename from stable/loki/1.0.5/Chart.yaml
rename to stable/loki/1.0.6/Chart.yaml
index b016beeb4f..4868b1d805 100644
--- a/stable/loki/1.0.5/Chart.yaml
+++ b/stable/loki/1.0.6/Chart.yaml
@@ -23,7 +23,7 @@ name: loki
sources:
- https://github.com/grafana/loki
type: application
-version: 1.0.5
+version: 1.0.6
annotations:
truecharts.org/catagories: |
- logs
diff --git a/stable/loki/1.0.5/README.md b/stable/loki/1.0.6/README.md
similarity index 100%
rename from stable/loki/1.0.5/README.md
rename to stable/loki/1.0.6/README.md
diff --git a/stable/loki/1.0.5/app-readme.md b/stable/loki/1.0.6/app-readme.md
similarity index 100%
rename from stable/loki/1.0.5/app-readme.md
rename to stable/loki/1.0.6/app-readme.md
diff --git a/stable/loki/1.0.5/charts/common-8.9.3.tgz b/stable/loki/1.0.6/charts/common-8.9.3.tgz
similarity index 100%
rename from stable/loki/1.0.5/charts/common-8.9.3.tgz
rename to stable/loki/1.0.6/charts/common-8.9.3.tgz
diff --git a/stable/loki/1.0.5/charts/promtail-3.9.1.tgz b/stable/loki/1.0.6/charts/promtail-3.9.1.tgz
similarity index 100%
rename from stable/loki/1.0.5/charts/promtail-3.9.1.tgz
rename to stable/loki/1.0.6/charts/promtail-3.9.1.tgz
diff --git a/stable/loki/1.0.5/helm-values.md b/stable/loki/1.0.6/helm-values.md
similarity index 99%
rename from stable/loki/1.0.5/helm-values.md
rename to stable/loki/1.0.6/helm-values.md
index b18032d769..e73e57fa45 100644
--- a/stable/loki/1.0.5/helm-values.md
+++ b/stable/loki/1.0.6/helm-values.md
@@ -59,7 +59,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.liveness.path | string | `"/ready"` | |
| probes.readiness.path | string | `"/ready"` | |
| probes.startup.path | string | `"/ready"` | |
-| promtail.enabled | bool | `true` | |
+| promtail.enabled | bool | `false` | |
| service.main.ports.main.port | int | `3100` | |
| service.main.ports.main.protocol | string | `"HTTP"` | |
| service.main.ports.main.targetPort | int | `3100` | |
diff --git a/stable/loki/1.0.5/ix_values.yaml b/stable/loki/1.0.6/ix_values.yaml
similarity index 99%
rename from stable/loki/1.0.5/ix_values.yaml
rename to stable/loki/1.0.6/ix_values.yaml
index 25fa308d24..b1d059d40c 100644
--- a/stable/loki/1.0.5/ix_values.yaml
+++ b/stable/loki/1.0.6/ix_values.yaml
@@ -145,4 +145,4 @@ volumeClaimTemplates:
mountPath: "/data"
promtail:
- enabled: true
+ enabled: false
diff --git a/stable/loki/1.0.5/questions.yaml b/stable/loki/1.0.6/questions.yaml
similarity index 100%
rename from stable/loki/1.0.5/questions.yaml
rename to stable/loki/1.0.6/questions.yaml
diff --git a/stable/loki/1.0.5/templates/_helpers.tpl b/stable/loki/1.0.6/templates/_helpers.tpl
similarity index 100%
rename from stable/loki/1.0.5/templates/_helpers.tpl
rename to stable/loki/1.0.6/templates/_helpers.tpl
diff --git a/stable/loki/1.0.5/templates/common.yaml b/stable/loki/1.0.6/templates/common.yaml
similarity index 100%
rename from stable/loki/1.0.5/templates/common.yaml
rename to stable/loki/1.0.6/templates/common.yaml
diff --git a/stable/loki/1.0.5/templates/configmap-alert.yaml b/stable/loki/1.0.6/templates/configmap-alert.yaml
similarity index 100%
rename from stable/loki/1.0.5/templates/configmap-alert.yaml
rename to stable/loki/1.0.6/templates/configmap-alert.yaml
diff --git a/stable/loki/1.0.5/templates/secret.yaml b/stable/loki/1.0.6/templates/secret.yaml
similarity index 100%
rename from stable/loki/1.0.5/templates/secret.yaml
rename to stable/loki/1.0.6/templates/secret.yaml
diff --git a/stable/loki/1.0.5/values.yaml b/stable/loki/1.0.6/values.yaml
similarity index 100%
rename from stable/loki/1.0.5/values.yaml
rename to stable/loki/1.0.6/values.yaml