Skip to content

Commit 8d37fe3

Browse files
renovate[bot]kiblik
authored andcommitted
chore(deps): update dependency renovatebot/renovate from 41.168.6 to v41.169.2 (.github/workflows/renovate.yaml) (DefectDojo#13594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
1 parent 22afcfc commit 8d37fe3

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

helm/defectdojo/Chart.lock

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

helm/defectdojo/Chart.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3535
annotations:
3636
artifacthub.io/prerelease: "true"
37-
artifacthub.io/changes: ""
37+
artifacthub.io/changes: |
38+
- kind: changed
39+
description: Replace redis with valkey

helm/defectdojo/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Helm >= v3
5454
Then pull the dependent charts:
5555

5656
```zsh
57+
helm repo add valkey https://valkey.io/valkey-helm/
5758
helm dependency update ./helm/defectdojo
5859
```
5960

0 commit comments

Comments
 (0)