Skip to content

Commit

Permalink
🌱 Upgrade Prometheus Operator version used in the e2e tests from 0.51…
Browse files Browse the repository at this point in the history
… to v0.71.2
  • Loading branch information
camilamacedo86 committed Jan 27, 2024
1 parent b38e393 commit cd725b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/utils/test_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ import (
const (
certmanagerVersion = "v1.5.3"
certmanagerURLTmpl = "https://github.com/cert-manager/cert-manager/releases/download/%s/cert-manager.yaml"
prometheusOperatorVersion = "0.51"
prometheusOperatorURL = "https://raw.githubusercontent.com/prometheus-operator/" +
"prometheus-operator/release-%s/bundle.yaml"
prometheusOperatorVersion = "v0.71.2"
prometheusOperatorURL = "https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/%s/bundle.yaml"
)

// TestContext specified to run e2e tests
Expand Down

0 comments on commit cd725b4

Please sign in to comment.