Upgrade, rollback, or uninstall GWS Ingress
From Genesys Documentation
This topic is part of the manual GWS/Current/Developers for version Current of Genesys Web Services and Applications.
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-ingressRollback 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-ingresshelm upgrade:helm upgrade -f previous-values.yaml -f previous-versions.yaml gws-ingress ./gws-ingressUninstall GWS Ingress
Use the following command to uninstall GWS Ingress:
helm uninstall gws-ingressComments or questions about this documentation? Contact us for support!