Upgrading to DefectDojo Version 2.18.x

instructions for helm chart

Upgrade instructions for helm chart with rabbitMQ enabled: The rabbitMQ uses a statefulset by default. Before upgrading the helm chart we have to ensure that all queues are empty:

kubectl exec -i <name_of_the_rabbitmq_pod>  -- rabbitmqctl list_queues

Next step is to delete rabbitMQ pvc:

kubectl delete  pvc -l app.kubernetes.io/name=rabbitmq

Last step is to perform the upgrade.

For more information: https://artifacthub.io/packages/helm/bitnami/rabbitmq/11.2.0

Last modified November 20, 2023: Docs: Split upgrade notes (#8983) (2abc29f30)