| title | Upgrading to DefectDojo Version 2.52.x |
|---|---|
| toc_hide | true |
| weight | -20251006 |
| description | Helm chart changes. |
This release introduces more important changes to the Helm chart configuration:
Mobsfscan Scan" has been merged into the "MobSF Scan" parser. The "Mobsfscan Scan" scan_type has been retained to keep deduplication working for existing Tests, but users are encouraged to move to the "MobSF Scan" scan_type.
This Helm chart extends security context capabilities to all deployed pods and containers.
You can define a default pod and container security context globally using securityContext.podSecurityContext and securityContext.containerSecurityContext keys.
Additionally, each deployment can specify its own pod and container security contexts, which will override or merge with the global ones.
Now each container can specify the resource requests and limits.
The following Helm chart values have been modified in this release:
securityContext.djangoSecurityContext→ deprecated in favor of container-specific security contexts (celery.beat.containerSecurityContext,celery.worker.containerSecurityContext,django.uwsgi.containerSecurityContextanddbMigrationChecker.containerSecurityContext)securityContext.nginxSecurityContext→ deprecated in favor of container-specific security contexts (django.nginx.containerSecurityContext)
- Extra annotations: Now we can add common annotations to all resources.
There are other instructions for upgrading to 2.52.x. Check the Release Notes for the contents of the release.