How to perform an upgrade or downgrade of the LumenVox software

Helm Upgrade

Update Helm Charts

helm repo update -n lumenvox

Delete the existing persistent-volume-directory-setup job

kubectl delete job persistent-volume-directory-setup -n lumenvox

Execute the Helm Upgrade command
#NOTE if the customer is specifying the image tag in their values.yaml file they need to ensure that they have updates it to the correct version. E.g. tag: “:7.”0

helm upgrade lumenvox lumenvox/lumenvox -f values.yaml -n lumenvox

Output example:

Release "lumenvox" has been upgraded. Happy Helming!
NAME: lumenvox
LAST DEPLOYED: Thu Feb 19 16:59:20 2026
NAMESPACE: lumenvox
STATUS: deployed
REVISION: 2
TEST SUITE: None

 Helm Downgrade

Check the Helm revision to be used when and if needing to downgrade.

helm list -n lumenvox

Example output:

NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART           APP VERSION
lumenvox        lumenvox        4               2026-02-19 14:58:09.605952471 +0000 UTC deployed        lumenvox-6.3.0  6.3.0

Delete the existing persistent-volume-directory-setup job

kubectl delete job persistent-volume-directory-setup -n lumenvox

Perform the downgrade by running the Helm rollback command as per below. The release specified needs to be N-1.

helm rollback lumenvox 3 -n lumenvox

Output example:

Rollback was a success! Happy Helming!

Was this article helpful?
Copyright (C) 2001-2026, Ai Software, LLC d/b/a LumenVox