Skip to content

Commit

Permalink
1.30.7 doesn't exist for kind
Browse files Browse the repository at this point in the history
  • Loading branch information
edude03 authored Dec 12, 2024
1 parent a606f3c commit 8231737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kind/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.30.7
image: kindest/node:v1.30.6
- role: worker
image: kindest/node:v1.30.7
image: kindest/node:v1.30.6
labels:
node: neon1
- role: worker
image: kindest/node:v1.30.7
image: kindest/node:v1.30.6
labels:
node: neon2

0 comments on commit 8231737

Please sign in to comment.