Skip to content

Commit

Permalink
Upgrade kind docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
littlejo committed Sep 27, 2024
1 parent 2326016 commit ad17349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/config/acceptance_tests_kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
nodes:
- role: control-plane
image: kindest/node:v1.30.2
extraMounts:
- hostPath: "./.github/config/seccomp-profiles"
containerPath: "/var/lib/kubelet/seccomp/profiles"
Expand Down
1 change: 1 addition & 0 deletions .github/config/acceptance_tests_kind_config2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
nodes:
- role: control-plane
image: kindest/node:v1.30.2
extraMounts:
- hostPath: "./.github/config/seccomp-profiles"
containerPath: "/var/lib/kubelet/seccomp/profiles"
Expand Down

0 comments on commit ad17349

Please sign in to comment.