Skip to content

Commit 5bf0d34

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) (#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 5bf0d34

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

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 & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)