diff --git a/templates/calico-kube-controllers-Deployment.yaml b/templates/calico-kube-controllers-Deployment.yaml index 85a1df0..e0fe3b7 100644 --- a/templates/calico-kube-controllers-Deployment.yaml +++ b/templates/calico-kube-controllers-Deployment.yaml @@ -34,7 +34,7 @@ spec: priorityClassName: system-cluster-critical containers: - name: calico-kube-controllers - image: docker.io/calico/kube-controllers:v3.21.4 + image: docker.io/calico/kube-controllers:v3.22.0 env: # Choose which controllers to run. - name: ENABLED_CONTROLLERS diff --git a/templates/calico-node-DaemonSet.yaml b/templates/calico-node-DaemonSet.yaml index 234d08e..c4e813e 100644 --- a/templates/calico-node-DaemonSet.yaml +++ b/templates/calico-node-DaemonSet.yaml @@ -44,7 +44,7 @@ spec: # It can be deleted if this is a fresh installation, or if you have already # upgraded to use calico-ipam. - name: upgrade-ipam - image: docker.io/calico/cni:v3.21.4 + image: docker.io/calico/cni:v3.22.0 command: ["/opt/cni/bin/calico-ipam", "-upgrade"] envFrom: - configMapRef: @@ -71,7 +71,7 @@ spec: # This container installs the CNI binaries # and CNI network config file on each node. - name: install-cni - image: docker.io/calico/cni:v3.21.4 + image: docker.io/calico/cni:v3.22.0 command: ["/opt/cni/bin/install"] envFrom: - configMapRef: @@ -112,7 +112,7 @@ spec: # Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes # to communicate with Felix over the Policy Sync API. - name: flexvol-driver - image: docker.io/calico/pod2daemon-flexvol:v3.21.4 + image: docker.io/calico/pod2daemon-flexvol:v3.22.0 volumeMounts: - name: flexvol-driver-host mountPath: /host/driver @@ -123,7 +123,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: docker.io/calico/node:v3.21.4 + image: docker.io/calico/node:v3.22.0 envFrom: - configMapRef: # Allow KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT to be overridden for eBPF mode. diff --git a/templates/calicoctl-Pod.yaml b/templates/calicoctl-Pod.yaml index e1b1a4e..033d6bd 100644 --- a/templates/calicoctl-Pod.yaml +++ b/templates/calicoctl-Pod.yaml @@ -11,7 +11,7 @@ spec: serviceAccountName: calicoctl containers: - name: calicoctl - image: calico/ctl:v3.21.4 + image: calico/ctl:v3.22.0 command: - /calicoctl args: diff --git a/templates/calicoctl-ServiceAccount.yaml b/templates/calicoctl-ServiceAccount.yaml index 60a2312..afc74ef 100644 --- a/templates/calicoctl-ServiceAccount.yaml +++ b/templates/calicoctl-ServiceAccount.yaml @@ -1,7 +1,7 @@ -# Calico Version v3.21.4 -# https://docs.projectcalico.org/releases#v3.21.4 +# Calico Version v3.22.0 +# https://projectcalico.docs.tigera.io/releases#v3.22.0 # This manifest includes the following component versions: -# calico/ctl:v3.21.4 +# calico/ctl:v3.22.0 apiVersion: v1 kind: ServiceAccount diff --git a/templates/ippools.crd.projectcalico.org-CustomResourceDefinition.yaml b/templates/ippools.crd.projectcalico.org-CustomResourceDefinition.yaml index 9856cbb..5644663 100644 --- a/templates/ippools.crd.projectcalico.org-CustomResourceDefinition.yaml +++ b/templates/ippools.crd.projectcalico.org-CustomResourceDefinition.yaml @@ -48,8 +48,8 @@ spec: from this pool. type: boolean disableBGPExport: - description: 'Disable exporting routes from this IP Pool’s CIDR over - BGP. [Default: false]' + description: "Disable exporting routes from this IP Pool's CIDR over + BGP. [Default: false]" type: boolean ipip: description: 'Deprecated: this field is only used for APIv1 backwards