Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/kubernetes/addons/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: grafana
image: gcr.io/istio-io/grafana:0.2.0-c570a67
image: gcr.io/istio-testing/grafana:3c19fd9e0a4138ef0e9266c5f718c0b80210ef33
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio-auth-with-cluster-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-io/mixer:0.2.0-c570a67
image: gcr.io/istio-testing/mixer:3c19fd9e0a4138ef0e9266c5f718c0b80210ef33
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/pilot:6f557f9051fe492407cfe8f148038c351f56e3fa
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/proxy_debug:6f557f9051fe492407cfe8f148038c351f56e3fa
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/proxy_debug:6f557f9051fe492407cfe8f148038c351f56e3fa
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
10 changes: 5 additions & 5 deletions install/kubernetes/istio-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-io/mixer:0.2.0-c570a67
image: gcr.io/istio-testing/mixer:3c19fd9e0a4138ef0e9266c5f718c0b80210ef33
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/pilot:6f557f9051fe492407cfe8f148038c351f56e3fa
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/proxy_debug:6f557f9051fe492407cfe8f148038c351f56e3fa
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/proxy_debug:6f557f9051fe492407cfe8f148038c351f56e3fa
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: docker.io/istio/istio-ca:0.1.5
image: gcr.io/istio-testing/istio-ca:90b8e7aae30692b2b55489a813f3b24614d4bfc4
imagePullPolicy: IfNotPresent
env:
- name: NAMESPACE
Expand Down
8 changes: 4 additions & 4 deletions install/kubernetes/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-io/mixer:0.2.0-c570a67
image: gcr.io/istio-testing/mixer:3c19fd9e0a4138ef0e9266c5f718c0b80210ef33
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -126,7 +126,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/pilot:6f557f9051fe492407cfe8f148038c351f56e3fa
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -191,7 +191,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/proxy_debug:6f557f9051fe492407cfe8f148038c351f56e3fa
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -244,7 +244,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:5633d45a99138892a0ba0d380dff5c587583edd3
image: gcr.io/istio-testing/proxy_debug:6f557f9051fe492407cfe8f148038c351f56e3fa
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
12 changes: 6 additions & 6 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
# install/updateVersion.sh (see install/README.md)
export CA_HUB="docker.io/istio"
export CA_TAG="0.1.5"
export MIXER_HUB="gcr.io/istio-io"
export MIXER_TAG="0.2.0-c570a67"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/5633d45a99138892a0ba0d380dff5c587583edd3/artifacts/istioctl"
export CA_HUB="gcr.io/istio-testing"
export CA_TAG="90b8e7aae30692b2b55489a813f3b24614d4bfc4"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="3c19fd9e0a4138ef0e9266c5f718c0b80210ef33"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/6f557f9051fe492407cfe8f148038c351f56e3fa/artifacts/istioctl"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="5633d45a99138892a0ba0d380dff5c587583edd3"
export PILOT_TAG="6f557f9051fe492407cfe8f148038c351f56e3fa"
8 changes: 4 additions & 4 deletions istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"repoName": "auth",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "0.1.5"
"lastStableSHA": "90b8e7aae30692b2b55489a813f3b24614d4bfc4"
},
{
"name": "MIXER_TAG",
"repoName": "mixer",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "87cdc595-689d-4779-be29-ac845d47492e"
"lastStableSHA": "3c19fd9e0a4138ef0e9266c5f718c0b80210ef33"
},
{
"name": "PILOT_TAG",
"repoName": "pilot",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "5633d45a99138892a0ba0d380dff5c587583edd3"
"lastStableSHA": "6f557f9051fe492407cfe8f148038c351f56e3fa"
}
]
]