Skip to content

Commit 1fb4e2b

Browse files
authored
fix: Disable Helm test pod when test.enabled=false (#15346)
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
1 parent bb57ffe commit 1fb4e2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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] Disables the Helm test pod when `test.enabled=false`.
17+
1618
## 6.23.0
1719

1820
- [CHANGE] Changed version of Grafana Loki to 3.3.1

‎production/helm/loki/templates/tests/test-canary.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- with .Values.test }}
2-
{{- if $.Values.lokiCanary.enabled }}
2+
{{- if (and .enabled $.Values.lokiCanary.enabled) }}
33
---
44
apiVersion: v1
55
kind: Pod

0 commit comments

Comments
 (0)