diff --git a/.github/kind-cluster-current.yaml b/.github/kind-cluster-current.yaml index e8ace60..66aabf7 100644 --- a/.github/kind-cluster-current.yaml +++ b/.github/kind-cluster-current.yaml @@ -2,8 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.29.8" + image: "kindest/node:v1.30.8" - role: worker - image: "kindest/node:v1.29.8" + image: "kindest/node:v1.30.8" - role: worker - image: "kindest/node:v1.29.8" + image: "kindest/node:v1.30.8" diff --git a/.github/kind-cluster-next.yaml b/.github/kind-cluster-next.yaml index 88027f4..a25abb9 100644 --- a/.github/kind-cluster-next.yaml +++ b/.github/kind-cluster-next.yaml @@ -2,8 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.30.4" + image: "kindest/node:v1.31.4" - role: worker - image: "kindest/node:v1.30.4" + image: "kindest/node:v1.31.4" - role: worker - image: "kindest/node:v1.30.4" + image: "kindest/node:v1.31.4" diff --git a/.github/kind-cluster-previous.yaml b/.github/kind-cluster-previous.yaml index 034dd09..561b6f7 100644 --- a/.github/kind-cluster-previous.yaml +++ b/.github/kind-cluster-previous.yaml @@ -2,8 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.28.13" + image: "kindest/node:v1.29.12" - role: worker - image: "kindest/node:v1.28.13" + image: "kindest/node:v1.29.12" - role: worker - image: "kindest/node:v1.28.13" + image: "kindest/node:v1.29.12"