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
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.
186
186
187
187
Use the file with the `-f values.yaml` flag when installing the chart.
188
188
@@ -360,7 +360,7 @@ The `values.yaml` file customizes the Helm chart installation without modifying
360
360
1. Create a `values.yaml` file similar to this example:
361
361
362
362
- 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" belowfor versions.
363
+
- Change the version tag to the version of NGINX Instance Manager you would like to install. Refer helm chart tablefor versions.
364
364
365
365
{{< 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 >}}
366
366
@@ -426,7 +426,7 @@ To upgrade:
426
426
1. [Update the Helm repository list](#add-repository).
427
427
2. [Adjust your `values.yaml` file](#create-a-helm-deployment-values.yaml-file) 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
-
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.
430
430
431
431
```shell
432
432
helm upgrade -n nms \
@@ -442,15 +442,13 @@ To upgrade:
442
442
443
443
{{<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>}}
444
444
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" >}}
446
446
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.
447
447
The structure of values.yaml is different from previous releases.
448
448
{{< /call-out >}}
449
449
450
450
---
451
451
452
-
---
453
-
454
452
## Helm Deployment for NGINX Instance Manager 2.18 or lower
0 commit comments