From a65717f68b4b74d650cd1556e9104fdeb38035b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nussbaumer?= Date: Wed, 12 Feb 2025 14:44:12 +0100 Subject: [PATCH] build: update kind version to v0.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Nussbaumer --- .github/workflows/ci-helm-deploy-nginx.yml | 3 +-- .github/workflows/ci-helm-deploy-traefik.yml | 3 +-- .github/workflows/ci-kustomize-deploy.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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