Update Helm to v3.8.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-02-14 11:57:09 +02:00
parent 83569eed23
commit fb5c505f80
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF

View file

@ -40,7 +40,7 @@ REPO_URL=""
main() { main() {
if [[ -z "$HELM_VERSION" ]]; then if [[ -z "$HELM_VERSION" ]]; then
HELM_VERSION="3.4.2" HELM_VERSION="3.8.0"
fi fi
if [[ -z "$CHARTS_DIR" ]]; then if [[ -z "$CHARTS_DIR" ]]; then