Upgrade mariadb Helm chart to 8.0.0 #48
Reference in New Issue
Block a user
No description provided.
Delete Branch "update-mariadb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR superceeds #46, which was destroyed in the server migration ("schra wants to merge 0 commits from <deleted>:update-mariadb into master")
The names of the values changed in the new Helm chart, see [1]. Thus the
Helm chart ships breaking changes and therefore bump the major version
of this Chart.yaml (not sure if you use semver?)
Furthermore, there is a bug [2] where not setting the root password
results in the mariadb entering a CrashLoopBackOff when re-installing
it. Thus set it (as done in the mysql values already).
[1]
1206942b69
[2] https://github.com/bitnami/charts/issues/3884
Thanks for readding, will test tomorrow :)
looks good & tested on my clusters