Skip to content

Commit

Permalink
Merge pull request #30 from stefanprodan/helm-3.8.0
Browse files Browse the repository at this point in the history
Update Helm to v3.8.0
  • Loading branch information
stefanprodan authored Feb 14, 2022
2 parents 83569ee + fb5c505 commit b43a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b43a871

Please sign in to comment.