Skip to content

Commit

Permalink
Update kindest/node Docker tag to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 2380a54 commit 42d0afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ kubeadmConfigPatchesJSON6902:
value: 172.17.0.1
nodes:
- role: control-plane
image: kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
image: kindest/node:v1.32.0@sha256:2458b423d635d7b01637cac2d6de7e1c1dca1148a2ba2e90975e214ca849e7cb
# - role: worker
# image: kindest/node:v1.24.2@sha256:1f0cee2282f43150b52dc7933183ed96abdcfc8d293f30ec07082495874876f1
2 changes: 1 addition & 1 deletion kind-config2-without-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ featureGates:
# value: 172.17.0.1
nodes:
- role: control-plane
image: kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
image: kindest/node:v1.32.0@sha256:2458b423d635d7b01637cac2d6de7e1c1dca1148a2ba2e90975e214ca849e7cb
# add a mount from ./gitlab on the host to /gitlab on the node
# extraMounts:
# - hostPath: ./gitlab
Expand Down

0 comments on commit 42d0afe

Please sign in to comment.