Skip to content

Commit

Permalink
Updating istio version (istio#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas authored May 11, 2017
1 parent e479164 commit 985a568
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: mixer
image: docker.io/istio/mixer:stable-5bae502
image: docker.io/istio/mixer:0.1.1
imagePullPolicy: Always
ports:
- containerPort: 9091
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
serviceAccountName: istio-manager-service-account
containers:
- name: discovery
image: docker.io/istio/manager:stable-f8e0ee5
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["discovery", "-v", "2"]
ports:
Expand All @@ -106,7 +106,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: apiserver
image: docker.io/istio/manager:stable-f8e0ee5
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["apiserver", "-v", "2"]
ports:
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: Always
ports:
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
spec:
containers:
- name: proxy
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
imagePullPolicy: Always
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down Expand Up @@ -250,7 +250,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: docker.io/istio/istio-ca:0.1.0
image: docker.io/istio/istio-ca:0.1.1
imagePullPolicy: IfNotPresent
env:
- name: NAMESPACE
Expand Down
10 changes: 5 additions & 5 deletions install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: mixer
image: docker.io/istio/mixer:stable-5bae502
image: docker.io/istio/mixer:0.1.1
imagePullPolicy: Always
ports:
- containerPort: 9091
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
serviceAccountName: istio-manager-service-account
containers:
- name: discovery
image: docker.io/istio/manager:stable-f8e0ee5
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["discovery", "-v", "2"]
ports:
Expand All @@ -106,7 +106,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: apiserver
image: docker.io/istio/manager:stable-f8e0ee5
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["apiserver", "-v", "2"]
ports:
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: Always
ports:
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
spec:
containers:
- name: proxy
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
imagePullPolicy: Always
args: ["proxy", "egress", "-v", "2"]
env:
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:0.1.0
image: docker.io/istio/istio-ca:0.1.1
imagePullPolicy: IfNotPresent
---

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: proxy
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
imagePullPolicy: Always
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: Always
ports:
Expand Down
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:0.1.0
image: docker.io/istio/istio-ca:0.1.1
imagePullPolicy: IfNotPresent
env:
- name: NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/templates/istio-egress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: proxy
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
imagePullPolicy: Always
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/templates/istio-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: docker.io/istio/proxy_debug:stable-f8e0ee5
image: docker.io/istio/proxy_debug:0.1.1
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: Always
ports:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/templates/istio-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
serviceAccountName: istio-manager-service-account
containers:
- name: discovery
image: docker.io/istio/manager:stable-f8e0ee5
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["discovery", "-v", "2"]
ports:
Expand All @@ -59,7 +59,7 @@ spec:
apiVersion: v1
fieldPath: metadata.namespace
- name: apiserver
image: docker.io/istio/manager:stable-f8e0ee5
image: docker.io/istio/manager:0.1.1
imagePullPolicy: Always
args: ["apiserver", "-v", "2"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/templates/istio-mixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: mixer
image: docker.io/istio/mixer:stable-5bae502
image: docker.io/istio/mixer:0.1.1
imagePullPolicy: Always
ports:
- containerPort: 9091
Expand Down
8 changes: 4 additions & 4 deletions istio.VERSION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# DO NOT EDIT THIS FILE MANUALLY instead use
# tests/updateVersion.sh (see tests/README.md)
export CA_HUB="docker.io/istio"
export CA_TAG="0.1.0"
export CA_TAG="0.1.1"
export MIXER_HUB="docker.io/istio"
export MIXER_TAG="stable-5bae502"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/stable-f8e0ee5/artifacts/istioctl"
export MIXER_TAG="0.1.1"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-release/releases/alpha-0.1.1/istioctl"
export MANAGER_HUB="docker.io/istio"
export MANAGER_TAG="stable-f8e0ee5"
export MANAGER_TAG="0.1.1"

0 comments on commit 985a568

Please sign in to comment.