From e6b3d3c675a09348a6fa8eb878ede84b15c146bd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 14 Dec 2024 00:21:49 +0000 Subject: [PATCH] Update kube-prometheus-stack to version 66.6.0 --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 61b4dd2..3a0b7c2 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.6.0 \ -f ./k8s-values/values.kube-prometheus-stack.yaml \ -n monitoring \ --create-namespace \