mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-06 16:36:49 +00:00
Update k8s deps and images
Fixes: #987 Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
This commit is contained in:
committed by
Jean-Philippe Evrard
parent
608abc6e89
commit
575fd245ae
6
.github/kind-cluster-current.yaml
vendored
6
.github/kind-cluster-current.yaml
vendored
@@ -2,8 +2,8 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.29.4"
|
||||
image: "kindest/node:v1.29.8"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.29.4"
|
||||
image: "kindest/node:v1.29.8"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.29.4"
|
||||
image: "kindest/node:v1.29.8"
|
||||
|
||||
6
.github/kind-cluster-next.yaml
vendored
6
.github/kind-cluster-next.yaml
vendored
@@ -2,8 +2,8 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.30.2"
|
||||
image: "kindest/node:v1.30.4"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.30.2"
|
||||
image: "kindest/node:v1.30.4"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.30.2"
|
||||
image: "kindest/node:v1.30.4"
|
||||
|
||||
6
.github/kind-cluster-previous.yaml
vendored
6
.github/kind-cluster-previous.yaml
vendored
@@ -2,8 +2,8 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.28.9"
|
||||
image: "kindest/node:v1.28.13"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.28.9"
|
||||
image: "kindest/node:v1.28.13"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.28.9"
|
||||
image: "kindest/node:v1.28.13"
|
||||
|
||||
Reference in New Issue
Block a user