docs: bump versions and upgrade instructions

This commit is contained in:
toast-gear 2022-03-14 10:23:36 +00:00
parent bb19e85037
commit ecf74e615e
2 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ Subsequent to this, install the custom resource definitions and actions-runner-c
**Kubectl Deployment:** **Kubectl Deployment:**
```shell ```shell
# REPLACE "v0.20.2" with the version you wish to deploy # REPLACE "v0.21.1" with the version you wish to deploy
kubectl apply -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.20.2/actions-runner-controller.yaml kubectl apply -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.21.1/actions-runner-controller.yaml
``` ```
**Helm Deployment:** **Helm Deployment:**

View File

@ -22,11 +22,11 @@ Due to the above you can't just do a `helm upgrade` to release the latest versio
```shell ```shell
# REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!! # REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!!
CHART_VERSION=0.14.0 CHART_VERSION=0.16.1
curl -L https://github.com/actions-runner-controller/actions-runner-controller/releases/download/actions-runner-controller-${CHART_VERSION}/actions-runner-controller-${CHART_VERSION}.tgz | tar zxv --strip 1 actions-runner-controller/crds curl -L https://github.com/actions-runner-controller/actions-runner-controller/releases/download/actions-runner-controller-${CHART_VERSION}/actions-runner-controller-${CHART_VERSION}.tgz | tar zxv --strip 1 actions-runner-controller/crds
kubectl apply -f crds/ kubectl replace -f crds/
``` ```
2. Upgrade the Helm release 2. Upgrade the Helm release