Upgrade, rollback, or uninstall IWD Data Mart
From Genesys Documentation
This topic is part of the manual IWD Data Mart Private Edition Guide for version Current of Intelligent Workload Distribution.
Learn how to upgrade, rollback or uninstall IWD Data Mart.
Related documentation:
RSS:
Upgrade IWD Data Mart
Update Docker image versions in the values file or get a new Helm chart, then install it with the following command:
helm upgrade --install <installation_name> <path_to_helm> -f <overridden_values>
Rollback IWD Data Mart
Set the previous Docker image versions in the values file or get the previous Helm chart, then install it with the following command:
helm upgrade --install <installation_name> <path_to_helm> -f <overridden_values>
Uninstall IWD Data Mart
Uninstall IWDDM using:
helm uninstall <installation_name>
Manually delete all external secrets, if needed.
Comments or questions about this documentation? Contact us for support!