Skip to content

Commit b212a26

Browse files
Merge branch 'dev' into docs/fix-backticks-and-image-path
2 parents 8a1a37c + 5e4531a commit b212a26

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

dojo/db_migrations/0249_usercontactinfo_reset_timestamps.py renamed to dojo/db_migrations/0251_usercontactinfo_reset_timestamps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("dojo", "0248_alter_general_survey_expiration"),
9+
("dojo", "0250_pghistory_backfill"),
1010
]
1111

1212
operations = [

helm/defectdojo/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 16.7.27
55
- name: valkey
66
repository: oci://registry-1.docker.io/cloudpirates
7-
version: 0.10.2
8-
digest: sha256:ffaad5072467386baa7b7142dde88375c007fd72f6bd7e97008107d1fc37751d
9-
generated: "2025-12-15T10:35:03.656421-06:00"
7+
version: 0.13.0
8+
digest: sha256:2ea1c1bef68a7e7fd2dee4262506c880e48c9703cb7ba9908d91b891fc630048
9+
generated: "2025-12-15T17:19:18.528341139Z"

helm/defectdojo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
repository: "oci://us-docker.pkg.dev/os-public-container-registry/defectdojo"
1515
condition: postgresql.enabled
1616
- name: valkey
17-
version: 0.10.2
17+
version: 0.13.0
1818
repository: "oci://registry-1.docker.io/cloudpirates"
1919
condition: valkey.enabled
2020
# For correct syntax, check https://artifacthub.io/docs/topics/annotations/helm/

0 commit comments

Comments
 (0)