From fdcc8a6dd47ebe4520a16bda5f59e8bdf2d58ac1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 06:41:04 +0200 Subject: [PATCH] [joplin-server] Update Helm chart postgresql to v11 (#1494) --- charts/stable/joplin-server/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml index f9c1cd01..b111fc22 100644 --- a/charts/stable/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.1.2 description: This server allows you to sync any Joplin client name: joplin-server -version: 4.6.0 +version: 5.0.0 keywords: - joplin - notes @@ -20,10 +20,10 @@ dependencies: repository: https://library-charts.k8s-at-home.com version: 4.3.0 - name: postgresql - version: 10.16.2 + version: 11.1.15 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `postgresql` chart dependency to version `10.16.2`. + description: Upgraded `postgresql` chart dependency to version `11.1.15`.