Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Auto PR to update dependencies of istio #692

Closed
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-testing/grafana:a6e8b94c9217394139f41acb5c9bfdc19426690d
image: gcr.io/istio-testing/grafana:cebd416709fd602cc8e75a0d8dc328996bb92780
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 @@ -65,7 +65,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:a6e8b94c9217394139f41acb5c9bfdc19426690d
image: gcr.io/istio-testing/mixer:cebd416709fd602cc8e75a0d8dc328996bb92780
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -425,7 +425,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/pilot:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -501,7 +501,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/proxy_debug:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -560,7 +560,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/proxy_debug:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
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 @@ -65,7 +65,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:a6e8b94c9217394139f41acb5c9bfdc19426690d
image: gcr.io/istio-testing/mixer:cebd416709fd602cc8e75a0d8dc328996bb92780
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -425,7 +425,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/pilot:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -501,7 +501,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/proxy_debug:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -560,7 +560,7 @@ spec:
spec:
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/proxy_debug:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down Expand Up @@ -608,7 +608,7 @@ spec:
serviceAccountName: istio-ca-service-account
containers:
- name: istio-ca
image: docker.io/istio/istio-ca:0.2.1
image: gcr.io/istio-testing/istio-ca:3b41f0e154ee627cfc62f2112d19d04cb0daf9b7
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 @@ -65,7 +65,7 @@ spec:
- name: config-volume
mountPath: /etc/statsd
- name: mixer
image: gcr.io/istio-testing/mixer:a6e8b94c9217394139f41acb5c9bfdc19426690d
image: gcr.io/istio-testing/mixer:cebd416709fd602cc8e75a0d8dc328996bb92780
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091
Expand Down Expand Up @@ -425,7 +425,7 @@ spec:
serviceAccountName: istio-pilot-service-account
containers:
- name: discovery
image: gcr.io/istio-testing/pilot:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/pilot:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
imagePullPolicy: IfNotPresent
args: ["discovery", "-v", "2"]
ports:
Expand Down Expand Up @@ -501,7 +501,7 @@ spec:
serviceAccountName: istio-ingress-service-account
containers:
- name: istio-ingress
image: gcr.io/istio-testing/proxy_debug:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/proxy_debug:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
args: ["proxy", "ingress", "-v", "2"]
imagePullPolicy: IfNotPresent
ports:
Expand Down Expand Up @@ -565,7 +565,7 @@ spec:
serviceAccountName: istio-egress-service-account
containers:
- name: proxy
image: gcr.io/istio-testing/proxy_debug:fb947d4c6d0902a841e0e82ffa3bee16786be0df
image: gcr.io/istio-testing/proxy_debug:bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4
imagePullPolicy: IfNotPresent
args: ["proxy", "egress", "-v", "2"]
env:
Expand Down
10 changes: 5 additions & 5 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.2.1"
export CA_HUB="gcr.io/istio-testing"
export CA_TAG="3b41f0e154ee627cfc62f2112d19d04cb0daf9b7"
export MIXER_HUB="gcr.io/istio-testing"
export MIXER_TAG="a6e8b94c9217394139f41acb5c9bfdc19426690d"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/fb947d4c6d0902a841e0e82ffa3bee16786be0df/artifacts/istioctl"
export MIXER_TAG="cebd416709fd602cc8e75a0d8dc328996bb92780"
export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4/artifacts/istioctl"
export PILOT_HUB="gcr.io/istio-testing"
export PILOT_TAG="fb947d4c6d0902a841e0e82ffa3bee16786be0df"
export PILOT_TAG="bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4"
6 changes: 3 additions & 3 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": "c1d9332a73fb135f725dbc97d7a17ad8a62be915"
"lastStableSHA": "3b41f0e154ee627cfc62f2112d19d04cb0daf9b7"
},
{
"name": "MIXER_TAG",
"repoName": "mixer",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "1ed277184e56ad5294f6afb885e4b1bbf928a244"
"lastStableSHA": "cebd416709fd602cc8e75a0d8dc328996bb92780"
},
{
"name": "PILOT_TAG",
"repoName": "pilot",
"prodBranch": "stable",
"file": "istio.VERSION",
"lastStableSHA": "d6a3290dad2663df228a62826a0d97adceb8c79c"
"lastStableSHA": "bd8370f437151b4dabe2d1b2ec1f4c7cca4dc7a4"
}
]