From 4a5a85fd61a56d708e394c5e669f8a4f10b7850c Mon Sep 17 00:00:00 2001 From: Matt Domko Date: Sun, 21 Aug 2022 08:54:31 -0500 Subject: [PATCH] Replaced 'kubectl apply' with 'kubectl create' in README (#1728) - Updated as per issue 1317 - Version bump so that folks copy/pasting get the latest version https://github.com/actions-runner-controller/actions-runner-controller/ issues/1317 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abc556b3..31713e62 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ After installing cert-manager, install the custom resource definitions and actio **Kubectl Deployment:** ```shell -# 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 +# REPLACE "v0.25.2" with the version you wish to deploy +kubectl create -f https://github.com/actions-runner-controller/actions-runner-controller/releases/download/v0.25.2/actions-runner-controller.yaml ``` **Helm Deployment:**