From 93aca75563e032d25cdaffd5f0e69fc69b8e69e2 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Mon, 14 Jul 2025 10:51:10 +0800 Subject: [PATCH] update 13.0 helm chart deployment --- manual/setup/helm_chart_cluster.md | 8 ++++---- manual/setup/helm_chart_single_node.md | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manual/setup/helm_chart_cluster.md b/manual/setup/helm_chart_cluster.md index ec675fdf..9eff4089 100644 --- a/manual/setup/helm_chart_cluster.md +++ b/manual/setup/helm_chart_cluster.md @@ -46,7 +46,7 @@ After installation, you need to start the k8s control plane service on each node 3. Download and modify the `my-values.yaml` according to your configurations. By the way, you can follow [here](./setup_pro_by_docker.md#downloading-and-modifying-env) for the details: ```sh - wget -O my-values.yaml https://haiwen.github.io/seafile-helm-chart/values/latest/cluster.yaml + wget -O my-values.yaml https://haiwen.github.io/seafile-helm-chart/values/13.0/cluster.yaml nano my-values.yaml ``` @@ -67,7 +67,7 @@ After installation, you need to start the k8s control plane service on each node ```sh helm repo add seafile https://haiwen.github.io/seafile-helm-chart/repo - helm upgrade --install seafile seafile/cluster --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/cluster --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` !!! tip "Seafile helm chart 13.0 support variable validity checking" @@ -159,7 +159,7 @@ After installation, you need to start the k8s control plane service on each node 5. After the first-time startup, you have to turn off (i.e., set `initMode` to `false`) in your `my-values.yaml`, then upgrade the chart: ```sh - helm upgrade --install seafile seafile/cluster --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/cluster --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` !!! success @@ -299,7 +299,7 @@ After installation, you need to start the k8s control plane service on each node Finally you can upgrade your chart by: ```sh - helm upgrade --install seafile seafile/cluster --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/cluster --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` ## Version control diff --git a/manual/setup/helm_chart_single_node.md b/manual/setup/helm_chart_single_node.md index f0e9960a..31880384 100644 --- a/manual/setup/helm_chart_single_node.md +++ b/manual/setup/helm_chart_single_node.md @@ -54,7 +54,7 @@ Please refer [here](./system_requirements.md) for the details of system requirem === "Seafile Pro" ```sh - wget -O my-values.yaml https://haiwen.github.io/seafile-helm-chart/values/latest/pro.yaml + wget -O my-values.yaml https://haiwen.github.io/seafile-helm-chart/values/13.0/pro.yaml nano my-values.yaml ``` @@ -62,7 +62,7 @@ Please refer [here](./system_requirements.md) for the details of system requirem === "Seafile CE" ```sh - wget -O my-values.yaml https://haiwen.github.io/seafile-helm-chart/values/latest/ce.yaml + wget -O my-values.yaml https://haiwen.github.io/seafile-helm-chart/values/13.0/ce.yaml nano my-values.yaml ``` @@ -85,14 +85,14 @@ Please refer [here](./system_requirements.md) for the details of system requirem ```sh helm repo add seafile https://haiwen.github.io/seafile-helm-chart/repo - helm upgrade --install seafile seafile/pro --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/pro --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` === "Seafile CE" ```sh helm repo add seafile https://haiwen.github.io/seafile-helm-chart/repo - helm upgrade --install seafile seafile/ce --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/ce --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` !!! tip "Seafile helm chart 13.0 support variable validity checking" @@ -170,13 +170,13 @@ kubectl delete pods -n seafile $(kubectl get pods -n seafile -o jsonpath='{.item === "Seafile Pro" ```sh - helm upgrade --install seafile seafile/pro --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/pro --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` === "Seafile CE" ```sh - helm upgrade --install seafile seafile/ce --namespace seafile --create-namespace --values my-values.yaml + helm upgrade --install seafile seafile/ce --version 13.0 --namespace seafile --create-namespace --values my-values.yaml ``` ## Version control