Merge pull request from stefanprodan/helm-3.8.0

Update Helm to v3.8.0
This commit is contained in:
Stefan Prodan 2022-02-14 11:58:00 +02:00 committed by GitHub
commit b43a8719cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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