Merge pull request #33 from stefanprodan/helm-3.10.0

Update Helm to v3.10.0
This commit is contained in:
Stefan Prodan 2022-10-06 13:37:02 +02:00 committed by GitHub
commit a5c9252781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ REPO_URL=""
main() {
if [[ -z "$HELM_VERSION" ]]; then
HELM_VERSION="3.8.0"
HELM_VERSION="3.10.0"
fi
if [[ -z "$CHARTS_DIR" ]]; then