diff --git a/networking/v1beta1/proxy_config.pb.go b/networking/v1beta1/proxy_config.pb.go index bdd471bc65..b4aef6a6e4 100644 --- a/networking/v1beta1/proxy_config.pb.go +++ b/networking/v1beta1/proxy_config.pb.go @@ -206,7 +206,7 @@ func (x *ProxyConfig) GetImage() *ProxyImage { // The following values are used to construct proxy image url. // format: `${hub}/${image_name}/${tag}-${image_type}`, -// example: `docker.io/istio/proxyv2:1.11.1` or `docker.io/istio/proxyv2:1.11.1-distroless`. +// example: `registry.istio.io/release/proxyv2:1.11.1` or `registry.istio.io/release/proxyv2:1.11.1-distroless`. // This information was previously part of the Values API. type ProxyImage struct { state protoimpl.MessageState `protogen:"open.v1"` diff --git a/networking/v1beta1/proxy_config.pb.html b/networking/v1beta1/proxy_config.pb.html index 071b10febe..f5f5aea7b5 100644 --- a/networking/v1beta1/proxy_config.pb.html +++ b/networking/v1beta1/proxy_config.pb.html @@ -114,7 +114,7 @@
The following values are used to construct proxy image url.
format: ${hub}/${image_name}/${tag}-${image_type},
-example: docker.io/istio/proxyv2:1.11.1 or docker.io/istio/proxyv2:1.11.1-distroless.
+example: registry.istio.io/release/proxyv2:1.11.1 or registry.istio.io/release/proxyv2:1.11.1-distroless.
This information was previously part of the Values API.