Skip to content

Commit 84c647b

Browse files
Update content/nim/deploy/kubernetes/deploy-using-helm.md
Co-authored-by: Travis Martin <[email protected]>
1 parent 698167c commit 84c647b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,11 @@ To upgrade:
445445

446446
{{<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>}}
447447

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.
451453
{{< /call-out >}}
452454
453455
---

0 commit comments

Comments
 (0)