Skip to content

Commit 63674b0

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #58831 from tmjd/automated-cherry-pick-of-#58482-base-release-1.7
Automatic merge from submit-queue. Automated cherry pick of #58482 Cherry pick of #58482 on release-1.7. #58482: Update cluster addon Calico to v2.6.6
2 parents 36750af + d9dba56 commit 63674b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cluster/addons/calico-policy-controller/calico-node-daemonset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
# container programs network policy and routes on each
3030
# host.
3131
- name: calico-node
32-
image: calico/node:v2.5.1
32+
image: gcr.io/projectcalico-org/node:v2.6.6
3333
env:
3434
- name: CALICO_DISABLE_FILE_LOGGING
3535
value: "true"
@@ -83,7 +83,7 @@ spec:
8383
# This container installs the Calico CNI binaries
8484
# and CNI network config file on each node.
8585
- name: install-cni
86-
image: calico/cni:v1.10.0
86+
image: gcr.io/projectcalico-org/cni:v1.11.2
8787
command: ["/install-cni.sh"]
8888
env:
8989
- name: CNI_CONF_NAME

cluster/addons/calico-policy-controller/typha-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
hostNetwork: true
2323
serviceAccountName: calico
2424
containers:
25-
- image: calico/typha:v0.4.1
25+
- image: gcr.io/projectcalico-org/typha:v0.5.5
2626
name: calico-typha
2727
ports:
2828
- containerPort: 5473

0 commit comments

Comments
 (0)