From 16b871bb0c48da660867bb1c7f76721436bf5c7c Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Fri, 14 Jan 2022 10:03:03 +0100 Subject: [PATCH] Update to version v3.21.3 --- templates/calico-kube-controllers-Deployment.yaml | 2 +- templates/calico-node-DaemonSet.yaml | 8 ++++---- templates/calicoctl-Pod.yaml | 2 +- templates/calicoctl-ServiceAccount.yaml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/calico-kube-controllers-Deployment.yaml b/templates/calico-kube-controllers-Deployment.yaml index e95f5ce..42b3690 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.2 + image: docker.io/calico/kube-controllers:v3.21.3 env: # Choose which controllers to run. - name: ENABLED_CONTROLLERS diff --git a/templates/calico-node-DaemonSet.yaml b/templates/calico-node-DaemonSet.yaml index 4e5a9a7..a1fdb9f 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.2 + image: docker.io/calico/cni:v3.21.3 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.2 + image: docker.io/calico/cni:v3.21.3 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.2 + image: docker.io/calico/pod2daemon-flexvol:v3.21.3 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.2 + image: docker.io/calico/node:v3.21.3 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 dc600f7..0a7bf95 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.2 + image: calico/ctl:v3.21.3 command: - /calicoctl args: diff --git a/templates/calicoctl-ServiceAccount.yaml b/templates/calicoctl-ServiceAccount.yaml index 0396c23..aa490c6 100644 --- a/templates/calicoctl-ServiceAccount.yaml +++ b/templates/calicoctl-ServiceAccount.yaml @@ -1,7 +1,7 @@ -# Calico Version v3.21.2 -# https://docs.projectcalico.org/releases#v3.21.2 +# Calico Version v3.21.3 +# https://docs.projectcalico.org/releases#v3.21.3 # This manifest includes the following component versions: -# calico/ctl:v3.21.2 +# calico/ctl:v3.21.3 apiVersion: v1 kind: ServiceAccount