Rolling Back or Uninstalling 5G Events

Use Helm commands similar to those used for installation and upgrade to uninstall 5G event streaming applications or roll back to earlier installed versions.

Rollback to an Earlier Revision

If an upgrade was unsuccessful, roll back to the most recent version with the helm rollback command. The following example rolls back to revision 2 of the telco1 release.

helm rollback telco1 2 --namespace matrixx

Use the helm list command to view the current revision.

helm list --namespace matrixx

Use the helm history command to view the entire history of your deployment.

helm history telco1 --namespace matrixx

Uninstalling 5G Events

Use the helm uninstall command to uninstall 5G event streaming.

helm uninstall telco1 --namespace matrixx