From 829d17511d5c8459cfab40d1441145f0d6a83f33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:24:23 +0200 Subject: [PATCH] [privatebin] Update Helm chart postgresql to v11 (#1659) * [privatebin] Update Helm chart postgresql to v11 * chore: Auto-update chart metadata Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/stable/privatebin/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/privatebin/Chart.yaml b/charts/stable/privatebin/Chart.yaml index 376fbc05..05908267 100644 --- a/charts/stable/privatebin/Chart.yaml +++ b/charts/stable/privatebin/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: 1.3.5 description: A minimalist, open source online pastebin running on an Nginx, php-fpm & Alpine Linux stack name: privatebin -version: 1.2.2 +version: 2.0.0 kubeVersion: ">=1.16.0-0" keywords: - privatebin @@ -21,10 +21,10 @@ dependencies: repository: https://library-charts.k8s-at-home.com version: 4.4.2 - name: postgresql - version: 10.16.2 + version: 11.6.12 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `common` chart dependency to version 4.4.2 + description: Upgraded `postgresql` chart dependency to version 11.6.12