From b96e0b38f353b18bfc92c3526f0773ad720aa174 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:00:13 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.6.1 (#463) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/netbox/Chart.lock | 6 +++--- charts/netbox/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/netbox/Chart.lock b/charts/netbox/Chart.lock index 85e5167..9406a64 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 16.3.3 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.6.0 -digest: sha256:5a442cb4b9099297770d0c0e120cbc275ac71e777b0b83c64f0a423647f2fde2 -generated: "2024-12-21T06:17:24.060788669Z" + version: 20.6.1 +digest: sha256:bbe82eb55e3966af36fde657f9123c00ae8ddc0e99bb2435210fcd4507fb7756 +generated: "2024-12-22T00:56:38.200255497Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 03f2e18..fe206bc 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.2 +version: 5.0.3 # renovate: image=ghcr.io/netbox-community/netbox appVersion: "v4.1.9" type: application @@ -27,7 +27,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis - version: ^20.6.0 + version: ^20.6.1 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled annotations: