Skip to content

Commit b7be629

Browse files
chore(deps): update dependency prometheus-operator/prometheus-operator to v0.73.0 (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f07c4ec commit b7be629

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ KIND_CLUSTER_NAME ?= etcd-operator-kind
148148
NAMESPACE ?= etcd-operator-system
149149

150150
# renovate: datasource=github-tags depName=prometheus-operator/prometheus-operator
151-
PROMETHEUS_OPERATOR_VERSION ?= v0.72.0
151+
PROMETHEUS_OPERATOR_VERSION ?= v0.73.0
152152
# renovate: datasource=github-tags depName=jetstack/cert-manager
153153
CERT_MANAGER_VERSION ?= v1.14.4
154154

test/utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
const (
29-
prometheusOperatorVersion = "v0.72.0"
29+
prometheusOperatorVersion = "v0.73.0"
3030
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
3131
"releases/download/%s/bundle.yaml"
3232

0 commit comments

Comments
 (0)