Remove prometheus helm chart
This commit is contained in:
parent
0d63938366
commit
e5130147da
1 changed files with 0 additions and 12 deletions
|
@ -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
|
Loading…
Reference in a new issue