Upgrade, rollback, or uninstall Genesys Authentication
From Genesys Documentation
This topic is part of the manual Genesys Authentication Private Edition Guide for version Current of Genesys Authentication.
Contents
Learn how to upgrade, rollback or uninstall Genesys Authentication.
Related documentation:
Upgrade Genesys Authentication
Genesys Authentication supports a Rolling Update strategy to upgrade its services. To upgrade Genesys Authentication, first Override the Helm chart values.
Next, run the following command to upgrade:helm upgrade -f values.yaml gauth ./gauth
Rollback Genesys Authentication
To rollback Genesys Authentication, you can either use the helm rollback
command or the helm upgrade
command and specify the previous values.
helm rollback
:helm rollback gauth
helm upgrade
:helm upgrade -f previous-values.yaml gauth ./gauth
Uninstall Genesys Authentication
Use the following command to uninstall Genesys Authentication:
helm uninstall gauth