Update Helm to v3.10.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-10-06 14:36:28 +03:00
parent b97c7e37c5
commit 844812954c
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF

View file

@ -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