From 57a252a6a2f18ec1ac4b8406fb239a68b4d8cb92 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Dec 2024 11:47:19 +0000 Subject: [PATCH] Update Helm release mariadb to v20 --- chart/Chart.lock | 6 +++--- chart/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/Chart.lock b/chart/Chart.lock index a75155f..b0d62f1 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 18.7.1 - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 15.2.0 -digest: sha256:ee738abeddde5581fd9bc088840048b7514fc52106258e1c1164a0b2b3e1f37a -generated: "2024-01-20T10:12:44.15914716Z" + version: 20.2.0 +digest: sha256:7b003499dd391f447b43ce7fd857c7abf96177d09df9742f0434fe2b19772fb5 +generated: "2024-12-11T11:47:05.395801999Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c97468a..0691635 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -5,7 +5,7 @@ name: romm type: application home: https://zurdi15.github.io/romm/ icon: https://raw.githubusercontent.com/CrystalNET-org/helm-romm/main/chart/icon.png -version: 0.3.1 +version: 0.3.2 # renovate: image=zurdi15/romm appVersion: "2.3.1" kubeVersion: ">=1.22.0-0" @@ -22,7 +22,7 @@ dependencies: alias: redis condition: redis.enabled - name: mariadb - version: ~15.2.0 + version: ~20.2.0 repository: https://charts.bitnami.com/bitnami alias: mariadb condition: mariadb.enabled