Skip to content

Commit b64c79d

Browse files
authored
Merge pull request opendatahub-io#756 from diegolovison/bump_kind2
Bump k8s version to 1.30
2 parents 4e6c60e + e361f0f commit b64c79d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/actions/kind/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ runs:
3535
EOF'
3636
3737
- name: Setup KinD cluster
38-
uses: helm/kind-action@v1.8.0
38+
uses: helm/kind-action@v1
3939
with:
4040
cluster_name: cluster
41-
version: v0.17.0
41+
# The kind version to use
42+
version: v0.25.0
43+
# The Docker image for the cluster nodes - https://hub.docker.com/r/kindest/node/
44+
node_image: kindest/node:v1.30.6@sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994
45+
# The path to the kind config file
4246
config: ${{ env.KIND_CONFIG_FILE }}
4347

4448
- name: Print cluster info

.github/workflows/kind-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- config/**
1212
- tests/**
1313
- .github/resources/**
14+
- .github/actions/**
1415
- '.github/workflows/kind-integration.yml'
1516
- '.github/scripts/tests/tests.sh'
1617
- Makefile

0 commit comments

Comments
 (0)