mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 18:00:23 +00:00
Update to latest k8s
Fixes: #625 Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
committed by
Daniel Holbach
parent
06fad838d4
commit
5ac4f7ec86
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.0"
|
||||
image: "kindest/node:v1.23.12"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.23.0"
|
||||
image: "kindest/node:v1.23.12"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.23.0"
|
||||
image: "kindest/node:v1.23.12"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.23.0"
|
||||
image: "kindest/node:v1.23.12"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.23.0"
|
||||
image: "kindest/node:v1.23.12"
|
||||
|
||||
10
.github/kind-cluster-1.24.yaml
vendored
10
.github/kind-cluster-1.24.yaml
vendored
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.24.0"
|
||||
image: "kindest/node:v1.24.6"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.24.0"
|
||||
image: "kindest/node:v1.24.6"
|
||||
- role: control-plane
|
||||
image: "kindest/node:v1.24.0"
|
||||
image: "kindest/node:v1.24.6"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.24.0"
|
||||
image: "kindest/node:v1.24.6"
|
||||
- role: worker
|
||||
image: "kindest/node:v1.24.0"
|
||||
image: "kindest/node:v1.24.6"
|
||||
|
||||
@@ -2,12 +2,12 @@ kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.22.4
|
||||
image: kindest/node:v1.25.2
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.22.4
|
||||
image: kindest/node:v1.25.2
|
||||
- role: control-plane
|
||||
image: kindest/node:v1.22.4
|
||||
image: kindest/node:v1.25.2
|
||||
- role: worker
|
||||
image: kindest/node:v1.22.4
|
||||
image: kindest/node:v1.25.2
|
||||
- role: worker
|
||||
image: kindest/node:v1.22.4
|
||||
image: kindest/node:v1.25.2
|
||||
2
.github/workflows/on-pr.yaml
vendored
2
.github/workflows/on-pr.yaml
vendored
@@ -112,9 +112,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
kubernetes:
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
- "1.25"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Find go version
|
||||
|
||||
Reference in New Issue
Block a user