Skip to content

Commit df5f16a

Browse files
authored
Merge pull request #18 from stefanprodan/helm-3.4.1
Update Helm to v3.4.1
2 parents 919cd2c + 1f5d4bd commit df5f16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ BRANCH=$6
2626
TARGET_DIR=$7
2727
HELM_VERSION=$8
2828
LINTING=$9
29-
COMMIT_USERNAME=$10
30-
COMMIT_EMAIL=$11
29+
COMMIT_USERNAME=${10}
30+
COMMIT_EMAIL=${11}
3131

3232
CHARTS=()
3333
CHARTS_TMP_DIR=$(mktemp -d)
@@ -36,7 +36,7 @@ REPO_URL=""
3636

3737
main() {
3838
if [[ -z "$HELM_VERSION" ]]; then
39-
HELM_VERSION="3.3.0"
39+
HELM_VERSION="3.4.1"
4040
fi
4141

4242
if [[ -z "$CHARTS_DIR" ]]; then

0 commit comments

Comments
 (0)