From d03105916abfddb7392a6dfb7175cde13ee4dfcb Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Wed, 9 Nov 2022 09:56:11 +0100 Subject: [PATCH] Update to version v3.24.5 --- templates/calico-kube-controllers-Deployment.yaml | 2 +- templates/calico-node-DaemonSet.yaml | 8 ++++---- templates/calicoctl-Pod.yaml | 2 +- templates/calicoctl-ServiceAccount.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/calico-kube-controllers-Deployment.yaml b/templates/calico-kube-controllers-Deployment.yaml index aaa82dc..42104ea 100644 --- a/templates/calico-kube-controllers-Deployment.yaml +++ b/templates/calico-kube-controllers-Deployment.yaml @@ -36,7 +36,7 @@ spec: priorityClassName: system-cluster-critical containers: - name: calico-kube-controllers - image: docker.io/calico/kube-controllers:v3.24.4 + image: docker.io/calico/kube-controllers:v3.24.5 imagePullPolicy: IfNotPresent env: # Choose which controllers to run. diff --git a/templates/calico-node-DaemonSet.yaml b/templates/calico-node-DaemonSet.yaml index 7e12596..a56afc2 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.24.4 + image: docker.io/calico/cni:v3.24.5 imagePullPolicy: IfNotPresent command: ["/opt/cni/bin/calico-ipam", "-upgrade"] envFrom: @@ -72,7 +72,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.24.4 + image: docker.io/calico/cni:v3.24.5 imagePullPolicy: IfNotPresent command: ["/opt/cni/bin/install"] envFrom: @@ -115,7 +115,7 @@ spec: # i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode. - name: "mount-bpffs" - image: docker.io/calico/node:v3.24.4 + image: docker.io/calico/node:v3.24.5 imagePullPolicy: IfNotPresent command: ["calico-node", "-init", "-best-effort"] volumeMounts: @@ -141,7 +141,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: docker.io/calico/node:v3.24.4 + image: docker.io/calico/node:v3.24.5 imagePullPolicy: IfNotPresent envFrom: - configMapRef: diff --git a/templates/calicoctl-Pod.yaml b/templates/calicoctl-Pod.yaml index 37ef9b6..3dc89f5 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.24.4 + image: calico/ctl:v3.24.5 command: - /calicoctl args: diff --git a/templates/calicoctl-ServiceAccount.yaml b/templates/calicoctl-ServiceAccount.yaml index 1f810bc..a20307b 100644 --- a/templates/calicoctl-ServiceAccount.yaml +++ b/templates/calicoctl-ServiceAccount.yaml @@ -1,7 +1,7 @@ # Calico Version master # https://projectcalico.docs.tigera.io/releases#master # This manifest includes the following component versions: -# calico/ctl:v3.24.4 +# calico/ctl:v3.24.5 apiVersion: v1 kind: ServiceAccount