2020-12-18 00:46:15 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-03-22 09:23:27 +00:00
|
|
|
VERSION=14.3.0
|
2020-12-18 00:46:15 +00:00
|
|
|
|
|
|
|
rm -rf charts/kube-prometheus-stack
|
|
|
|
curl -L -s -o - https://github.com/prometheus-community/helm-charts/releases/download/kube-prometheus-stack-${VERSION}/kube-prometheus-stack-${VERSION}.tgz | tar xfz - -C charts
|
|
|
|
|
2021-02-26 21:25:43 +00:00
|
|
|
patch -p3 -i remove_etcd_grpc_alerts.patch --no-backup-if-mismatch
|