Skip to content

Commit

Permalink
Bump Calico to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored and mogren committed Jun 2, 2020
1 parent ee7428d commit 792da56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/master/calico.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: quay.io/calico/node:v3.13.0
image: quay.io/calico/node:v3.13.4
env:
# Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE
Expand Down Expand Up @@ -546,7 +546,7 @@ spec:
securityContext:
fsGroup: 65534
containers:
- image: quay.io/calico/typha:v3.13.0
- image: quay.io/calico/typha:v3.13.4
name: calico-typha
ports:
- containerPort: 5473
Expand Down
4 changes: 2 additions & 2 deletions config/v1.6/calico.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: quay.io/calico/node:v3.13.0
image: quay.io/calico/node:v3.13.4
env:
# Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE
Expand Down Expand Up @@ -546,7 +546,7 @@ spec:
securityContext:
fsGroup: 65534
containers:
- image: quay.io/calico/typha:v3.13.0
- image: quay.io/calico/typha:v3.13.4
name: calico-typha
ports:
- containerPort: 5473
Expand Down

0 comments on commit 792da56

Please sign in to comment.