diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7dc802e..f60173b 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.5.0 \ -f ./k8s-values/values.kube-prometheus-stack.yaml \ -n monitoring \ --create-namespace \