Skip to content

Commit

Permalink
Update Helm to v3.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Oct 6, 2022
1 parent b97c7e3 commit 8448129
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 @@ -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
Expand Down

0 comments on commit 8448129

Please sign in to comment.