diff --git a/.github/workflows/ci-helm-deploy-nginx.yml b/.github/workflows/ci-helm-deploy-nginx.yml index 9d3db2c..1011643 100644 --- a/.github/workflows/ci-helm-deploy-nginx.yml +++ b/.github/workflows/ci-helm-deploy-nginx.yml @@ -28,8 +28,7 @@ jobs: uses: engineerd/setup-kind@v0.6.2 with: config: "ci/kind-config.yaml" - version: "v0.11.1" - image: kindest/node:v1.23.1 + version: "v0.24.0" - name: Show cluster info and switch to kube-system run: | kubectl cluster-info diff --git a/.github/workflows/ci-helm-deploy-traefik.yml b/.github/workflows/ci-helm-deploy-traefik.yml index 52a7b42..aa70a0d 100644 --- a/.github/workflows/ci-helm-deploy-traefik.yml +++ b/.github/workflows/ci-helm-deploy-traefik.yml @@ -33,8 +33,7 @@ jobs: uses: engineerd/setup-kind@v0.6.2 with: config: "ci/kind-config.yaml" - version: "v0.11.1" - image: kindest/node:v1.23.1 + version: "v0.24.0" - name: Show cluster info and switch to kube-system run: | kubectl cluster-info diff --git a/.github/workflows/ci-kustomize-deploy.yml b/.github/workflows/ci-kustomize-deploy.yml index 7234ff1..05966df 100644 --- a/.github/workflows/ci-kustomize-deploy.yml +++ b/.github/workflows/ci-kustomize-deploy.yml @@ -28,8 +28,7 @@ jobs: uses: engineerd/setup-kind@v0.6.2 with: config: "ci/kind-config.yaml" - version: "v0.11.1" - image: kindest/node:v1.23.1 + version: "v0.24.0" - name: Show cluster info and switch to kube-system run: | kubectl cluster-info