[Helm] fix invalid quote in tag (#8593)

* [Helm] fix invalid quote in tag

* remove quotes
This commit is contained in:
Shamsher Ansari 2020-11-27 22:13:42 +05:30 committed by GitHub
parent 0352401f97
commit 2c22f2c4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@ preserve your custom configuration during Helm upgrades.
{{< text bash >}}
$ helm upgrade --namespace istio-system istiod manifests/charts/istio-control/istio-discovery \
--set global.hub="docker.io/istio" --set global.tag="<version_to_upgrade>"
--set global.hub="docker.io/istio" --set global.tag=<version_to_upgrade>
{{< /text >}}
1. (Optional) Upgrade the Istio ingress or egress gateway charts if installed in
@ -221,9 +221,9 @@ preserve your custom configuration during Helm upgrades.
{{< text bash >}}
$ helm upgrade --namespace istio-system istio-ingress manifests/charts/gateways/istio-ingress \
--set global.hub="docker.io/istio" --set "global.tag=<version_to_upgrade>"
--set global.hub="docker.io/istio" --set global.tag=<version_to_upgrade>
$ helm upgrade --namespace istio-system istio-egress manifests/charts/gateways/istio-egress \
--set global.hub="docker.io/istio" --set "global.tag=<version_to_upgrade>"
--set global.hub="docker.io/istio" --set global.tag=<version_to_upgrade>
{{< /text >}}
## Uninstall