Skip to content

Commit

Permalink
tests break if some helm template fails (#1437)
Browse files Browse the repository at this point in the history
Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com>
  • Loading branch information
hervenicol and hervenicol authored Nov 22, 2024
1 parent 0e9214d commit 428041b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fix dashboard link for `MimirContinuousTestFailing` alert
- Fix tests so they fail if some helm template fails to render

## [4.26.1] - 2024-11-19

Expand Down
1 change: 1 addition & 0 deletions test/hack/bin/template-chart.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail

main() {
local GIT_WORKDIR
Expand Down

0 comments on commit 428041b

Please sign in to comment.