From cc0db0642b1d72d6d2721ce8793eddfdadc94467 Mon Sep 17 00:00:00 2001 From: Haibread Date: Tue, 28 May 2024 18:22:10 +0200 Subject: [PATCH 1/4] fix memcached-stateful imagepullsecrets --- .../helm/loki/templates/memcached/_memcached-statefulset.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/templates/memcached/_memcached-statefulset.tpl b/production/helm/loki/templates/memcached/_memcached-statefulset.tpl index 32fd62450267..8310e49dbc72 100644 --- a/production/helm/loki/templates/memcached/_memcached-statefulset.tpl +++ b/production/helm/loki/templates/memcached/_memcached-statefulset.tpl @@ -72,7 +72,7 @@ spec: terminationGracePeriodSeconds: {{ .terminationGracePeriodSeconds }} {{- if $.ctx.Values.imagePullSecrets }} imagePullSecrets: - {{- range $.ctx.Values.image.pullSecrets }} + {{- range $.ctx.Values.imagePullSecrets }} - name: {{ . }} {{- end }} {{- end }} From 574972feee1a0560962587313b396af63754619d Mon Sep 17 00:00:00 2001 From: Haibread Date: Tue, 28 May 2024 18:22:26 +0200 Subject: [PATCH 2/4] bump chart version --- production/helm/loki/CHANGELOG.md | 4 ++++ production/helm/loki/Chart.yaml | 2 +- production/helm/loki/README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 525cf8245ac4..3941821328db 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang [//]: # ( : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) +## 6.7.2 + +- [BUGFIX] Fix imagePullSecrets for statefulset-results-cache + ## 6.7.1 - [CHANGE] Changed version of Loki to 3.1.0 diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index eb9a96beae19..168da97136da 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -3,7 +3,7 @@ name: loki description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. type: application appVersion: 3.1.0 -version: 6.7.1 +version: 6.7.2 home: https://grafana.github.io/helm-charts sources: - https://github.com/grafana/loki diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index acb17fe25f14..a6e7e53df538 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 6.7.1](https://img.shields.io/badge/Version-6.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) +![Version: 6.7.2](https://img.shields.io/badge/Version-6.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square) Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. From 88dc0989cdc4e7932185fc0cc1f2e4f2b45497af Mon Sep 17 00:00:00 2001 From: Haibread Date: Tue, 28 May 2024 18:22:49 +0200 Subject: [PATCH 3/4] update changelog --- production/helm/loki/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 3941821328db..7019627fd04a 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -45,6 +45,10 @@ Entries should include a reference to the pull request that introduced the chang - [BUGFIX] Fix query-frontend (headless) and ruler http-metrics targetPort +## 6.6.2 + +- [BUGFIX] Fix imagePullSecrets for statefulset-results-cache + ## 6.6.1 - [BUGFIX] Fix query scheduler http-metrics targetPort From cd1a7c0910b1ca3b9560f8db118259640dfcdf05 Mon Sep 17 00:00:00 2001 From: Haibread Date: Thu, 18 Jul 2024 10:34:00 +0200 Subject: [PATCH 4/4] fix changelog --- production/helm/loki/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 7019627fd04a..3941821328db 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -45,10 +45,6 @@ Entries should include a reference to the pull request that introduced the chang - [BUGFIX] Fix query-frontend (headless) and ruler http-metrics targetPort -## 6.6.2 - -- [BUGFIX] Fix imagePullSecrets for statefulset-results-cache - ## 6.6.1 - [BUGFIX] Fix query scheduler http-metrics targetPort