Skip to content

Commit ebd6207

Browse files
committed
Update to use non-hardcoded k8s version, based on upstream
Signed-off-by: Jonathan West <[email protected]>
1 parent e4c9ef4 commit ebd6207

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rollouts_e2e_tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 90
1717
strategy:
18+
fail-fast: false
1819
matrix:
19-
k3s-version: [ v1.28.2 ]
20-
# k3s-version: [ v1.28.2, v1.27.6, v1.26.9 ]
20+
kubernetes:
21+
- version: '1.28'
22+
latest: false
2123
steps:
2224
- name: Install K3S
25+
env:
26+
INSTALL_K3S_CHANNEL: v${{ matrix.kubernetes.version }}
2327
run: |
2428
set -x
2529
curl -sfL https://get.k3s.io | sh -

0 commit comments

Comments
 (0)