File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ dependencies:
22- name: postgresql
33 repository: oci://us-docker.pkg.dev/os-public-container-registry/defectdojo
44 version: 16.7.27
5- - name: redis
6- repository: oci://us- docker.pkg.dev/os-public-container-registry/defectdojo
7- version: 19.6.4
8- digest: sha256:b22ad615baaa104a188c735f74ddddaec83b698315bb82f722679f762be64b50
9- generated: "2025-08-27T11:22:22.13669-05 :00"
5+ - name: valkey
6+ repository: oci://registry-1. docker.io/cloudpirates
7+ version: 0.9.2
8+ digest: sha256:9e9234390f5cb295e3bbf0dbe2a0a6475a13ce8cf4b5c5458bc733205afefe95
9+ generated: "2025-11-04T19:07:03.952089+01 :00"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ dependencies:
1313 version : ~16.7.0
1414 repository : " oci://us-docker.pkg.dev/os-public-container-registry/defectdojo"
1515 condition : postgresql.enabled
16- - name : redis
17- version : ~19.6.4
18- repository : " oci://us- docker.pkg.dev/os-public-container-registry/defectdojo "
19- condition : redis .enabled
16+ - name : valkey
17+ version : ~0.9.2
18+ repository : " oci://registry-1. docker.io/cloudpirates "
19+ condition : valkey .enabled
2020# For correct syntax, check https://artifacthub.io/docs/topics/annotations/helm/
2121# This is example for "artifacthub.io/changes"
2222# artifacthub.io/changes: |
@@ -34,4 +34,6 @@ dependencies:
3434# description: Critical bug
3535annotations :
3636 artifacthub.io/prerelease : " true"
37- artifacthub.io/changes : " "
37+ artifacthub.io/changes : |
38+ - kind: changed
39+ description: Replace redis with valkey
Original file line number Diff line number Diff line change @@ -509,8 +509,8 @@ A Helm chart for Kubernetes to install DefectDojo
509509
510510| Repository | Name | Version |
511511|------------|------|---------|
512+ | oci://registry-1.docker.io/cloudpirates | valkey | ~0.9.2 |
512513| oci://us-docker.pkg.dev/os-public-container-registry/defectdojo | postgresql | ~16.7.0 |
513- | oci://us-docker.pkg.dev/os-public-container-registry/defectdojo | redis | ~19.6.4 |
514514
515515## Values
516516
You can’t perform that action at this time.
0 commit comments