mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 09:50:19 +00:00
Downgrade kind-images for 1.22.x and 1.23.x (#569)
* some debug stuff
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* small fix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* add namespace
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* downgrade to kind@0.12.0
* Revert "feat: update kubernetes dependencies (#552)"
This reverts commit d2d21f31c0.
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* bump kind version
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* update to k8s 0.23.6
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* update to kind 0.13.0
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* add 1.24 test
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* add toleration
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* update kind to 0.14.0
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* update docs
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* add version prefix
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* update images
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* downgrade images
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
* remove debug log
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
committed by
GitHub
parent
78064e1d2c
commit
bee558cd8f
10
.github/kind-cluster-1.22.yaml
vendored
10
.github/kind-cluster-1.22.yaml
vendored
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.22.9
|
||||
image: kindest/node:v1.22.4
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.22.9
|
||||
image: kindest/node:v1.22.4
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.22.9
|
||||
image: kindest/node:v1.22.4
|
||||
- role: worker
|
||||
image: kindest/node:v1.22.9
|
||||
image: kindest/node:v1.22.4
|
||||
- role: worker
|
||||
image: kindest/node:v1.22.9
|
||||
image: kindest/node:v1.22.4
|
||||
|
||||
10
.github/kind-cluster-1.23.yaml
vendored
10
.github/kind-cluster-1.23.yaml
vendored
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.23.6"
|
||||
image: "kindest/node:v1.23.0"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.23.6"
|
||||
image: "kindest/node:v1.23.0"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.23.6"
|
||||
image: "kindest/node:v1.23.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.23.6"
|
||||
image: "kindest/node:v1.23.0"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.23.6"
|
||||
image: "kindest/node:v1.23.0"
|
||||
|
||||
Reference in New Issue
Block a user