From 9ff47388691da8b541db3938035344736436b119 Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Fri, 20 Oct 2023 13:06:17 +0200 Subject: [PATCH] fix: temporary fix for version not found --- .github/actions/run-deployment-test/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/run-deployment-test/action.yml b/.github/actions/run-deployment-test/action.yml index 1a84914d7..d1cef754e 100644 --- a/.github/actions/run-deployment-test/action.yml +++ b/.github/actions/run-deployment-test/action.yml @@ -61,6 +61,8 @@ runs: - name: Setup Kubectl uses: azure/setup-kubectl@v3.2 + with: + version: 'v1.28.2' - name: Create k8s Kind Cluster uses: helm/kind-action@v1.5.0 @@ -91,4 +93,4 @@ runs: if: always() shell: bash run: >- - kind get clusters | xargs -n1 kind delete cluster --name \ No newline at end of file + kind get clusters | xargs -n1 kind delete cluster --name