From ecf74e615e5a2b0aa99e741218a70cb396f6d6b4 Mon Sep 17 00:00:00 2001 From: toast-gear Date: Mon, 14 Mar 2022 10:23:36 +0000 Subject: [PATCH] docs: bump versions and upgrade instructions --- README.md | 4 ++-- charts/actions-runner-controller/docs/UPGRADING.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73b3ddb2..f02cde5b 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Subsequent to this, install the custom resource definitions and actions-runner-c **Kubectl Deployment:** ```shell -# REPLACE "v0.20.2" 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 +# 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 ``` **Helm Deployment:** diff --git a/charts/actions-runner-controller/docs/UPGRADING.md b/charts/actions-runner-controller/docs/UPGRADING.md index 1f88e765..c30415a6 100644 --- a/charts/actions-runner-controller/docs/UPGRADING.md +++ b/charts/actions-runner-controller/docs/UPGRADING.md @@ -22,11 +22,11 @@ Due to the above you can't just do a `helm upgrade` to release the latest versio ```shell # 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 -kubectl apply -f crds/ +kubectl replace -f crds/ ``` 2. Upgrade the Helm release