From b7fcf2bb7ea35206c0015545c93582991f64f581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Nicol?= Date: Tue, 18 Jun 2024 10:40:51 +0200 Subject: [PATCH] fix(helm): fix extraObjects (#13107) Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com> Co-authored-by: Karsten Jeschkies --- production/helm/loki/CHANGELOG.md | 6 +++++- production/helm/loki/templates/extra-manifests.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 .) $ }}