From 1472ec4c8aea45c06ead9e566161357bc891477f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:24:51 +0000 Subject: [PATCH] Update Helm release redis to v20 --- charts/netbox/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 1b429ba..37f7c5d 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 4.1.10 +version: 4.1.11 # renovate: image=netboxcommunity/netbox appVersion: v3.3.2 description: IP address management (IPAM) and data center infrastructure management (DCIM) tool @@ -16,6 +16,6 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: 17.17.1 + version: 20.2.1 repository: https://charts.bitnami.com/bitnami condition: redis.enabled