From 0ed409014f78fea8fcb0790eb4d199ff238d0063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:23:15 +0200 Subject: [PATCH] [shlink] Update Helm chart postgresql to v11 (#1662) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [shlink] Update Helm chart postgresql to v11 * chore: Auto-update chart metadata * Update Chart.yaml Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- charts/stable/shlink/Chart.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml index 08a951f7..9e87d910 100644 --- a/charts/stable/shlink/Chart.yaml +++ b/charts/stable/shlink/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: 2.7.1 description: A self-hosted and PHP-based URL shortener application with CLI and REST interfaces name: shlink -version: 4.2.2 +version: 5.0.0 kubeVersion: ">=1.16.0-0" keywords: - shlink @@ -20,14 +20,16 @@ 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 - name: mariadb - version: 10.5.1 + version: 11.0.14 repository: https://charts.bitnami.com/bitnami condition: mariadb.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 + - kind: changed + description: Upgraded `mariadb` chart dependency to version 11.0.14