From adfbceaf6ea232b154d3acd5517411b3da38009e Mon Sep 17 00:00:00 2001 From: Faseela K Date: Mon, 13 Feb 2023 15:40:48 +0100 Subject: [PATCH] Update Helm install feature status in FAQ (#12628) * update Helm install to Beta Signed-off-by: Faseela K * update page description Signed-off-by: Faseela K * Change upgrade description for Helm Signed-off-by: Faseela K --------- Signed-off-by: Faseela K --- content/en/about/faq/setup/install-method-selection.md | 2 +- content/en/docs/setup/install/helm/index.md | 2 +- content/en/docs/setup/upgrade/helm/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/about/faq/setup/install-method-selection.md b/content/en/about/faq/setup/install-method-selection.md index 2957e8673f..e9bf92a311 100644 --- a/content/en/about/faq/setup/install-method-selection.md +++ b/content/en/about/faq/setup/install-method-selection.md @@ -40,7 +40,7 @@ The following lists some of the pros and cons of each of the available methods: - UX is less streamlined compared to `istioctl install`. - Error reporting is not as robust as `istioctl install` for the apply step. -1. [Install using Helm (alpha)](/docs/setup/install/helm/) +1. [Install using Helm](/docs/setup/install/helm/) Using Helm charts allows easy integration with Helm based workflows and automated resource pruning during upgrades. diff --git a/content/en/docs/setup/install/helm/index.md b/content/en/docs/setup/install/helm/index.md index 6a97e29c45..03b5e701ee 100644 --- a/content/en/docs/setup/install/helm/index.md +++ b/content/en/docs/setup/install/helm/index.md @@ -1,7 +1,7 @@ --- title: Install with Helm linktitle: Install with Helm -description: Install and configure Istio for in-depth evaluation. +description: Instructions to install and configure Istio in a Kubernetes cluster using Helm. weight: 30 keywords: [kubernetes,helm] owner: istio/wg-environments-maintainers diff --git a/content/en/docs/setup/upgrade/helm/index.md b/content/en/docs/setup/upgrade/helm/index.md index 6dbd572276..c920dd99c6 100644 --- a/content/en/docs/setup/upgrade/helm/index.md +++ b/content/en/docs/setup/upgrade/helm/index.md @@ -1,7 +1,7 @@ --- title: Upgrade with Helm linktitle: Upgrade with Helm -description: Upgrade and configure Istio for in-depth evaluation. +description: Instructions to upgrade Istio using Helm. weight: 27 keywords: [kubernetes,helm] owner: istio/wg-environments-maintainers