From ed79c41650e6fdc69bcdf34c095c65b26334052b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 9 Nov 2024 00:19:53 +0000 Subject: [PATCH] Update kube-prometheus-stack to version 66.0.0 --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 61b4dd2..fcaed5a 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -123,7 +123,7 @@ deploy_kube-prometheus-stack() { helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ - --version 61.1.1 \ + --version 66.0.0 \ -f ./k8s-values/values.kube-prometheus-stack.yaml \ -n monitoring \ --create-namespace \