Refresh

This website github.com/uselagoon/remote-controller/commit/4135335f9e96f621ec04bcf697e4e092265d7026 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Skip to content

Commit

Permalink
chore: set kubernetes versions in tests to 1.23 starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Oct 17, 2023
1 parent 0ce8052 commit 4135335
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 4135335

Please sign in to comment.