Upgrade with Helm
To upgrade a Linksight installation deployed with the Linksight Helm chart, follow the next instructions:
- Update the helm chart repository.
helm repo update
- Check whether the version number is overridden in your
values.yaml
file.- If so: change the version number of all components to the desired version.
- If not: check for new chart versions, and verify that the app version of the
linksight
chart is different from the current release.# List current releases in namespace
helm list -n <namespace>
# List latest available charts in the Linksight repo
helm search repo linksight
- Upgrade the helm release to the new version.
helm upgrade -n <namespace> <your-release-name> -f values.yaml
# or
helm upgrade -n <namespace> <your-release-name> --reuse-values