Skip to content

Commit

Permalink
Update istio-ca tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lookuptable committed May 9, 2017
1 parent c8866eb commit a194ae7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: docker.io/istio/istio-ca:2017-04-13-17.43.08
image: docker.io/istio/istio-ca:2017-05-09-17.26.56
imagePullPolicy: IfNotPresent
env:
- name: NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: docker.io/istio/istio-ca:2017-04-13-17.43.08
image: docker.io/istio/istio-ca:2017-05-09-17.26.56
imagePullPolicy: IfNotPresent
---

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: docker.io/istio/istio-ca:2017-04-13-17.43.08
image: docker.io/istio/istio-ca:2017-05-09-17.26.56
imagePullPolicy: IfNotPresent
env:
- name: NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion istio.VERSION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DO NOT EDIT THIS FILE MANUALLY instead use
# tests/updateVersion.sh (see tests/README.md)
export CA_HUB="docker.io/istio"
export CA_TAG="2017-04-13-17.43.08"
export CA_TAG="2017-05-09-17.26.56"
export MIXER_HUB="docker.io/istio"
export MIXER_TAG="2017-05-09-02.32.46"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/dbcc933388561cdf06cbe6d6e1076b410e4433e0/artifacts/istioctl"
Expand Down

0 comments on commit a194ae7

Please sign in to comment.