Skip to content

Commit

Permalink
Merge pull request #84163 from david-tigera/update-calico-v3.8.4
Browse files Browse the repository at this point in the history
Update Calico to v3.8.4
  • Loading branch information
k8s-ci-robot committed Jan 9, 2020
2 parents b9c0aa0 + c6f0597 commit daaa0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
terminationGracePeriodSeconds: 0
initContainers:
- name: install-cni
image: gcr.io/projectcalico-org/cni:v3.8.3
image: gcr.io/projectcalico-org/cni:v3.8.4
command: ["/install-cni.sh"]
env:
- name: CNI_CONF_NAME
Expand Down Expand Up @@ -78,7 +78,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: gcr.io/projectcalico-org/node:v3.8.3
image: gcr.io/projectcalico-org/node:v3.8.4
env:
- name: CALICO_MANAGE_CNI
value: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
hostNetwork: true
serviceAccountName: calico
containers:
- image: gcr.io/projectcalico-org/typha:v3.8.3
- image: gcr.io/projectcalico-org/typha:v3.8.4
name: calico-typha
ports:
- containerPort: 5473
Expand Down

0 comments on commit daaa0b9

Please sign in to comment.