mirror of https://github.com/istio/istio.io.git
Use full version for charts download URL (#7774)
* update charts download version to 1.7 * use full version for download URL * keep older version
This commit is contained in:
parent
54cbeb42de
commit
97c450baad
|
@ -527,8 +527,8 @@ profiles:
|
|||
|
||||
- compiled in charts. This is the default if no `--manifests` option is set. The compiled in charts are the same as those
|
||||
in the `manifests/` directory of the Istio release `.tgz`.
|
||||
- charts in the local file system, e.g., `istioctl install --manifests istio-1.6.0/manifests`
|
||||
- charts in GitHub, e.g., `istioctl install --manifests https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-arm64.tar.gz`
|
||||
- charts in the local file system, e.g., `istioctl install --manifests istio-{{< istio_full_version >}}/manifests`
|
||||
- charts in GitHub, e.g., `istioctl install --manifests https://github.com/istio/istio/releases/download/{{< istio_full_version >}}/istio-{{< istio_full_version >}}-linux-arm64.tar.gz`
|
||||
|
||||
Local file system charts and profiles can be customized by editing the files in `manifests/`. For extensive changes,
|
||||
we recommend making a copy of the `manifests` directory and make changes there. Note, however, that the content layout
|
||||
|
|
Loading…
Reference in New Issue