File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
cronjob-tutorial/testdata/project/test/utils
multiversion-tutorial/testdata/project/test/utils
hack/docs/internal/cronjob-tutorial Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const (
34
34
defaultKindBinary = "kind"
35
35
defaultKindCluster = "kind"
36
36
37
- prometheusOperatorVersion = "v0.77.1 "
37
+ prometheusOperatorVersion = "v0.85.0 "
38
38
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
39
39
"releases/download/%s/bundle.yaml"
40
40
)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const (
34
34
defaultKindBinary = "kind"
35
35
defaultKindCluster = "kind"
36
36
37
- prometheusOperatorVersion = "v0.77.1 "
37
+ prometheusOperatorVersion = "v0.85.0 "
38
38
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
39
39
"releases/download/%s/bundle.yaml"
40
40
)
Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ func IsPrometheusCRDsInstalled() bool {
101
101
102
102
const prometheusVersionURL = `
103
103
104
- prometheusOperatorVersion = "v0.77.1 "
104
+ prometheusOperatorVersion = "v0.85.0 "
105
105
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
106
106
"releases/download/%s/bundle.yaml"`
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const (
38
38
defaultKindCluster = "kind"
39
39
defaultKindBinary = "kind"
40
40
41
- prometheusOperatorVersion = "v0.77.1 "
41
+ prometheusOperatorVersion = "v0.85.0 "
42
42
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
43
43
"releases/download/%s/bundle.yaml"
44
44
)
You can’t perform that action at this time.
0 commit comments