Add an action to find new versions of helm charts (#184)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-04-25 10:04:38 +02:00
committed by GitHub
co-authored by Marco Franssen
parent 2c360a50fd
commit 17d62f1246
8 changed files with 101 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
helm install kube-prometheus-stack kube-prometheus-stack --version 45.7.1 --repo https://prometheus-community.github.io/helm-charts -n "$scenario" --wait
helm install kube-prometheus-stack kube-prometheus-stack --version $VERSION_KUBE_PROMETHEUS_STACK --repo $HELM_REPO_KUBE_PROMETHEUS_STACK -n "$scenario" --wait