update 13.0 helm chart deployment

This commit is contained in:
Junxiang Huang 2025-07-14 10:51:10 +08:00
parent 8982d96303
commit 93aca75563
2 changed files with 10 additions and 10 deletions

View File

@ -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: 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 ```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 nano my-values.yaml
``` ```
@ -67,7 +67,7 @@ After installation, you need to start the k8s control plane service on each node
```sh ```sh
helm repo add seafile https://haiwen.github.io/seafile-helm-chart/repo 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" !!! 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: 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 ```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 !!! 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: Finally you can upgrade your chart by:
```sh ```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 ## Version control

View File

@ -54,7 +54,7 @@ Please refer [here](./system_requirements.md) for the details of system requirem
=== "Seafile Pro" === "Seafile Pro"
```sh ```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 nano my-values.yaml
``` ```
@ -62,7 +62,7 @@ Please refer [here](./system_requirements.md) for the details of system requirem
=== "Seafile CE" === "Seafile CE"
```sh ```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 nano my-values.yaml
``` ```
@ -85,14 +85,14 @@ Please refer [here](./system_requirements.md) for the details of system requirem
```sh ```sh
helm repo add seafile https://haiwen.github.io/seafile-helm-chart/repo 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" === "Seafile CE"
```sh ```sh
helm repo add seafile https://haiwen.github.io/seafile-helm-chart/repo 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" !!! 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" === "Seafile Pro"
```sh ```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" === "Seafile CE"
```sh ```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 ## Version control