Skip to content

Commit

Permalink
test: update kubernetes versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jul 29, 2024
1 parent 567de23 commit 29cbb60
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/remote-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,25 @@ jobs:
strategy:
fail-fast: false
matrix:
kindest_node_version: [v1.23.6, v1.24.7, v1.25.3]
harbor: ["1.9.0","1.13.1"]
kindest_node_version: [v1.25.16, v1.26.15]
harbor: ["1.9.0","1.14.0"]
lagoon_build_image: ["uselagoon/build-deploy-image:main"]
experimental: [false]
include:
- kindest_node_version: v1.26.3
harbor: "1.13.1"
- kindest_node_version: v1.27.13
harbor: "1.14.0"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: false
- kindest_node_version: v1.28.9
harbor: "1.14.0"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: false
- kindest_node_version: v1.29.4
harbor: "1.14.0"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: true
- kindest_node_version: v1.27.3
harbor: "1.13.1"
- kindest_node_version: v1.30.2
harbor: "1.14.0"
lagoon_build_image: "uselagoon/build-deploy-image:main"
experimental: true
steps:
Expand Down

0 comments on commit 29cbb60

Please sign in to comment.