Skip to content

Commit

Permalink
Bump k8s version to 1.28.6
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison committed Nov 19, 2024
1 parent 79ddca5 commit 5f00834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/kind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ runs:
EOF'
- name: Setup KinD cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1
with:
cluster_name: cluster
version: v0.17.0
version: v1.28.6
config: ${{ env.KIND_CONFIG_FILE }}

- name: Print cluster info
Expand Down

0 comments on commit 5f00834

Please sign in to comment.