Skip to content

Commit

Permalink
Update Calico from v3.21.2 to v3.22.1
Browse files Browse the repository at this point in the history
* Calico aims to fix projectcalico/calico#5011
  • Loading branch information
dghubble committed Mar 11, 2022
1 parent db159bb commit fa4745d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions resources/calico/crd-felixconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ spec:
pattern: ^.*
x-kubernetes-int-or-string: true
type: array
logDebugFilenameRegex:
description: LogDebugFilenameRegex controls which source code files have their Debug log output included in the logs. Only logs from files with names that match the given regular expression are included. The filter only applies to Debug level logs.
type: string
logFilePath:
description: 'LogFilePath is the full path to the Felix log. Set to none to disable file logging. [Default: /var/log/calico/felix.log]'
type: string
Expand Down
2 changes: 1 addition & 1 deletion resources/calico/crd-ippools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
description: The pool CIDR.
type: string
disableBGPExport:
description: 'Disable exporting routes from this IP Pools CIDR over BGP. [Default: false]'
description: 'Disable exporting routes from this IP Pool''s CIDR over BGP. [Default: false]'
type: boolean
disabled:
description: When disabled is true, Calico IPAM will not assign addresses from this pool.
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ variable "container_images" {
description = "Container images to use"

default = {
calico = "quay.io/calico/node:v3.21.2"
calico_cni = "quay.io/calico/cni:v3.21.2"
calico = "quay.io/calico/node:v3.22.1"
calico_cni = "quay.io/calico/cni:v3.22.1"
cilium_agent = "quay.io/cilium/cilium:v1.11.2"
cilium_operator = "quay.io/cilium/operator-generic:v1.11.2"
coredns = "k8s.gcr.io/coredns/coredns:v1.8.6"
Expand Down

0 comments on commit fa4745d

Please sign in to comment.