Artifactory Helm Uninstallation

Uninstall Artifactory Helm release while preserving persistent volume claims (requires Helm v3.17+).

📘

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