From 844812954c061f65f4ca5bd2095cc7ead39f588c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Thu, 6 Oct 2022 14:36:28 +0300 Subject: [PATCH] Update Helm to v3.10.0 Signed-off-by: Stefan Prodan --- src/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index e720cd2..3746d77 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -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