Update to version v3.22.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Adrien Reslinger 2022-01-30 19:39:29 +01:00
parent 80e250e3a7
commit 889b8b49b8
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
5 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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.

View file

@ -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:

View file

@ -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

View file

@ -48,8 +48,8 @@ spec:
from this pool.
type: boolean
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
ipip:
description: 'Deprecated: this field is only used for APIv1 backwards