Skip to content

Commit 24ec6a3

Browse files
rkpagadalaistio-merge-robot
authored andcommitted
update proxy sha (istio#1918)
Automatic merge from submit-queue. update proxy sha **What this PR does / why we need it**: Update the proxy sha to latest **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
1 parent fb8bff0 commit 24ec6a3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ go_repository(
10401040

10411041
# Change this and the pilot/docker/Dockerfile.proxy* files together
10421042
# This SHA is obtained from proxy/postsubmit job
1043-
ISTIO_PROXY_BUCKET = "ad3f963c6a197b8ad36c9f9428986c7fe84d20ca"
1043+
ISTIO_PROXY_BUCKET = "522929870ec90dbb9f6322b442984cbfe6b6daa0"
10441044

10451045
http_file(
10461046
name = "envoy_binary",

pilot/docker/Dockerfile.proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change this and ../../WORKSPACE at the same time
2-
FROM gcr.io/istio-testing/envoy:ad3f963c6a197b8ad36c9f9428986c7fe84d20ca
2+
FROM gcr.io/istio-testing/envoy:522929870ec90dbb9f6322b442984cbfe6b6daa0
33
ADD pilot-agent /usr/local/bin/pilot-agent
44

55
COPY envoy_pilot.json /etc/istio/proxy/envoy_pilot.json

pilot/docker/Dockerfile.proxy_debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change this and ../../WORKSPACE at the same time
2-
FROM gcr.io/istio-testing/envoy-debug:ad3f963c6a197b8ad36c9f9428986c7fe84d20ca
2+
FROM gcr.io/istio-testing/envoy-debug:522929870ec90dbb9f6322b442984cbfe6b6daa0
33
ADD pilot-agent /usr/local/bin/pilot-agent
44

55
COPY envoy_pilot.json /etc/istio/proxy/envoy_pilot.json

tests/e2e/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Tests could be built and drove manually as a single test or automatically detect
2929

3030
### Options
3131
* `--namespace` specify a namespace for test
32-
* `--mixer_hub` mixer iamge hub
33-
* `--mixer_tag` mixer iamge tag
34-
* `--pilot_hub` pilot iamge hub
35-
* `--pilot_tag` pilot iamge tag
32+
* `--mixer_hub` mixer image hub
33+
* `--mixer_tag` mixer image tag
34+
* `--pilot_hub` pilot image hub
35+
* `--pilot_tag` pilot image tag
3636
* `--ca_hub` CA image hub
3737
* `--ca_tag` CA image tag
3838
* `--verbose` debug level noise from proxies

0 commit comments

Comments
 (0)