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 @@

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.

diff --git a/networking/v1beta1/proxy_config.proto b/networking/v1beta1/proxy_config.proto index 88a3fe56fb..330b184e26 100644 --- a/networking/v1beta1/proxy_config.proto +++ b/networking/v1beta1/proxy_config.proto @@ -131,7 +131,7 @@ message ProxyConfig { // 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. message ProxyImage { // The image type of the image.