From 646cf5a53aa483a2e0f4cd27fc7886694280ffc8 Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Fri, 6 Jan 2023 04:21:47 +0000 Subject: [PATCH] Switch prometheus -> kube-prometheus-stack --- helm/setup/006-prometheus/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/setup/006-prometheus/install.sh b/helm/setup/006-prometheus/install.sh index 93d3c9d..b53d17b 100755 --- a/helm/setup/006-prometheus/install.sh +++ b/helm/setup/006-prometheus/install.sh @@ -1,11 +1,11 @@ #!/bin/bash -CHART_VERSION=18.0.0 +CHART_VERSION=43.2.1 helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update helm upgrade --install \ prometheus \ - prometheus-community/prometheus \ + prometheus-community/kube-prometheus-stack \ -n prometheus \ --version ${CHART_VERSION} \ --create-namespace \