upgrade k3s to v1.24.1+k3s1

pull/18/head
Wei He 4 years ago
parent ebe960fc59
commit 716a1cd5d2
  1. 2
      .github/workflows/pr.yaml
  2. 2
      INSTALL.md
  3. 2
      deploy_jitsi.sh

@ -65,7 +65,7 @@ jobs:
- name: Create k3s cluster - name: Create k3s cluster
uses: debianmaster/actions-k3s@master uses: debianmaster/actions-k3s@master
with: with:
version: 'v1.23.6-k3s1' version: 'v1.24.1+k3s1'
if: steps.list-changed.outputs.changed == 'true' if: steps.list-changed.outputs.changed == 'true'
- name: Wait for traefik - name: Wait for traefik

@ -53,7 +53,7 @@ Environment Variable | Description | Default Value | Default behaviour
`DEPLOY_GIT_REPO` | the git repo url for retrieving artifacts | `https://github.com/shanghailug/jitsi-deploy.git` | `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 `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 `EXCLUDE_JVB` | Exclude built-in jvb component (so that an external one can be registered for use) | "" | include jvb
`K3S_VERSION` | k3s release to install | "v1.23.6+k3s1" | `K3S_VERSION` | k3s release to install | "v1.24.1+k3s1" |
`TEST_INSTALL` | when set to non-empty, install an app called `jitsitest` into `test` k8s namespace | "" | install an app called `jitsi` into `prod` k8s namespace `TEST_INSTALL` | when set to non-empty, install an app called `jitsitest` into `test` k8s namespace | "" | install an app called `jitsi` into `prod` k8s namespace

@ -53,7 +53,7 @@ else
fi fi
# versions # versions
K3S_VERSION=${K3S_VERSION:-"v1.23.6+k3s1"} K3S_VERSION=${K3S_VERSION:-"v1.24.1+k3s1"}
HELM_VERSION=${HELM_VERSION:-"v3.9.0"} HELM_VERSION=${HELM_VERSION:-"v3.9.0"}
ARGOCD_VERSION=${ARGOCD_VERSION:-"v2.3.4"} ARGOCD_VERSION=${ARGOCD_VERSION:-"v2.3.4"}
HELM_ARCHIVE="helm-${HELM_VERSION}-linux-amd64.tar.gz" HELM_ARCHIVE="helm-${HELM_VERSION}-linux-amd64.tar.gz"

Loading…
Cancel
Save