From 5c46eae0c637534bf265104b1b903d71263d5295 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Dec 2024 00:22:31 +0000 Subject: [PATCH] Update kube-prometheus-stack to version 67.2.0 --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 61b4dd2..13a27e7 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 67.2.0 \ -f ./k8s-values/values.kube-prometheus-stack.yaml \ -n monitoring \ --create-namespace \