From ce2897aa7dff38bad9733e4bfe79cb7d520062ff Mon Sep 17 00:00:00 2001 From: Paris Nakita Kejser Date: Mon, 27 Jul 2026 13:49:09 +0200 Subject: [PATCH 1/2] Update one-step-install.en.md --- docs/start/one-step-install.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/one-step-install.en.md b/docs/start/one-step-install.en.md index 2ff0b4962..ef1c8e697 100644 --- a/docs/start/one-step-install.en.md +++ b/docs/start/one-step-install.en.md @@ -57,7 +57,7 @@ When using this script to upgrade Kube-OVN, please pay attention to the followin ## Helm Chart Installation -Since the installation of Kube-OVN requires setting some parameters, to install Kube-OVN using Helm, you need to follow the steps below. +You do not need to run the installation script before using Helm. The Helm chart provides a complete installation method for Kube-OVN. Before installing, review and configure the required Helm values for your cluster, then follow the steps below. ### View the node IP address From a5688571d8764fcc3380505931f555de2e014b4c Mon Sep 17 00:00:00 2001 From: Paris Nakita Kejser Date: Tue, 28 Jul 2026 13:02:36 +0200 Subject: [PATCH 2/2] Update kube-ovn helm-chart to v2 --- docs/start/one-step-install.en.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/start/one-step-install.en.md b/docs/start/one-step-install.en.md index ef1c8e697..7af5dee3f 100644 --- a/docs/start/one-step-install.en.md +++ b/docs/start/one-step-install.en.md @@ -102,14 +102,21 @@ Update Complete. ⎈Happy Helming!⎈ # helm search repo kubeovn NAME CHART VERSION APP VERSION DESCRIPTION kubeovn/kube-ovn {{ variables.version }} {{ variables.version }} Helm chart for Kube-OVN +kubeovn/kube-ovn-v2 {{ variables.version }} {{ variables.version }} Helm chart for Kube-OVN ``` +> Notice: The `kube-ovn` Helm chart has been deprecated. Please use the `kube-ovn-v2` Helm chart instead. + ### Install Kube-OVN with Helm You can refer to the variable definitions in the `values.yaml` file for available parameters. ```bash -# helm install kube-ovn kubeovn/kube-ovn --wait -n kube-system --version {{ variables.version }} +# helm install kube-ovn oci://ghcr.io/kubeovn/charts/kube-ovn-v2 \ + --wait \ + --namespace kube-system \ + --version {{ variables.version }} + NAME: kube-ovn LAST DEPLOYED: Thu Apr 24 08:30:13 2025 NAMESPACE: kube-system