Upgrade, rollback, or uninstall GWS Ingress

From Genesys Documentation
Jump to: navigation, search

Learn how to upgrade, rollback or uninstall GWS Ingress.

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.

An example using helm rollback:
helm rollback gws-ingress
An example using 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!