From aad7a1fa7f1b161de475453c0c9d7b78ef2f7ca7 Mon Sep 17 00:00:00 2001 From: Wei He Date: Sun, 22 May 2022 16:54:37 +0800 Subject: [PATCH] upgrade helm to 3.9.0 --- .github/workflows/lint-test.yaml | 2 +- deploy_jitsi.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 5f10a72..9f9f40f 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v1 with: - version: v3.8.2 + version: v3.9.0 - uses: actions/setup-python@v3 with: diff --git a/deploy_jitsi.sh b/deploy_jitsi.sh index 037249b..82673d1 100755 --- a/deploy_jitsi.sh +++ b/deploy_jitsi.sh @@ -43,7 +43,7 @@ fi # versions K3S_VERSION=${K3S_VERSION:-"v1.23.6+k3s1"} -HELM_VERSION=${HELM_VERSION:-"v3.8.2"} +HELM_VERSION=${HELM_VERSION:-"v3.9.0"} ARGOCD_VERSION=${ARGOCD_VERSION:-"v2.3.3"} HELM_ARCHIVE="helm-${HELM_VERSION}-linux-amd64.tar.gz" DEPLOY_GIT_REPO=${DEPLOY_GIT_REPO:-"https://github.com/shanghailug/jitsi-deploy.git"}