Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update calico images to v3.27.2 (patch)" #366

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ spec:
Loose]'
pattern: ^(?i)(Disabled|Strict|Loose)?$
type: string
bpfExcludeCIDRsFromNAT:
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
be excluded from NAT resolution so that host can handle them. A
typical usecase is node local DNS cache.
items:
type: string
type: array
bpfExtToServiceConnmark:
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
mark that is set on connections from an external client to a local
Expand Down
8 changes: 4 additions & 4 deletions imagevector/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ images:
- name: calico-node
sourceRepository: github.com/projectcalico/calico
repository: quay.io/calico/node
tag: v3.27.2
tag: v3.27.0
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand All @@ -15,7 +15,7 @@ images:
- name: calico-cni
sourceRepository: github.com/projectcalico/cni-plugin
repository: quay.io/calico/cni
tag: v3.27.2
tag: v3.27.0
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand All @@ -28,7 +28,7 @@ images:
- name: calico-typha
sourceRepository: github.com/projectcalico/typha
repository: quay.io/calico/typha
tag: v3.27.2
tag: v3.27.0
labels:
- name: cloud.gardener.cnudie/dso/scanning-hints/binary_id/v1
value:
Expand All @@ -45,7 +45,7 @@ images:
- name: calico-kube-controllers
sourceRepository: github.com/projectcalico/kube-controllers
repository: quay.io/calico/kube-controllers
tag: v3.27.2
tag: v3.27.0
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand Down