From 4d74c29e00f37760916e84b411f5b40f27208dbe Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Sun, 22 Oct 2023 21:43:56 +0200 Subject: [PATCH] Update Chart.yaml --- charts/baserow/Chart.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 840f5abe..953fced3 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.27.1 +version: 1.28.0 appVersion: "1.20.2" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -15,7 +15,7 @@ sources: dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.12.10 + version: 13.1.5 condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami @@ -25,7 +25,9 @@ annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: changed - description: bumped image version to 1.20.2 + description: bumped dependency of postgresql to 13.1.5 + - kind: changed + description: bumped dependency of redis to 18.1.6 artifacthub.io/screenshots: | - title: Create your own online database without technical experience. url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png