Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v20 (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Léo Colombaro <LeoColomb@users.noreply.github.com>

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.
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 54e79ca commit 5be35cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/yourls/Chart.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5be35cf

Please sign in to comment.