Upgrade
This guide shows how to upgrade a Janssen helm deployment.
Note
Custom scripts are considered external configuration and are not updated automatically during an upgrade. Please review and adapt your custom scripts to work with the newer version of the Janssen Server.
-
helm ls -n <namepsace>
-
Keep note of the helm release version
-
Add your changes to
override.yaml
-
Apply your upgrade:
helm upgrade <janssen-release-name> janssen/janssen -n <namespace> -f override.yaml --version=replace-janssen-version