diff --git a/stable/loki/1.0.7/Chart.lock b/stable/loki/1.0.7/Chart.lock deleted file mode 100644 index c0a61fc3fcc..00000000000 --- a/stable/loki/1.0.7/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.3 -- name: promtail - repository: https://truecharts.org - version: 0.0.3 -digest: sha256:0b87225593d82e15b244ea38498822112e2c8f40bfbe893534e77d28e6336b6f -generated: "2021-11-24T18:18:37.036598125Z" diff --git a/stable/loki/1.0.7/charts/promtail-0.0.3.tgz b/stable/loki/1.0.7/charts/promtail-0.0.3.tgz deleted file mode 100644 index f41ec649403..00000000000 Binary files a/stable/loki/1.0.7/charts/promtail-0.0.3.tgz and /dev/null differ diff --git a/stable/loki/1.0.7/CHANGELOG.md b/stable/loki/1.0.8/CHANGELOG.md similarity index 91% rename from stable/loki/1.0.7/CHANGELOG.md rename to stable/loki/1.0.8/CHANGELOG.md index 6d7ba7a34ad..059089f5568 100644 --- a/stable/loki/1.0.7/CHANGELOG.md +++ b/stable/loki/1.0.8/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [loki-1.0.8](https://github.com/truecharts/apps/compare/loki-1.0.7...loki-1.0.8) (2021-11-24) + +#### Chore + +* bump promtail + + + ### [loki-1.0.7](https://github.com/truecharts/apps/compare/loki-1.0.6...loki-1.0.7) (2021-11-24) diff --git a/stable/loki/1.0.7/CONFIG.md b/stable/loki/1.0.8/CONFIG.md similarity index 100% rename from stable/loki/1.0.7/CONFIG.md rename to stable/loki/1.0.8/CONFIG.md diff --git a/stable/loki/1.0.8/Chart.lock b/stable/loki/1.0.8/Chart.lock new file mode 100644 index 00000000000..33c966b143a --- /dev/null +++ b/stable/loki/1.0.8/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.3 +- name: promtail + repository: https://truecharts.org + version: 0.0.4 +digest: sha256:7a1c1c0bb5bb3f723be0d9655821cc56ccff1e8d6b1fda4a07d222a97a6a9729 +generated: "2021-11-24T19:26:22.238970351Z" diff --git a/stable/loki/1.0.7/Chart.yaml b/stable/loki/1.0.8/Chart.yaml similarity index 95% rename from stable/loki/1.0.7/Chart.yaml rename to stable/loki/1.0.8/Chart.yaml index 1a4da0fa20f..501e61db42b 100644 --- a/stable/loki/1.0.7/Chart.yaml +++ b/stable/loki/1.0.8/Chart.yaml @@ -7,7 +7,7 @@ dependencies: - name: "promtail" condition: promtail.enabled repository: https://truecharts.org - version: "0.0.3" + version: "0.0.4" deprecated: false description: "Loki: like Prometheus, but for logs." home: https://github.com/truecharts/apps/tree/master/charts/stable/loki @@ -23,7 +23,7 @@ name: loki sources: - https://github.com/grafana/loki type: application -version: 1.0.7 +version: 1.0.8 annotations: truecharts.org/catagories: | - logs diff --git a/stable/loki/1.0.7/README.md b/stable/loki/1.0.8/README.md similarity index 96% rename from stable/loki/1.0.7/README.md rename to stable/loki/1.0.8/README.md index 76ea509b0fa..3a8f026d9b7 100644 --- a/stable/loki/1.0.7/README.md +++ b/stable/loki/1.0.8/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://truecharts.org | common | 8.9.3 | -| https://truecharts.org | promtail | 0.0.3 | +| https://truecharts.org | promtail | 0.0.4 | ## Installing the Chart diff --git a/stable/loki/1.0.7/app-readme.md b/stable/loki/1.0.8/app-readme.md similarity index 100% rename from stable/loki/1.0.7/app-readme.md rename to stable/loki/1.0.8/app-readme.md diff --git a/stable/loki/1.0.7/charts/common-8.9.3.tgz b/stable/loki/1.0.8/charts/common-8.9.3.tgz similarity index 100% rename from stable/loki/1.0.7/charts/common-8.9.3.tgz rename to stable/loki/1.0.8/charts/common-8.9.3.tgz diff --git a/stable/loki/1.0.8/charts/promtail-0.0.4.tgz b/stable/loki/1.0.8/charts/promtail-0.0.4.tgz new file mode 100644 index 00000000000..df3b8cf4115 Binary files /dev/null and b/stable/loki/1.0.8/charts/promtail-0.0.4.tgz differ diff --git a/stable/loki/1.0.7/helm-values.md b/stable/loki/1.0.8/helm-values.md similarity index 100% rename from stable/loki/1.0.7/helm-values.md rename to stable/loki/1.0.8/helm-values.md diff --git a/stable/loki/1.0.7/ix_values.yaml b/stable/loki/1.0.8/ix_values.yaml similarity index 100% rename from stable/loki/1.0.7/ix_values.yaml rename to stable/loki/1.0.8/ix_values.yaml diff --git a/stable/loki/1.0.7/questions.yaml b/stable/loki/1.0.8/questions.yaml similarity index 100% rename from stable/loki/1.0.7/questions.yaml rename to stable/loki/1.0.8/questions.yaml diff --git a/stable/loki/1.0.7/templates/_helpers.tpl b/stable/loki/1.0.8/templates/_helpers.tpl similarity index 100% rename from stable/loki/1.0.7/templates/_helpers.tpl rename to stable/loki/1.0.8/templates/_helpers.tpl diff --git a/stable/loki/1.0.7/templates/common.yaml b/stable/loki/1.0.8/templates/common.yaml similarity index 100% rename from stable/loki/1.0.7/templates/common.yaml rename to stable/loki/1.0.8/templates/common.yaml diff --git a/stable/loki/1.0.7/templates/configmap-alert.yaml b/stable/loki/1.0.8/templates/configmap-alert.yaml similarity index 100% rename from stable/loki/1.0.7/templates/configmap-alert.yaml rename to stable/loki/1.0.8/templates/configmap-alert.yaml diff --git a/stable/loki/1.0.7/templates/secret.yaml b/stable/loki/1.0.8/templates/secret.yaml similarity index 100% rename from stable/loki/1.0.7/templates/secret.yaml rename to stable/loki/1.0.8/templates/secret.yaml diff --git a/stable/loki/1.0.7/values.yaml b/stable/loki/1.0.8/values.yaml similarity index 100% rename from stable/loki/1.0.7/values.yaml rename to stable/loki/1.0.8/values.yaml