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 d341050 commit 9197655Copy full SHA for 9197655
observability/quickstart.sh
@@ -14,7 +14,7 @@ NO_COLOR='\033[0m'
14
15
printf "%bInstalling kube-prometheus-stack...%b\n" "$GREEN" "$NO_COLOR"
16
# helm search repo prometheus-community/kube-prometheus-stack
17
-KUBE_PROMETHEUS_STACK_VERSION='15.2.1'
+KUBE_PROMETHEUS_STACK_VERSION='31.0.2'
18
KUBE_PROMETHEUS_STACK_NAME='prom'
19
KUBE_PROMETHEUS_STACK_NAMESPACE='kube-prometheus'
20
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
0 commit comments