Uninstall Artifactory Helm Installation

  1. Uninstall Artifactory using the following command. helm uninstall && 90 artifactory sleep && kubectl delete pvc -l app=artifactory
📘

Note

Uninstall is supported only on Helm v3.17+ and higher.

  1. Uninstall Artifactory using the following command.

    helm uninstall artifactory && sleep 90 && kubectl delete pvc -l app=artifactory
  2. Delete the storage bucket and SQL database.

    gsutil rm -r gs://artifactory gcloud sql instances delete artifactory