Skip to content

Commit

Permalink
Update kindest/node Docker tag to v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 5, 2023
1 parent f5587bc commit 5fdebe7
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.27.1@sha256:f957f0636f30b105e15ed00932b25d175eaf08d5d11735e8d6ec73325ebd5b02
image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
# - 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.27.1@sha256:f957f0636f30b105e15ed00932b25d175eaf08d5d11735e8d6ec73325ebd5b02
image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31
# add a mount from ./gitlab on the host to /gitlab on the node
# extraMounts:
# - hostPath: ./gitlab
Expand Down

0 comments on commit 5fdebe7

Please sign in to comment.