mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-06 02:40:26 +00:00
update test infra as well
Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
This commit is contained in:
committed by
Jean-Philippe Evrard
parent
72e39575c2
commit
dd5a303113
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.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"
|
||||
|
||||
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.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"
|
||||
|
||||
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.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"
|
||||
|
||||
Reference in New Issue
Block a user