9 lines
311 B
Bash
Raw Normal View History

#!/bin/bash
2021-03-22 10:23:27 +01:00
VERSION=14.3.0
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 22:25:43 +01:00
patch -p3 -i remove_etcd_grpc_alerts.patch --no-backup-if-mismatch