Skip to content

Commit b9222e5

Browse files
fix: Updated nim k8s docs deploy-using-helm.md (#698)
* fix: Updated nim k8s docs deploy-using-helm.md * fix: nim k8s docs helm chart update * fix: minor change --------- Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>
1 parent 098d094 commit b9222e5

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

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

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,38 @@ docs: DOCS-1324
44

55
{{<bootstrap-table "table table-striped table-bordered">}}
66

7-
| NGINX Instance Manager chart | Instance Manager |
8-
|------------------------------|------------------|
9-
| 2.0.0 | 2.20.0 |
10-
| 1.15.0 | 2.18.0 |
11-
| 1.14.4 | 2.17.4 |
12-
| 1.14.0 | 2.17.0 |
13-
| 1.13.0 | 2.16.0 |
14-
| 1.12.1 | 2.15.1 |
15-
| 1.12.0 | 2.15.0 |
16-
| 1.11.0 | 2.14.0 |
17-
| 1.10.1 | 2.13.1 |
18-
| 1.10.0 | 2.13.1 |
19-
| 1.9.0 | 2.13.0 |
20-
| 1.8.2 | 2.12.0 |
21-
| 1.8.1 | 2.12.0 |
22-
| 1.8.0 | 2.12.0 |
23-
| 1.7.2 | 2.11.0 |
24-
| 1.7.1 | 2.11.0 |
25-
| 1.7.0 | 2.11.0 |
26-
| 1.6.0 | 2.10.1 |
27-
| 1.5.2 | 2.10.0 |
28-
| 1.5.1 | 2.10.0 |
29-
| 1.5.0 | 2.10.0 |
30-
| 1.4.0 | 2.9.1 |
31-
| 1.3.1 | 2.9.0 |
32-
| 1.3.0 | 2.9.0 |
33-
| 1.2.1 | 2.8.0 |
34-
| 1.2.0 | 2.8.0 |
35-
| 1.1.2 | 2.7.0 |
36-
| 1.1.1 | 2.7.0 |
37-
| 1.1.0 | 2.7.0 |
38-
| 1.0.0 | 2.6.0 |
7+
| NGINX Instance Manager chart | Chart | Instance Manager |
8+
|------------------------------|----------------------------|------------------|
9+
| 2.0.0 | nginx-stable/nim | 2.20.0 |
10+
| 2.19.0 | nginx-stable/nms-hybrid | 2.20.0 |
11+
| 1.15.0 | ngnx-stable/nms | 2.18.0 |
12+
| 1.14.4 | ngnx-stable/nms | 2.17.4 |
13+
| 1.14.0 | ngnx-stable/nms | 2.17.0 |
14+
| 1.13.0 | ngnx-stable/nms | 2.16.0 |
15+
| 1.12.1 | ngnx-stable/nms | 2.15.1 |
16+
| 1.12.0 | ngnx-stable/nms | 2.15.0 |
17+
| 1.11.0 | ngnx-stable/nms | 2.14.0 |
18+
| 1.10.1 | ngnx-stable/nms | 2.13.1 |
19+
| 1.10.0 | ngnx-stable/nms | 2.13.1 |
20+
| 1.9.0 | ngnx-stable/nms | 2.13.0 |
21+
| 1.8.2 | ngnx-stable/nms | 2.12.0 |
22+
| 1.8.1 | ngnx-stable/nms | 2.12.0 |
23+
| 1.8.0 | ngnx-stable/nms | 2.12.0 |
24+
| 1.7.2 | ngnx-stable/nms | 2.11.0 |
25+
| 1.7.1 | ngnx-stable/nms | 2.11.0 |
26+
| 1.7.0 | ngnx-stable/nms | 2.11.0 |
27+
| 1.6.0 | ngnx-stable/nms | 2.10.1 |
28+
| 1.5.2 | ngnx-stable/nms | 2.10.0 |
29+
| 1.5.1 | ngnx-stable/nms | 2.10.0 |
30+
| 1.5.0 | ngnx-stable/nms | 2.10.0 |
31+
| 1.4.0 | ngnx-stable/nms | 2.9.1 |
32+
| 1.3.1 | ngnx-stable/nms | 2.9.0 |
33+
| 1.3.0 | ngnx-stable/nms | 2.9.0 |
34+
| 1.2.1 | ngnx-stable/nms | 2.8.0 |
35+
| 1.2.0 | ngnx-stable/nms | 2.8.0 |
36+
| 1.1.2 | ngnx-stable/nms | 2.7.0 |
37+
| 1.1.1 | ngnx-stable/nms | 2.7.0 |
38+
| 1.1.0 | ngnx-stable/nms | 2.7.0 |
39+
| 1.0.0 | ngnx-stable/nms | 2.6.0 |
3940

4041
{{</bootstrap-table>}}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ helm install nim nginx-stable/nim \
213213

214214
- Replace `<your-password>` with your preferred admin password.
215215
- Replace `<your-values.yaml>` with the path to your customized values.yaml file.
216-
- Replace `<chart-version>` with the version you want to install (for example, `2.20.0`).
216+
- Replace `<chart-version>` with the version you want to install (for example, `2.0.0`).
217217

218218
**Note:** You can set the ClickHouse mode at install time instead of editing `values.yaml`:
219219

@@ -269,13 +269,13 @@ helm upgrade nim nginx-stable/nim \
269269
-n nim \
270270
--set adminPasswordHash=$(openssl passwd -6 '<your-password>') \
271271
-f <path-to-your-values.yaml> \
272-
--version <nim-version> \
272+
--version <chart-version> \
273273
--wait
274274
```
275275

276-
- Replace `<your-password>` with a secure password that includes uppercase and lowercase letters, numbers, and special characters.
277-
- Replace `<path-to-your-values.yaml>` with the full path to your configuration file.
278-
- Replace `<nim-version>` with the version of NGINX Instance Manager you want to upgrade to.
276+
- Replace `<your-password>` with your preferred admin password.
277+
- Replace `<your-values.yaml>` with the path to your customized values.yaml file.
278+
- Replace `<chart-version>` with the version you want to install (for example, `2.0.0`).
279279

280280

281281
{{< call-out "important" "Save the password!" >}}

0 commit comments

Comments
 (0)