From f39f2450dbb9b01ff9ecc290e0e3b44648e5553a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 24 Nov 2024 00:23:28 +0000 Subject: [PATCH] Update kube-prometheus-stack to version 66.2.2 --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 61b4dd2..b6c94e0 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.2.2 \ -f ./k8s-values/values.kube-prometheus-stack.yaml \ -n monitoring \ --create-namespace \