diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-04-06 22:12:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 22:12:34 -0500 |
commit | 5cc3c12a91143a46d7c206257323d3475470b7d3 (patch) | |
tree | 3f8924475833b4a6cb1057879e7a7d5694f544d4 | |
parent | ff988ba7244379166b6ac63c2c281328f64fe141 (diff) | |
parent | 2205485e3e96b9d4b1d0e27fa7780dea18ecd601 (diff) | |
download | openshift-5cc3c12a91143a46d7c206257323d3475470b7d3.tar.gz openshift-5cc3c12a91143a46d7c206257323d3475470b7d3.tar.bz2 openshift-5cc3c12a91143a46d7c206257323d3475470b7d3.tar.xz openshift-5cc3c12a91143a46d7c206257323d3475470b7d3.zip |
Merge pull request #3857 from djosborne/bump-calico-policy-controller
Merged by openshift-bot
-rw-r--r-- | roles/calico_master/templates/calico-policy-controller.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/calico_master/templates/calico-policy-controller.yml.j2 b/roles/calico_master/templates/calico-policy-controller.yml.j2 index 66c334ceb..3fb1abf0d 100644 --- a/roles/calico_master/templates/calico-policy-controller.yml.j2 +++ b/roles/calico_master/templates/calico-policy-controller.yml.j2 @@ -74,7 +74,7 @@ spec: serviceAccountName: calico containers: - name: calico-policy-controller - image: quay.io/calico/kube-policy-controller:v0.5.3 + image: quay.io/calico/kube-policy-controller:v0.5.4 env: # The location of the Calico etcd cluster. - name: ETCD_ENDPOINTS |