Skip to content

Commit

Permalink
fix: Disable Helm test pod when test.enabled=false (#15346)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Lindhé <[email protected]>
  • Loading branch information
lindhe authored Dec 10, 2024
1 parent bb57ffe commit 1fb4e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang

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

- [BUGFIX] Disables the Helm test pod when `test.enabled=false`.

## 6.23.0

- [CHANGE] Changed version of Grafana Loki to 3.3.1
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/templates/tests/test-canary.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- with .Values.test }}
{{- if $.Values.lokiCanary.enabled }}
{{- if (and .enabled $.Values.lokiCanary.enabled) }}
---
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit 1fb4e2b

Please sign in to comment.