From 6a29f475dac5ee23149d29da583e7a9cb28ef521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:29:06 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v20.2.2 (#412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro --- 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 9ea20119..c1cc9aef 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 16.1.2 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.2.1 -digest: sha256:bd8e901ea2c5911a6928046799200efba4533447219a166250a7956f02143a98 -generated: "2024-11-07T14:30:14.009137955Z" + version: 20.2.2 +digest: sha256:f8e9e8950418978a0b992ead6cb17093810ef9c245a8924b8e78e73a98b52453 +generated: "2024-11-12T01:10:01.348172844Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 56a7097c..46da519f 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.141 +version: 5.0.0-beta.142 appVersion: "v4.1.6" 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.2.1 + version: ^20.2.2 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled annotations: