From 60ee8e0de8f112762f2fed0cd7d4199044860456 Mon Sep 17 00:00:00 2001 From: Wei He Date: Sat, 28 May 2022 20:44:26 +0800 Subject: [PATCH] upgrade argocd to 2.3.4 --- INSTALL.md | 2 +- deploy_jitsi.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6bb31d1..39f7e6e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,7 +49,7 @@ The following list of environment variables can be used to customize or alter th Environment Variable | Description | Default Value | Default behaviour --- | --- | --- | --- -`ARGOCD_VERSION` | argocd release to install | "v2.3.3" | +`ARGOCD_VERSION` | argocd release to install | "v2.3.4" | `DEPLOY_GIT_REPO` | the git repo url for retrieving artifacts | `https://github.com/shanghailug/jitsi-deploy.git` | `DEPLOY_GIT_VERSION` | the revision of artifacts to checkout and use from the repo | "" | use the default branch when git repo is cloned locally `EXCLUDE_JVB` | Exclude built-in jvb component (so that an external one can be registered for use) | "" | include jvb diff --git a/deploy_jitsi.sh b/deploy_jitsi.sh index 82673d1..ce15f08 100755 --- a/deploy_jitsi.sh +++ b/deploy_jitsi.sh @@ -44,7 +44,7 @@ fi # versions K3S_VERSION=${K3S_VERSION:-"v1.23.6+k3s1"} HELM_VERSION=${HELM_VERSION:-"v3.9.0"} -ARGOCD_VERSION=${ARGOCD_VERSION:-"v2.3.3"} +ARGOCD_VERSION=${ARGOCD_VERSION:-"v2.3.4"} HELM_ARCHIVE="helm-${HELM_VERSION}-linux-amd64.tar.gz" DEPLOY_GIT_REPO=${DEPLOY_GIT_REPO:-"https://github.com/shanghailug/jitsi-deploy.git"}