Skip to content

Commit ff1543a

Browse files
authored
Merge pull request #5085 from camilamacedo86/prometheus-version-up
🌱 (e2e/docs): upgrade prometheus version used to run the tests
2 parents 20db3ac + ead489f commit ff1543a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/book/src/cronjob-tutorial/testdata/project/test/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
defaultKindBinary = "kind"
3535
defaultKindCluster = "kind"
3636

37-
prometheusOperatorVersion = "v0.77.1"
37+
prometheusOperatorVersion = "v0.85.0"
3838
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
3939
"releases/download/%s/bundle.yaml"
4040
)

docs/book/src/multiversion-tutorial/testdata/project/test/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
defaultKindBinary = "kind"
3535
defaultKindCluster = "kind"
3636

37-
prometheusOperatorVersion = "v0.77.1"
37+
prometheusOperatorVersion = "v0.85.0"
3838
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
3939
"releases/download/%s/bundle.yaml"
4040
)

hack/docs/internal/cronjob-tutorial/e2e_implementation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ func IsPrometheusCRDsInstalled() bool {
101101

102102
const prometheusVersionURL = `
103103
104-
prometheusOperatorVersion = "v0.77.1"
104+
prometheusOperatorVersion = "v0.85.0"
105105
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
106106
"releases/download/%s/bundle.yaml"`

test/e2e/utils/test_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
defaultKindCluster = "kind"
3939
defaultKindBinary = "kind"
4040

41-
prometheusOperatorVersion = "v0.77.1"
41+
prometheusOperatorVersion = "v0.85.0"
4242
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
4343
"releases/download/%s/bundle.yaml"
4444
)

0 commit comments

Comments
 (0)