Skip to content

Commit b43a871

Browse files
authored
Merge pull request #30 from stefanprodan/helm-3.8.0
Update Helm to v3.8.0
2 parents 83569ee + fb5c505 commit b43a871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ REPO_URL=""
4040

4141
main() {
4242
if [[ -z "$HELM_VERSION" ]]; then
43-
HELM_VERSION="3.4.2"
43+
HELM_VERSION="3.8.0"
4444
fi
4545

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

0 commit comments

Comments
 (0)