diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index 6636170bc0c4..879fe4827c83 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.6.4 + +- [BUGFIX] Fix extraObjects + ## 6.6.3 - [BUGFIX] Fix indentation of `query_range` Helm chart values @@ -31,7 +35,7 @@ Entries should include a reference to the pull request that introduced the chang ## 6.5.2 -- [BUGFIX] Fixed Ingress routing for all deployment modes. +- [BUGFIX] Fixed Ingress routing for all deployment modes. ## 6.5.0 diff --git a/production/helm/loki/templates/extra-manifests.yaml b/production/helm/loki/templates/extra-manifests.yaml index e661b6567aee..7b6942346726 100644 --- a/production/helm/loki/templates/extra-manifests.yaml +++ b/production/helm/loki/templates/extra-manifests.yaml @@ -1,4 +1,4 @@ -{{- range .Values.extraObjects -}} +{{- range .Values.extraObjects }} --- {{- if kindIs "map" . }} {{ tpl (toYaml .) $ }}