From e5130147daeebe99c463a8679bc5fbb8dab407c5 Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 8 Jul 2023 15:35:39 -0400 Subject: [PATCH] Remove prometheus helm chart --- helm/setup/006-prometheus/install.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 helm/setup/006-prometheus/install.sh diff --git a/helm/setup/006-prometheus/install.sh b/helm/setup/006-prometheus/install.sh deleted file mode 100755 index b53d17b..0000000 --- a/helm/setup/006-prometheus/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -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/kube-prometheus-stack \ - -n prometheus \ - --version ${CHART_VERSION} \ - --create-namespace \ - --cleanup-on-fail