From b4659df2c6bea737d64b0d6bc2a2b52823974b93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 01:53:59 +0200 Subject: [PATCH] chore(deps): update helm release mariadb to v12 (#161) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/passbolt/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/passbolt/Chart.yaml b/charts/passbolt/Chart.yaml index fa767cab..6ca884a7 100644 --- a/charts/passbolt/Chart.yaml +++ b/charts/passbolt/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: passbolt type: application -version: 1.1.16 +version: 1.1.17 appVersion: "3.4.0-ce-non-root" description: A Helm chart to deploy Passbolt home: http://passbolt.com @@ -13,6 +13,6 @@ maintainers: email: maintainers@cnieg.fr dependencies: - name: mariadb - version: "11.5.7" + version: "12.2.4" repository: "https://charts.bitnami.com/bitnami" condition: mariadb.enabled