Upgrade, rollback, or uninstall GWS Ingress
From Genesys Documentation
Learn how to upgrade, rollback or uninstall GWS Ingress.
Related documentation:
RSS:
Upgrade GWS Ingress
Web Services and Applications supports a Rolling Update strategy to upgrade its services. To upgrade GWS Ingress, first Override the Helm chart values and Update the versions file for gws-ingress.
Next, run the following command to upgrade:helm upgrade -f values.yaml -f versions.yaml gws-ingress ./gws-ingress
Rollback GWS Ingress
To rollback GWS Ingress, you can either use the helm rollback
command or the helm upgrade
command and specify the previous versions and values.
helm rollback
:helm rollback gws-ingress
helm upgrade
:helm upgrade -f previous-values.yaml -f previous-versions.yaml gws-ingress ./gws-ingress
Uninstall GWS Ingress
Use the following command to uninstall GWS Ingress:
helm uninstall gws-ingress
Comments or questions about this documentation? Contact us for support!