Automator: update common-files@master in istio/proxy@master (#3167)

This commit is contained in:
Istio Automation 2021-01-27 11:44:07 -08:00 committed by GitHub
parent 7ac437fc43
commit 0029c8b30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
aa2c111e3049379747ed19ba48498b06a9233cc4
b709a86480d964d7b33ecac07ea14e53b501780e

View File

@ -63,7 +63,7 @@ fi
# Build image to use
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
export IMAGE_VERSION=master-2021-01-19T23-29-57
export IMAGE_VERSION=master-2021-01-27T16-26-22
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
export IMAGE_NAME=build-tools

1
testdata/testdata.gen.go generated vendored
View File

@ -421,6 +421,7 @@ filter_chains:
route:
cluster: server-inbound-cluster
timeout: 0s
{{ .Vars.ServerRouteRateLimits | fill | indent 14 }}
{{ .Vars.ServerTLSContext | indent 2 }}
{{- end }}
`)