Skip to content

Commit bf85f17

Browse files
authored
fix: minor fixes
1 parent acb1a57 commit bf85f17

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,40 +149,40 @@ imagePullSecrets:
149149
apigw:
150150
image:
151151
repository: private-registry.nginx.com/nms/apigw
152-
tag: <nim-version>
152+
tag: <version>
153153
154154
core:
155155
image:
156156
repository: private-registry.nginx.com/nms/core
157-
tag: <nim-version>
157+
tag: <version>
158158
159159
dpm:
160160
image:
161161
repository: private-registry.nginx.com/nms/dpm
162-
tag: <nim-version>
162+
tag: <version>
163163
164164
ingestion:
165165
image:
166166
repository: private-registry.nginx.com/nms/ingestion
167-
tag: <nim-version>
167+
tag: <version>
168168
169169
integrations:
170170
image:
171171
repository: private-registry.nginx.com/nms/integrations
172-
tag: <nim-version>
172+
tag: <version>
173173
174174
secmon:
175175
image:
176176
repository: private-registry.nginx.com/nms/secmon
177-
tag: <nim-version>
177+
tag: <version>
178178
179179
utility:
180180
image:
181181
repository: private-registry.nginx.com/nms/utility
182-
tag: <nim-version>
182+
tag: <version>
183183
```
184184

185-
These values are required when pulling images from the NGINX private registry. The chart does not auto-resolve image tags. Update the tag: fields to match the NGINX Instance Manager version you want to install.
185+
These values are required when pulling images from the NGINX private registry. The chart does not auto-resolve image tags. Update the tag: fields to match the NGINX Instance Manager version you want to install referring the helm chart table.
186186

187187
Use the file with the `-f values.yaml` flag when installing the chart.
188188

@@ -360,7 +360,7 @@ The `values.yaml` file customizes the Helm chart installation without modifying
360360
1. Create a `values.yaml` file similar to this example:
361361

362362
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
363-
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
363+
- Change the version tag to the version of NGINX Instance Manager you would like to install. Refer helm chart table for versions.
364364

365365
{{< see-also >}} For details on creating a secret, see Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). {{</ see-also >}}
366366

@@ -426,7 +426,7 @@ To upgrade:
426426
1. [Update the Helm repository list](#add-repository).
427427
2. [Adjust your `values.yaml` file](#create-a-helm-deployment-values.yaml-file) 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.
429-
4. Replace `<chart-version>` with the desired chart version of NGINX Instance Manager 2.19 referring the helm chart table.
429+
4. Replace `<chart-version>` with the desired chart version of NGINX Instance Manager 2.19.x referring the helm chart table.
430430
431431
```shell
432432
helm upgrade -n nms \
@@ -442,15 +442,13 @@ To upgrade:
442442
443443
{{<call-out "important" "Save the password!" "" >}} Save this password for future use. Only the encrypted password is stored in Kubernetes, and you can’t recover or reset it later. {{</call-out>}}
444444
445-
{{< call-out "note" "Upgrading from 2.18.0 or lower to 2.19" >}}
445+
{{< call-out "note" "Upgrading from 2.18.0 or lower to 2.19.x" >}}
446446
If you’re upgrading from a deployment that used the legacy `nms` chart or release name, you’ll need to update the chart reference and adjust the release name as needed.
447447
The structure of values.yaml is different from previous releases.
448448
{{< /call-out >}}
449449
450450
---
451451
452-
---
453-
454452
## Helm Deployment for NGINX Instance Manager 2.18 or lower
455453
456454
### Create a Helm deployment values.yaml file

0 commit comments

Comments
 (0)