Your Own URL Shortener
Upgrade Notes
This major bump updates the MariaDB sub-chart to version 20.0.0.
This sub-chart 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):
kubectl delete sts RELEASE_NAME-mariadb --cascade=false
Then execute helm upgrade
as usual.
What's Changed
Full Changelog: yourls-6.1.14...yourls-7.0.0