Skip to content

Commit

Permalink
e2e tests: Upgrade Prometheus Operator used from v0.77.1 to v0.79.2
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Jan 17, 2025
1 parent 3fb09bf commit 56c33e8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
)
const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/utils/test_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
const (
certmanagerVersion = "v1.16.0"
certmanagerURLTmpl = "https://github.com/cert-manager/cert-manager/releases/download/%s/cert-manager.yaml"
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"
)
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v4-multigroup/test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"

Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v4-with-plugins/test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"

Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v4/test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
prometheusOperatorVersion = "v0.77.1"
prometheusOperatorVersion = "v0.79.2"
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
"releases/download/%s/bundle.yaml"

Expand Down

0 comments on commit 56c33e8

Please sign in to comment.