bump calico to v3.19.1

This commit is contained in:
jornshen 2021-05-28 10:29:44 +08:00
parent 7a5cfbf5c6
commit c9fe8ddf68
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ spec:
terminationGracePeriodSeconds: 0
initContainers:
- name: install-cni
image: gcr.io/projectcalico-org/cni:v3.16.2
image: gcr.io/projectcalico-org/cni:v3.19.1
command: ["/opt/cni/bin/install"]
env:
- name: CNI_CONF_NAME
@ -78,7 +78,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: gcr.io/projectcalico-org/node:v3.16.2
image: gcr.io/projectcalico-org/node:v3.19.1
env:
- name: CALICO_MANAGE_CNI
value: "true"

View File

@ -23,7 +23,7 @@ spec:
hostNetwork: true
serviceAccountName: calico
containers:
- image: gcr.io/projectcalico-org/typha:v3.16.2
- image: gcr.io/projectcalico-org/typha:v3.19.1
name: calico-typha
ports:
- containerPort: 5473