Skip to content

Commit

Permalink
Fix prometheus tests
Browse files Browse the repository at this point in the history
For chart testing the prometheus operator started to require (from 63.0.0
version) label release that equal to `prometheus` in the default deployment done
in our CI.

The change from the upstream:
prometheus-community/helm-charts#4818
  • Loading branch information
RafalKorepta committed Sep 27, 2024
1 parent 8dce8b9 commit a31c86f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/redpanda/ci/14-prometheus-no-tls-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ tls:

monitoring:
enabled: true
labels:
release: prometheus
2 changes: 2 additions & 0 deletions charts/redpanda/ci/15-prometheus-tls-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ tls:

monitoring:
enabled: true
labels:
release: prometheus

0 comments on commit a31c86f

Please sign in to comment.