From 29ce4db2b2cab9f4a16c39a966c62481d6a43b6e Mon Sep 17 00:00:00 2001 From: Suneha Bose Date: Tue, 7 Apr 2026 12:33:51 -0700 Subject: [PATCH] update ver in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbe5ced..5f46487 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Refer to the [action metadata file](./action.yml) for details about inputs. Note ### Kubeconfig approach ```yaml -- uses: azure/k8s-set-context@v4 +- uses: azure/k8s-set-context@v5 with: method: kubeconfig kubeconfig: @@ -50,7 +50,7 @@ Please refer to documentation on fetching [kubeconfig for any generic K8s cluste ### Service account approach ```yaml -- uses: azure/k8s-set-context@v4 +- uses: azure/k8s-set-context@v5 with: method: service-account k8s-url: @@ -74,7 +74,7 @@ kubectl get secret -n -o yaml ### Service account approach for arc cluster ```yaml -- uses: azure/k8s-set-context@v4 +- uses: azure/k8s-set-context@v5 with: method: service-account cluster-type: arc @@ -86,7 +86,7 @@ kubectl get secret -n -o yaml ### Service principal approach for arc cluster ```yaml -- uses: azure/k8s-set-context@v4 +- uses: azure/k8s-set-context@v5 with: method: service-principal cluster-type: arc