From db786d8e6f2abf5297bb1d3666aa88ff70db407d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 3 Aug 2021 18:43:52 +0200 Subject: [PATCH] [calico] upgrade to 3.20.0 --- v3-calico/calico.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v3-calico/calico.yaml b/v3-calico/calico.yaml index 4738b67..50d69af 100644 --- a/v3-calico/calico.yaml +++ b/v3-calico/calico.yaml @@ -3546,7 +3546,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.19.0 + image: docker.io/calico/cni:v3.20.0 command: ["/opt/cni/bin/calico-ipam", "-upgrade"] envFrom: - configMapRef: @@ -3573,7 +3573,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.19.0 + image: docker.io/calico/cni:v3.20.0 command: ["/opt/cni/bin/install"] envFrom: - configMapRef: @@ -3614,7 +3614,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.19.0 + image: docker.io/calico/pod2daemon-flexvol:v3.20.0 volumeMounts: - name: flexvol-driver-host mountPath: /host/driver @@ -3625,7 +3625,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: docker.io/calico/node:v3.19.0 + image: docker.io/calico/node:v3.20.0 envFrom: - configMapRef: # Allow KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT to be overridden for eBPF mode. @@ -3836,7 +3836,7 @@ spec: priorityClassName: system-cluster-critical containers: - name: calico-kube-controllers - image: docker.io/calico/kube-controllers:v3.19.0 + image: docker.io/calico/kube-controllers:v3.20.0 env: # Choose which controllers to run. - name: ENABLED_CONTROLLERS