From 63a8224aaf4c848a340343e69a4dae7b8fab8bad Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 24 Nov 2021 12:14:55 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/loki/{1.0.5 => 1.0.6}/CHANGELOG.md | 9 +++++++++ stable/loki/{1.0.5 => 1.0.6}/CONFIG.md | 0 stable/loki/{1.0.5 => 1.0.6}/Chart.lock | 2 +- stable/loki/{1.0.5 => 1.0.6}/Chart.yaml | 2 +- stable/loki/{1.0.5 => 1.0.6}/README.md | 0 stable/loki/{1.0.5 => 1.0.6}/app-readme.md | 0 .../loki/{1.0.5 => 1.0.6}/charts/common-8.9.3.tgz | Bin .../loki/{1.0.5 => 1.0.6}/charts/promtail-3.9.1.tgz | Bin stable/loki/{1.0.5 => 1.0.6}/helm-values.md | 2 +- stable/loki/{1.0.5 => 1.0.6}/ix_values.yaml | 2 +- stable/loki/{1.0.5 => 1.0.6}/questions.yaml | 0 stable/loki/{1.0.5 => 1.0.6}/templates/_helpers.tpl | 0 stable/loki/{1.0.5 => 1.0.6}/templates/common.yaml | 0 .../{1.0.5 => 1.0.6}/templates/configmap-alert.yaml | 0 stable/loki/{1.0.5 => 1.0.6}/templates/secret.yaml | 0 stable/loki/{1.0.5 => 1.0.6}/values.yaml | 0 16 files changed, 13 insertions(+), 4 deletions(-) rename stable/loki/{1.0.5 => 1.0.6}/CHANGELOG.md (84%) rename stable/loki/{1.0.5 => 1.0.6}/CONFIG.md (100%) rename stable/loki/{1.0.5 => 1.0.6}/Chart.lock (84%) rename stable/loki/{1.0.5 => 1.0.6}/Chart.yaml (98%) rename stable/loki/{1.0.5 => 1.0.6}/README.md (100%) rename stable/loki/{1.0.5 => 1.0.6}/app-readme.md (100%) rename stable/loki/{1.0.5 => 1.0.6}/charts/common-8.9.3.tgz (100%) rename stable/loki/{1.0.5 => 1.0.6}/charts/promtail-3.9.1.tgz (100%) rename stable/loki/{1.0.5 => 1.0.6}/helm-values.md (99%) rename stable/loki/{1.0.5 => 1.0.6}/ix_values.yaml (99%) rename stable/loki/{1.0.5 => 1.0.6}/questions.yaml (100%) rename stable/loki/{1.0.5 => 1.0.6}/templates/_helpers.tpl (100%) rename stable/loki/{1.0.5 => 1.0.6}/templates/common.yaml (100%) rename stable/loki/{1.0.5 => 1.0.6}/templates/configmap-alert.yaml (100%) rename stable/loki/{1.0.5 => 1.0.6}/templates/secret.yaml (100%) rename stable/loki/{1.0.5 => 1.0.6}/values.yaml (100%) 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 36720ae9c09..83578fa31a6 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 eccf0d1f4e7..9e89237d41a 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 b016beeb4fb..4868b1d8059 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 b18032d7697..e73e57fa454 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 25fa308d244..b1d059d40c6 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