diff --git a/install/kubernetes/istio-auth.yaml b/install/kubernetes/istio-auth.yaml index 729465e09079..a2bc28fa830c 100644 --- a/install/kubernetes/istio-auth.yaml +++ b/install/kubernetes/istio-auth.yaml @@ -609,7 +609,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/pilot:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2"] ports: @@ -691,7 +691,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: IfNotPresent ports: @@ -767,7 +767,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 imagePullPolicy: IfNotPresent args: ["proxy", "egress", "-v", "2"] env: diff --git a/install/kubernetes/istio-cluster-wide.yaml b/install/kubernetes/istio-cluster-wide.yaml index 7e1b321bfa40..72a2b9e98cee 100644 --- a/install/kubernetes/istio-cluster-wide.yaml +++ b/install/kubernetes/istio-cluster-wide.yaml @@ -609,7 +609,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/pilot:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2"] ports: @@ -691,7 +691,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: IfNotPresent ports: @@ -767,7 +767,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 imagePullPolicy: IfNotPresent args: ["proxy", "egress", "-v", "2"] env: diff --git a/install/kubernetes/istio.yaml b/install/kubernetes/istio.yaml index f98a235013c3..8b663fe0c171 100644 --- a/install/kubernetes/istio.yaml +++ b/install/kubernetes/istio.yaml @@ -609,7 +609,7 @@ spec: serviceAccountName: istio-pilot-service-account containers: - name: discovery - image: gcr.io/istio-testing/pilot:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/pilot:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 imagePullPolicy: IfNotPresent args: ["discovery", "-v", "2"] ports: @@ -691,7 +691,7 @@ spec: serviceAccountName: istio-ingress-service-account containers: - name: istio-ingress - image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 args: ["proxy", "ingress", "-v", "2"] imagePullPolicy: IfNotPresent ports: @@ -767,7 +767,7 @@ spec: serviceAccountName: istio-egress-service-account containers: - name: proxy - image: gcr.io/istio-testing/proxy_debug:4d6ea41ff7960ee6b06977e3e8c80176091f0156 + image: gcr.io/istio-testing/proxy_debug:52fbe2338ca0e28fb95077ea5a3e6af31cd98342 imagePullPolicy: IfNotPresent args: ["proxy", "egress", "-v", "2"] env: diff --git a/istio.VERSION b/istio.VERSION index ebec7277a5d3..8c118b763440 100644 --- a/istio.VERSION +++ b/istio.VERSION @@ -6,5 +6,5 @@ export MIXER_HUB="gcr.io/istio-testing" export MIXER_TAG="543c458e509f4074c4efaa415164274dccceebcf" export ISTIOCTL_URL="https://storage.googleapis.com/istio-artifacts/pilot/4d6ea41ff7960ee6b06977e3e8c80176091f0156/artifacts/istioctl" export PILOT_HUB="gcr.io/istio-testing" -export PILOT_TAG="4d6ea41ff7960ee6b06977e3e8c80176091f0156" +export PILOT_TAG="52fbe2338ca0e28fb95077ea5a3e6af31cd98342" export ISTIO_NAMESPACE=istio-system