You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/open_source/upgrading/2.52.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
title: 'Upgrading to DefectDojo Version 2.52.x'
3
3
toc_hide: true
4
4
weight: -20251006
5
-
description: No special instructions.
5
+
description: Helm chart changes.
6
6
---
7
-
There are no special instructions for upgrading to 2.52.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.52.0) for the contents of the release.
7
+
8
+
## Helm Chart Changes
9
+
10
+
This release introduces more important changes to the Helm chart configuration:
11
+
12
+
### Breaking changes
13
+
14
+
#### Security context
15
+
16
+
This Helm chart extends security context capabilities to all deployed pods and containers.
17
+
You can define a default pod and container security context globally using `securityContext.podSecurityContext` and `securityContext.containerSecurityContext` keys.
18
+
Additionally, each deployment can specify its own pod and container security contexts, which will override or merge with the global ones.
19
+
20
+
#### Fine-grained resources
21
+
22
+
Now each container can specify the resource requests and limits.
23
+
24
+
#### Moved values
25
+
26
+
The following Helm chart values have been modified in this release:
27
+
28
+
-`securityContext.djangoSecurityContext` → deprecated in favor of container-specific security contexts (`celery.beat.containerSecurityContext`, `celery.worker.containerSecurityContext`, `django.uwsgi.containerSecurityContext` and `dbMigrationChecker.containerSecurityContext`)
29
+
-`securityContext.nginxSecurityContext` → deprecated in favor of container-specific security contexts (`django.nginx.containerSecurityContext`)
30
+
31
+
### Other changes
32
+
33
+
-**Extra annotations**: Now we can add common annotations to all resources.
34
+
35
+
There are other instructions for upgrading to 2.52.x. Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.52.0) for the contents of the release.
0 commit comments