Bitnami mariadb upgrade to chart version 11.5 breaks existing clusters
We recently upgraded the bitnami mariadb chart (used for single-sign-on-database
) from 11.4 to 11.5: !1871 (merged). Although that works fine for new installs (as tested by CI), this breaks on upgrading existing clusters:
Helm upgrade failed: execution error at (mariadb/templates/secrets.yaml:4:17):
PASSWORDS ERROR: The secret "single-sign-on-database-mariadb" does not contain the key "mariadb-password"
This seems to be a new but known issue: https://github.com/bitnami/charts/issues/15093
We'll work around this for now by reverting the upgrade and waiting for an upstream fix before we attempt the upgrade again.