diff --git a/README.md b/README.md index 3d02e229..f70c53eb 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.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:** diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml index d4e73b29..48cfc29b 100644 --- a/charts/actions-runner-controller/Chart.yaml +++ b/charts/actions-runner-controller/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.16.1 +version: 0.17.0 # Used as the default manager tag value when no tag property is provided in the values.yaml -appVersion: 0.21.1 +appVersion: 0.22.0 home: https://github.com/actions-runner-controller/actions-runner-controller diff --git a/charts/actions-runner-controller/docs/UPGRADING.md b/charts/actions-runner-controller/docs/UPGRADING.md index c30415a6..14684831 100644 --- a/charts/actions-runner-controller/docs/UPGRADING.md +++ b/charts/actions-runner-controller/docs/UPGRADING.md @@ -21,8 +21,8 @@ Due to the above you can't just do a `helm upgrade` to release the latest versio 1. Upgrade CRDs ```shell - # REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!! -CHART_VERSION=0.16.1 +# REMEMBER TO UPDATE THE CHART_VERSION TO RELEVANT CHART VERISON!!!! +CHART_VERSION=0.17.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