If you need to uninstall Raven Operator, run the following command:

helm uninstall raven-operator -n raven-operator

This command removes the DaemonSet and all associated resources from your Kubernetes cluster.

The namespace and CRD can then be removed using the following commands:

kubectl delete namespace raven-operator
kubectl delete crd ravensensors.raven.io