If you ever need to delete the current release, you can do
helm delete artifactory-ha --namespace artifactory-ha
However, this will not remove any persistent volumes. You need to explicitly remove the pvc if you intend for a fresh start.
kubectl delete pvc -l release=artifactory-ha -n artifactory-ha kubectl delete pvc -l app.kubernetes.io/instance=artifactory-ha -n artifactory-ha