From 52dc28d7d2a1fc2c98095c773b8800023326da45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:52:30 +0000 Subject: [PATCH] [timelimit] Update Helm chart mariadb to v19 --- charts/timelimit/Chart.lock | 6 +++--- charts/timelimit/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/timelimit/Chart.lock b/charts/timelimit/Chart.lock index 6188fda..3ab4c61 100644 --- a/charts/timelimit/Chart.lock +++ b/charts/timelimit/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 18.2.6 -digest: sha256:e2173af59c9f1f57e37059775df6c631bf8cba4b39ac86c6486abe7d26972412 -generated: "2024-10-03T18:56:40.528648291Z" + version: 19.0.7 +digest: sha256:8f6b81e20a8ca4493007d3c3a63f915f49f3a54d3c0fa956e23126fa1a1ba473 +generated: "2024-10-03T19:52:18.713965024Z" diff --git a/charts/timelimit/Chart.yaml b/charts/timelimit/Chart.yaml index fe01fa5..ef64747 100644 --- a/charts/timelimit/Chart.yaml +++ b/charts/timelimit/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.7 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -27,6 +27,6 @@ appVersion: "1.17.1" dependencies: - name: mariadb - version: 18.2.6 + version: 19.0.7 repository: https://charts.bitnami.com/bitnami condition: mariadb.enabled