File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ maintainers:
1010 url : https://github.com/DefectDojo/django-DefectDojo
1111dependencies :
1212 - name : postgresql
13- version : ~ 16.7.0
13+ version : 16.7.27
1414 repository : " oci://us-docker.pkg.dev/os-public-container-registry/defectdojo"
1515 condition : postgresql.enabled
1616 - name : valkey
17- version : ~ 0.10.0
17+ version : 0.10.2
1818 repository : " oci://registry-1.docker.io/cloudpirates"
1919 condition : valkey.enabled
2020# For correct syntax, check https://artifacthub.io/docs/topics/annotations/helm/
@@ -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: fixed
39+ description: Use non-tilde notation of versions in subcharts
Original file line number Diff line number Diff line change @@ -525,8 +525,8 @@ A Helm chart for Kubernetes to install DefectDojo
525525
526526| Repository | Name | Version |
527527|------------|------|---------|
528- | oci://registry-1.docker.io/cloudpirates | valkey | ~ 0.10.0 |
529- | oci://us-docker.pkg.dev/os-public-container-registry/defectdojo | postgresql | ~ 16.7.0 |
528+ | oci://registry-1.docker.io/cloudpirates | valkey | 0.10.2 |
529+ | oci://us-docker.pkg.dev/os-public-container-registry/defectdojo | postgresql | 16.7.27 |
530530
531531## Values
532532
You can’t perform that action at this time.
0 commit comments