From 93028a50965aec212b10b2113085d9dcf085b23f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:41:09 +0000 Subject: [PATCH] Update Helm release redis to v18 --- charts/baserow/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 8caff9fc..6fc1759f 100644 --- a/charts/baserow/Chart.yaml +++ b/charts/baserow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: baserow description: Baserow is an open source no-code database and Airtable alternative. type: application -version: 1.25.0 +version: 1.25.1 appVersion: "1.19.1" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -19,7 +19,7 @@ dependencies: condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.14.2 + version: 18.0.4 condition: redis.enabled annotations: artifacthub.io/category: database