Skip to content

Commit

Permalink
Merge pull request #756 from diegolovison/bump_kind2
Browse files Browse the repository at this point in the history
Bump k8s version to 1.30
  • Loading branch information
HumairAK authored Nov 25, 2024
2 parents 4e6c60e + e361f0f commit b64c79d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/kind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ 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
# The kind version to use
version: v0.25.0
# The Docker image for the cluster nodes - https://hub.docker.com/r/kindest/node/
node_image: kindest/node:v1.30.6@sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994
# The path to the kind config file
config: ${{ env.KIND_CONFIG_FILE }}

- name: Print cluster info
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kind-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- config/**
- tests/**
- .github/resources/**
- .github/actions/**
- '.github/workflows/kind-integration.yml'
- '.github/scripts/tests/tests.sh'
- Makefile
Expand Down

0 comments on commit b64c79d

Please sign in to comment.