From 617d8cc517a61226a5e43ee27ef532fcdc62f95c Mon Sep 17 00:00:00 2001 From: Tao HE <1579288+elfinhe@users.noreply.github.com> Date: Fri, 11 Oct 2019 09:45:53 -0700 Subject: [PATCH] global hub and tag defaults are only for dev In release this is changed to below: ```yaml global: # Default hub for Istio images. # Releases are published to docker hub under 'istio' project. # Daily builds from prow are on gcr.io hub: docker.io/istio # Default tag for Istio images. tag: 1.3.2 ``` Not sure how to fix, but having the dev defaults here may be misleading. --- .../en/docs/reference/config/installation-options/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/config/installation-options/index.md b/content/en/docs/reference/config/installation-options/index.md index a2293013e9cc3..41f3a767fc937 100644 --- a/content/en/docs/reference/config/installation-options/index.md +++ b/content/en/docs/reference/config/installation-options/index.md @@ -172,8 +172,8 @@ To customize Istio install using Helm, use the `--set =` option in H | Key | Default Value | Description | | --- | --- | --- | -| `global.hub` | `gcr.io/istio-release` | `Default hub for Istio images. Releases are published to docker hub under 'istio' project. Daily builds from prow are on gcr.io` | -| `global.tag` | `release-1.3-latest-daily` | `Default tag for Istio images.` | +| `global.hub` | `` | `Default hub for Istio images. Releases are published to docker hub under 'istio' project. Daily builds from prow are on gcr.io` | +| `global.tag` | `` | `Default tag for Istio images.` | | `global.logging.level` | `"default:info"` | | | `global.monitoringPort` | `15014` | `monitoring port used by mixer, pilot, galley and sidecar injector` | | `global.k8sIngress.enabled` | `false` | |