Skip to content

Commit

Permalink
Update calico images to v3.27.3 (patch) (#373)
Browse files Browse the repository at this point in the history
* Update calico images to v3.27.3

* Update crd felixconfiguration with v3.27.3

---------

Co-authored-by: Johannes Scheerer <[email protected]>
  • Loading branch information
gardener-ci-robot and ScheererJ authored Apr 2, 2024
1 parent 956bb3c commit 29f02ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ 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.0
tag: v3.27.3
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.0
tag: v3.27.3
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.0
tag: v3.27.3
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.0
tag: v3.27.3
labels:
- name: 'gardener.cloud/cve-categorisation'
value:
Expand Down

0 comments on commit 29f02ad

Please sign in to comment.