Skip to content

Commit

Permalink
chore(deps): update all lvh-images main
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and aanm committed Oct 3, 2023
1 parent 3191c23 commit af4391d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/conformance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,29 +79,29 @@ jobs:
# See https://github.com/cilium/cilium/issues/20606 for configuration table
- name: '1'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '4.19-20230905.214457'
kernel: '4.19-20230928.053816'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'vxlan'

- name: '2'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.4-20230905.214457'
kernel: '5.4-20230928.053816'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'disabled'

- name: '3'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20230905.214457'
kernel: '5.10-20230928.053816'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'disabled'
endpoint-routes: 'true'

- name: '4'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20230905.214457'
kernel: '5.10-20230928.053816'
kube-proxy: 'iptables'
kpr: 'strict'
tunnel: 'vxlan'
Expand All @@ -111,7 +111,7 @@ jobs:

- name: '5'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.15-20230905.214457'
kernel: '5.15-20230928.053816'
kube-proxy: 'iptables'
kpr: 'strict'
tunnel: 'disabled'
Expand All @@ -122,7 +122,7 @@ jobs:

- name: '6'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '6.0-20230905.214457'
kernel: '6.0-20230928.053816'
kube-proxy: 'none'
kpr: 'strict'
tunnel: 'vxlan'
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- name: '9'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20230905.214457'
kernel: '5.10-20230928.053816'
kube-proxy: 'iptables'
kpr: 'strict'
tunnel: 'vxlan'
Expand All @@ -163,7 +163,7 @@ jobs:

- name: '10'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.15-20230905.214457'
kernel: '5.15-20230928.053816'
kube-proxy: 'iptables'
kpr: 'strict'
tunnel: 'disabled'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-ipsec-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ jobs:
include:
- name: '1'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.4-20230905.214457'
kernel: '5.4-20230928.053816'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'disabled'
encryption: 'ipsec'

- name: '2'
# renovate: datasource=docker depName=quay.io/lvh-images/kind
kernel: '5.10-20230905.214457'
kernel: '5.10-20230928.053816'
kube-proxy: 'iptables'
kpr: 'disabled'
tunnel: 'disabled'
Expand Down

0 comments on commit af4391d

Please sign in to comment.