Update Helm to v3.10.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
b97c7e37c5
commit
844812954c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ REPO_URL=""
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
if [[ -z "$HELM_VERSION" ]]; then
|
if [[ -z "$HELM_VERSION" ]]; then
|
||||||
HELM_VERSION="3.8.0"
|
HELM_VERSION="3.10.0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$CHARTS_DIR" ]]; then
|
if [[ -z "$CHARTS_DIR" ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue