Skip to content

Commit

Permalink
Merge pull request #28 from uselagoon/action-updates
Browse files Browse the repository at this point in the history
chore: update kubernetes versions for testing
  • Loading branch information
shreddedbacon authored May 30, 2024
2 parents e6aae71 + 8005fa9 commit ca60a71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aergia-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
kindest_node_version: [v1.23.6, v1.24.7, v1.25.3]
kindest_node_version: [v1.25.16, v1.26.14, v1.27.11]
experimental: [false]
include:
- kindest_node_version: v1.26.3
- kindest_node_version: v1.28.9
experimental: true
- kindest_node_version: v1.27.3
- kindest_node_version: v1.29.4
experimental: true
steps:
- name: Checkout
Expand Down Expand Up @@ -47,9 +47,9 @@ jobs:
kubebuilder version
kind version
- name: Create kind cluster
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.9.0
with:
version: v0.14.0
version: v0.22.0
node_image: kindest/node:${{ matrix.kindest_node_version }}
config: test-resources/kind-cluster.yaml
- name: Set up Docker Buildx
Expand Down

0 comments on commit ca60a71

Please sign in to comment.