We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fafa0 commit 838bd62Copy full SHA for 838bd62
hack/config/monitoring/update.sh
@@ -7,7 +7,7 @@ set -o pipefail
7
cd "$(dirname "${BASH_SOURCE[0]}")"
8
9
# renovate: datasource=github-releases depName=prometheus-operator/kube-prometheus
10
-KUBE_PROMETHEUS_VERSION=v0.14.0
+KUBE_PROMETHEUS_VERSION=v0.15.0
11
echo "> Fetching kube-prometheus@$KUBE_PROMETHEUS_VERSION"
12
13
tmp_dir=$(mktemp -d)
0 commit comments