Skip to content

Commit

Permalink
Merge pull request #233 from uselagoon/k8s-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Oct 18, 2023
2 parents 0ce8052 + 4135335 commit 6300ef9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/remote-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,16 @@ jobs:
strategy:
fail-fast: false
matrix:
kindest_node_version: [v1.21.12, v1.22.9]
kindest_node_version: [v1.23.6, v1.24.7, v1.25.3]
harbor: ["1.9.0","1.12.2"]
lagoon_build_image: ["uselagoon/build-deploy-image:main"]
experimental: [false]
include:
- kindest_node_version: v1.23.6
- kindest_node_version: v1.26.3
harbor: "1.12.2"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: true
- kindest_node_version: v1.24.7
harbor: "1.12.2"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: true
- kindest_node_version: v1.25.3
- kindest_node_version: v1.27.3
harbor: "1.12.2"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: true
Expand Down

0 comments on commit 6300ef9

Please sign in to comment.