Skip to content

Commit

Permalink
k8s-e2e: bump k3s to latest z-patches for each minor version
Browse files Browse the repository at this point in the history
Note: there are some RC's for the latest z-patch but will wait
until those are official releases.

Signed-off-by: Lance Austin <laustin@datawire.io>
  • Loading branch information
Lance Austin authored and LanceEa committed Nov 5, 2023
1 parent 999f292 commit 6b6b628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/k8s-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
k8s:
[
{ k3s: 1.26.8+k3s1, kubectl: 1.26.8 },
{ k3s: 1.27.5+k3s1, kubectl: 1.27.5 },
{ k3s: 1.28.1+k3s1, kubectl: 1.28.1 },
{ k3s: 1.26.9+k3s1, kubectl: 1.26.9 },
{ k3s: 1.27.6+k3s1, kubectl: 1.27.6 },
{ k3s: 1.28.2+k3s1, kubectl: 1.28.2 },
]
test:
- integration-tests
Expand Down

0 comments on commit 6b6b628

Please sign in to comment.