Skip to content

Commit

Permalink
build: update kind version to v0.24
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Nussbaumer <[email protected]>
  • Loading branch information
clementnuss committed Feb 12, 2025
1 parent 0d5b56a commit a65717f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-helm-deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
uses: engineerd/[email protected]
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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-helm-deploy-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
uses: engineerd/[email protected]
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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-kustomize-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
uses: engineerd/[email protected]
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
Expand Down

0 comments on commit a65717f

Please sign in to comment.