uselagoon / lagoon-charts

A collection of Helm charts for Lagoon and associated services.
Apache License 2.0
11 stars 10 forks source link

fix: upgrade mariadb chart to fix upgrade bug #610

Closed smlx closed 1 year ago

smlx commented 1 year ago

This change allows make install-lagoon-remote to be run more than once.

Previously we would hit https://github.com/bitnami/charts/issues/15093.

The specific chart version that this PR upgrades to is the latest version of the chart which still uses MariaDB 10.11.x (the LTS minor version of v10). Later versions of the chart upgrade to MariaDB 11, which is outside the scope of this bugfix.