Skip to content

Commit b7fcf2b

Browse files
fix(helm): fix extraObjects (#13107)
Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com> Co-authored-by: Karsten Jeschkies <karsten.jeschkies@grafana.com>
1 parent 7ac19f0 commit b7fcf2b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎production/helm/loki/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : 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.)
1515

16+
## 6.6.4
17+
18+
- [BUGFIX] Fix extraObjects
19+
1620
## 6.6.3
1721

1822
- [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
3135

3236
## 6.5.2
3337

34-
- [BUGFIX] Fixed Ingress routing for all deployment modes.
38+
- [BUGFIX] Fixed Ingress routing for all deployment modes.
3539

3640
## 6.5.0
3741

‎production/helm/loki/templates/extra-manifests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- range .Values.extraObjects -}}
1+
{{- range .Values.extraObjects }}
22
---
33
{{- if kindIs "map" . }}
44
{{ tpl (toYaml .) $ }}

0 commit comments

Comments
 (0)