Skip to content

Commit 18ce5b2

Browse files
committed
fix(HELM): Use renovate-compatible format
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
1 parent ee9ee74 commit 18ce5b2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

helm/defectdojo/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ maintainers:
1010
url: https://github.com/DefectDojo/django-DefectDojo
1111
dependencies:
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
3535
annotations:
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

helm/defectdojo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)