Skip to content

Commit

Permalink
e2e: replace 6.0 with 6.1
Browse files Browse the repository at this point in the history
6.0 is EOL and therefore not built anymore. Switch to the next
newer LTS which is 6.1.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
  • Loading branch information
lmb committed Feb 16, 2024
1 parent 934ee54 commit 22b6f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

- name: '6'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.0-20231019.053646'
kernel: '6.1-20240215.093821'
kube-proxy: 'none'
kpr: 'strict'
tunnel: 'vxlan'
Expand Down Expand Up @@ -174,8 +174,8 @@ jobs:
egress-gateway: 'true'

- name: '11'
# We don't want to update bpf-next after branching
kernel: '6.0-20230420.212204'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.1-20240215.093821'
kube-proxy: 'none'
kpr: 'strict'
tunnel: 'vxlan'
Expand Down

0 comments on commit 22b6f13

Please sign in to comment.