Skip to content

Commit 4d3f1fa

Browse files
authored
Fix: update helm chart table for NIM 2.21.0 release and invalid links (#1421)
fix: update helm chart table for nim 2.21.0 release and dead links
1 parent 18015d5 commit 4d3f1fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/includes/nim/kubernetes/nms-chart-supported-module-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ nd-docs: DOCS-1324
66

77
| NGINX Instance Manager chart | Chart | Instance Manager |
88
|------------------------------|----------------------------|------------------|
9+
| 2.1.0 | nginx-stable/nim | 2.21.0 |
910
| 2.0.0 | nginx-stable/nim | 2.20.0 |
1011
| 2.19.2 | nginx-stable/nms-hybrid | 2.19.2 |
1112
| 2.19.1 | nginx-stable/nms-hybrid | 2.19.1 |

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ helm install nim nginx-stable/nim \
203203
204204
- Replace `<your-password>` with your preferred admin password.
205205
- 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`).
207207
208208
**Note:** You can set the ClickHouse mode at install time instead of editing `values.yaml`:
209209
@@ -270,7 +270,7 @@ helm upgrade nim nginx-stable/nim \
270270
271271
- Replace `<your-password>` with your preferred admin password.
272272
- 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`).
274274
275275
276276
{{< call-out "important" "Save the password!" >}}
@@ -424,7 +424,7 @@ nms nginx-stable/nms-hybrid \
424424
To upgrade:
425425

426426
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.
428428
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.
429429
4. Replace `<chart-version>` with the desired chart version of NGINX Instance Manager 2.19.x referring the Helm chart table.
430430

@@ -526,7 +526,7 @@ nms nginx-stable/nms \
526526
To upgrade:
527527

528528
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.
530530
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.
531531
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.
532532

0 commit comments

Comments
 (0)