diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 7939e90c73..c2fe142300 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -13,16 +13,18 @@ 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.) +## 5.32.0 + +- [CHANGE] Grafana dashboards are no longer created solely in scalable mode and with external cloud storage enabled. + ## 5.31.0 - [CHANGE] Changed version of Loki to 2.9.2 - ## 5.30.0 - [CHANGE] Changed version of Grafana Enterprise Logs to v1.8.3 - ## 5.29.0 - [ENHANCEMENT] Allow specifying `apiVersion` for Loki's PodLog CRD. diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index efb2a10710..7276472ef0 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 in simple, scalable mode type: application appVersion: 2.9.2 -version: 5.31.0 +version: 5.32.0 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 9ebd9908d4..a17e80895e 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,6 +1,6 @@ # loki -![Version: 5.31.0](https://img.shields.io/badge/Version-5.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square) +![Version: 5.32.0](https://img.shields.io/badge/Version-5.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square) Helm chart for Grafana Loki in simple, scalable mode diff --git a/production/helm/loki/templates/monitoring/dashboards/configmap-1.yaml b/production/helm/loki/templates/monitoring/dashboards/configmap-1.yaml index 6447a49d13..6352f25336 100644 --- a/production/helm/loki/templates/monitoring/dashboards/configmap-1.yaml +++ b/production/helm/loki/templates/monitoring/dashboards/configmap-1.yaml @@ -1,6 +1,5 @@ -{{- $isSimpleScalable := eq (include "loki.deployment.isScalable" .) "true" -}} {{- with .Values.monitoring.dashboards }} -{{- if and $isSimpleScalable .enabled }} +{{- if .enabled }} --- apiVersion: v1 kind: ConfigMap diff --git a/production/helm/loki/templates/monitoring/dashboards/configmap-2.yaml b/production/helm/loki/templates/monitoring/dashboards/configmap-2.yaml index 6c66d15896..67d3cf4f9b 100644 --- a/production/helm/loki/templates/monitoring/dashboards/configmap-2.yaml +++ b/production/helm/loki/templates/monitoring/dashboards/configmap-2.yaml @@ -1,6 +1,5 @@ -{{- $isSimpleScalable := eq (include "loki.deployment.isScalable" .) "true" -}} {{- with .Values.monitoring.dashboards }} -{{- if and $isSimpleScalable .enabled }} +{{- if .enabled }} --- apiVersion: v1 kind: ConfigMap