docs: adding in the caveat to upgrade docs
This commit is contained in:
parent
fa94799ec8
commit
3366dc9a63
|
|
@ -21,6 +21,7 @@ Due to the above you can't just do a `helm upgrade` to release the latest versio
|
||||||
1. Upgrade CRDs
|
1. Upgrade CRDs
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!!
|
||||||
CHART_VERSION=0.11.0
|
CHART_VERSION=0.11.0
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue