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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,9 +445,11 @@ To upgrade:
445
445
446
446
{{<call-out "important""Save the password!""">}} Save this password forfuture use. Only the encrypted password is storedin Kubernetes, and you can’t recover or reset it later. {{</call-out>}}
447
447
448
-
{{< call-out "note""Upgrading from 2.18.0 or lower to 2.19.x">}}
449
-
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.
450
-
The structure of values.yaml is different from previous releases.
448
+
{{< call-out "note""Upgrading from 2.18.0 or earlier to 2.19.x">}}
449
+
If you're upgrading from version 2.18.0 or earlier to 2.19.x, note the following changes:
450
+
451
+
- If you used the legacy `nms` chart or release name, update the chart reference and adjust the release name if needed.
452
+
- The structure of the `values.yaml` file has changed in this release.
0 commit comments