From 8db2acfca86a166cf3865f124e88dbc3c7a2f569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:59:00 +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..3529142 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.0.5 repository: https://charts.bitnami.com/bitnami condition: redis.enabled