From 6554edbcb2493b93df4476f008bd8f0efcf9dc94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:07:58 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.5.0 (#441) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update redis docker tag to v20.5.0 * Update Chart.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro --- charts/netbox/Chart.lock | 4 ++-- charts/netbox/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/netbox/Chart.lock b/charts/netbox/Chart.lock index d93e8a43..5b0b1fb1 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -8,5 +8,5 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 20.5.0 -digest: sha256:9c6d150f5d60abbf868112c0db95ae7863cb660fcd8d747436b6ce929e4702e8 -generated: "2024-12-11T15:14:02.817940305Z" +digest: sha256:4f157b4d0e685c54e9870ca0eae7e2f9e28269198b8476b774678a25601f7ccf +generated: "2024-12-11T18:30:29.549414123Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index be68eafd..f955fb13 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.163 +version: 5.0.0-beta.164 appVersion: "v4.1.7" type: application kubeVersion: ^1.25.0-0 @@ -26,7 +26,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis - version: ^20.4.1 + version: ^20.5.0 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled annotations: