Skip to content

Commit

Permalink
feat: enable s390x prometheus check
Browse files Browse the repository at this point in the history
As of version 2.15.2, there is no available container image for
s390x. However, version 2.25.2 does provide support for this
architecture. This update enables the checks to run on s390x.

Signed-off-by: Nestor Acuna Blanco <[email protected]>
  • Loading branch information
nestoracunablanco committed Aug 30, 2024
1 parent 7af0dac commit 34b8dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prom-rule-ci/verify-rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/kubevirt/cluster-network-addons-operator/pkg/monitoring/rules"
)

const promImage = "quay.io/prometheus/prometheus:v2.15.2"
const promImage = "quay.io/prometheus/prometheus:v2.25.2"

func main() {
if len(os.Args) != 4 {
Expand Down

0 comments on commit 34b8dcc

Please sign in to comment.