Switch prometheus -> kube-prometheus-stack
This commit is contained in:
parent
7c9657cfca
commit
646cf5a53a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/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 add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||||
helm repo update
|
helm repo update
|
||||||
helm upgrade --install \
|
helm upgrade --install \
|
||||||
prometheus \
|
prometheus \
|
||||||
prometheus-community/prometheus \
|
prometheus-community/kube-prometheus-stack \
|
||||||
-n prometheus \
|
-n prometheus \
|
||||||
--version ${CHART_VERSION} \
|
--version ${CHART_VERSION} \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
|
|
Loading…
Reference in a new issue