chore: bump chart to app 0.22.0 (#1232)

* chore: bump chart to app 0.22.0
This commit is contained in:
Callum Tait
2022-03-16 07:57:30 +00:00
committed by GitHub
parent 48a7b78bf3
commit a40793bb60
3 changed files with 6 additions and 6 deletions

View File

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