Skip to content

Commit

Permalink
feat: enable s390x prometheus check (#1920)
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 <nestor.acuna@ibm.com>
  • Loading branch information
nestoracunablanco authored Oct 14, 2024
1 parent af565b3 commit 608031a
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 608031a

Please sign in to comment.