Skip to content

Commit 4240078

Browse files
wjakeleejpipkin1
andauthored
Update how-to-upgrade.md (#4935)
* Update how-to-upgrade.md add note about using the correct version while upgrading * Update docs/send-data/kubernetes/v4/how-to-upgrade.md --------- Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 48bb327 commit 4240078

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/send-data/kubernetes/v4/how-to-upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ Once you've taken care of any manual steps necessary for your configuration, run
174174
```bash
175175
helm upgrade --namespace "${NAMESPACE}" "${HELM_RELEASE_NAME}" sumologic/sumologic --version=4.0.0 -f new-values.yaml
176176
```
177+
:::note
178+
Make sure to replace `--version=4.0.0` with the version of the helm chart you prefer to use. The latest release can be found in our [Sumo Logic Kubernetes Collection GitHub Repository](https://github.com/SumoLogic/sumologic-kubernetes-collection/releases).
179+
:::
177180

178181
After you're done, please review the [full list of changes](full-list-of-changes.md), as some of them may impact you even if they do not require additional action.
179182

0 commit comments

Comments
 (0)