Skip to content

Commit

Permalink
Merge branch 'main' into min-reboot-period
Browse files Browse the repository at this point in the history
  • Loading branch information
leonnicolas committed Oct 18, 2024
2 parents 234cee6 + 6b7d9be commit a4d71f6
Show file tree
Hide file tree
Showing 26 changed files with 728 additions and 471 deletions.
13 changes: 0 additions & 13 deletions .github/kind-cluster-1.27.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/kind-cluster-1.28.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/kind-cluster-1.29.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/kind-cluster-current.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: "kindest/node:v1.29.8"
- role: worker
image: "kindest/node:v1.29.8"
- role: worker
image: "kindest/node:v1.29.8"
9 changes: 9 additions & 0 deletions .github/kind-cluster-next.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: "kindest/node:v1.30.4"
- role: worker
image: "kindest/node:v1.30.4"
- role: worker
image: "kindest/node:v1.30.4"
9 changes: 9 additions & 0 deletions .github/kind-cluster-previous.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: "kindest/node:v1.28.13"
- role: worker
image: "kindest/node:v1.28.13"
- role: worker
image: "kindest/node:v1.28.13"
2 changes: 1 addition & 1 deletion .github/workflows/on-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/arm64, linux/amd64, linux/arm/v7, linux/arm/v6, linux/386
Expand Down
Loading

0 comments on commit a4d71f6

Please sign in to comment.