Skip to content

Commit 917a60c

Browse files
roglykevinbarrettbkvebuildyJSticklerJayclifford345
authored
fix: enable ui in helm deployments (#17562)
Signed-off-by: Rogly <[email protected]> Co-authored-by: kevinbarrettbkv <[email protected]> Co-authored-by: Thomas Decaux <[email protected]> Co-authored-by: J Stickler <[email protected]> Co-authored-by: Jay Clifford <[email protected]>
1 parent 5ba7513 commit 917a60c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

production/helm/loki/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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+
- [BUGFIX] Ensure ui.enabled=true is set in loki ConfigMap when loki.ui.enabled=true is set in values.yaml to actually enable the UI [#17562](https://github.com/grafana/loki/pull/17562)
17+
1618
## 6.30.1
1719

1820
- [BUGFIX] Add livenessProbe to read pod to go around the issue mentioned [here](https://github.com/grafana/loki/issues/15191#issuecomment-2769843275)

production/helm/loki/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ loki:
284284
285285
{{- if .Values.loki.ui.enabled }}
286286
ui:
287+
enabled: true
287288
discovery:
288289
join_peers:
289290
- '{{ include "loki.queryFrontendFullname" . }}.{{ $.Release.Namespace }}.svc.{{ .Values.global.clusterDomain }}'

0 commit comments

Comments
 (0)