Skip to content

Commit 838bd62

Browse files
Update dependency prometheus-operator/kube-prometheus to v0.15.0
1 parent 21fafa0 commit 838bd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/config/monitoring/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o pipefail
77
cd "$(dirname "${BASH_SOURCE[0]}")"
88

99
# renovate: datasource=github-releases depName=prometheus-operator/kube-prometheus
10-
KUBE_PROMETHEUS_VERSION=v0.14.0
10+
KUBE_PROMETHEUS_VERSION=v0.15.0
1111
echo "> Fetching kube-prometheus@$KUBE_PROMETHEUS_VERSION"
1212

1313
tmp_dir=$(mktemp -d)

0 commit comments

Comments
 (0)