You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nim/deploy/kubernetes/deploy-using-helm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ helm install nim nginx-stable/nim \
203
203
204
204
- Replace `<your-password>` with your preferred admin password.
205
205
- Replace `<your-values.yaml>` with the path to your customized values.yaml file.
206
-
- Replace `<chart-version>` with the version you want to install (for example, `2.0.0`).
206
+
- Replace `<chart-version>` with the version you want to install (for example, `2.1.0`).
207
207
208
208
**Note:** You can set the ClickHouse mode at install time instead of editing `values.yaml`:
209
209
@@ -270,7 +270,7 @@ helm upgrade nim nginx-stable/nim \
270
270
271
271
- Replace `<your-password>` with your preferred admin password.
272
272
- Replace `<your-values.yaml>` with the path to your customized values.yaml file.
273
-
- Replace `<chart-version>` with the version you want to install (for example, `2.0.0`).
273
+
- Replace `<chart-version>` with the version you want to install (for example, `2.1.0`).
274
274
275
275
276
276
{{< call-out "important" "Save the password!" >}}
@@ -424,7 +424,7 @@ nms nginx-stable/nms-hybrid \
424
424
To upgrade:
425
425
426
426
1. [Update the Helm repository list](#add-repository).
427
-
2. [Adjust your `values.yaml` file](#create-a-helm-deployment-values.yaml-file) if needed.
427
+
2. [Adjust your `values.yaml` file](#configure-values-yaml) if needed.
428
428
3. To upgrade the NGINX Instance Manager deployment, run the following command. This command updates the `nms` deployment with a new version from the `nginx-stable/nms-hybrid` repository. It also hashes the provided password and uses the `values.yaml` file at the path you specify.
429
429
4. Replace `<chart-version>` with the desired chart version of NGINX Instance Manager 2.19.x referring the Helm chart table.
430
430
@@ -526,7 +526,7 @@ nms nginx-stable/nms \
526
526
To upgrade:
527
527
528
528
1. [Update the Helm repository list](#add-repository).
529
-
2. [Adjust your `values.yaml` file](#create-a-helm-deployment-values.yaml-file) if needed.
529
+
2. [Adjust your `values.yaml` file](#configure-values-yaml) if needed.
530
530
3. To upgrade the NGINX Instance Manager deployment, run the following command. This command updates the `nms` deployment with a new version from the `nginx-stable/nms` repository. It also hashes the provided password and uses the `values.yaml` file at the path you specify.
531
531
4. Replace `<chart-version>` with the desired chart version 1.15.0 or lower. If omitted, it will lead to an unsuccessful deployment as it will try to upgrade to the latest vesrion 1.16.0 or later.
0 commit comments