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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,25 @@
2
2
title: 'Upgrading to DefectDojo Version 2.52.x'
3
3
toc_hide: true
4
4
weight: -20251006
5
-
description: Helm chart changes.
5
+
description: MobSF parsers & Helm chart changes.
6
6
---
7
7
8
+
## Merge of MobSF parsers
9
+
10
+
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.
11
+
8
12
## Helm Chart Changes
9
13
10
14
This release introduces more important changes to the Helm chart configuration:
11
15
12
16
### Breaking changes
13
17
14
-
#### Merge of MobSF parsers
18
+
#### Tags
15
19
16
-
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.
20
+
`tag` and `repositoryPrefix` fields have been deprecated. Currently, image tags used in containers are derived by default from the `appVersion` defined in the Chart.
21
+
This behavior can be overridden by setting the `tag` value in `images.django` and `images.nginx`.
22
+
If fine-tuning is necessary, each container’s image value can also be customized individually (`celery.beat.image`, `celery.worker.image`, `django.nginx.image`, `django.uwsgi.image`, `initializer.image`, and `dbMigrationChecker.image`).
- while ! /app/manage.py migrate --check; do echo "Database is not migrated to the latest state yet"; sleep 5; done; echo "Database is migrated to the latest state";
0 commit comments