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.
-
Uninstall Artifactory using the following command.
helm uninstall artifactory && sleep 90 && kubectl delete pvc -l app=artifactory -
Delete the storage bucket and SQL database.
gsutil rm -r gs://artifactory gcloud sql instances delete artifactory
Updated 11 days ago
