Skip to content

Commit 52a87a9

Browse files
fix(helm): fix extraObjects (grafana#13107)
Co-authored-by: Herve Nicol <[email protected]> Co-authored-by: Karsten Jeschkies <[email protected]>
1 parent a240306 commit 52a87a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

production/helm/loki/CHANGELOG.md

+5-1
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

+1-1
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)