From 5be35cfc3ecb69f3fab27550b6e493e00c8491e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:06:23 +0100 Subject: [PATCH] chore(deps): update mariadb docker tag to v20 (#402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro This major bump updates the MariaDB subchart to version 20.0.0. This subchart updates the StatefulSet objects `serviceName` to use a headless service, as the current non-headless service attached to it was not providing DNS entries. This will cause an upgrade issue because it changes "immutable fields". To workaround, it, delete the StatefulSet objects as follows (replace the RELEASE_NAME placeholder): ```shell kubectl delete sts RELEASE_NAME-mariadb --cascade=false ``` Then execute `helm upgrade` as usual. --- charts/yourls/Chart.lock | 6 +++--- charts/yourls/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/yourls/Chart.lock b/charts/yourls/Chart.lock index e405448..70f10eb 100644 --- a/charts/yourls/Chart.lock +++ b/charts/yourls/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 2.27.0 - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 19.1.2 -digest: sha256:53d55f610acefb8411ff1b3edbf62451411128c26d9513b83a1966a5db5e4a9b -generated: "2024-11-07T11:58:30.403821935Z" + version: 20.0.0 +digest: sha256:3f349c5688f7816f09a076868852d4fb5514f31f8377129923242ea55077276d +generated: "2024-11-08T13:20:50.329199158Z" diff --git a/charts/yourls/Chart.yaml b/charts/yourls/Chart.yaml index 8dfb5f1..4443498 100644 --- a/charts/yourls/Chart.yaml +++ b/charts/yourls/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 6.1.14 +version: 7.0.0 name: yourls description: Your Own URL Shortener # renovate: image=ghcr.io/yourls/yourls @@ -27,7 +27,7 @@ dependencies: tags: - bitnami-common - name: mariadb - version: ^19.1.2 + version: ^20.0.0 repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled tags: