Page MenuHomePhabricator

Catalyst: MariaDB Bitnami chart no longer available
Closed, ResolvedPublic

Description

Bitnami will soon shut down its free public catalog of charts and images: https://community.broadcom.com/tanzu/blogs/beltran-rueda-borrego/2025/08/18/how-to-prepare-for-the-bitnami-changes-coming-soon

Existing charts will be moved to a new legacy registry, however they will stop receiving security updates and Bitnami (read Broadcom) plans to scrap that too at some point anyway. To continue using the same images we would need to pay a subscription for the new Bitnami Secure Images.

We will need to find a replacement for the MariaDB Bitnami chart that we use in several places. A couple of possibilities:

  1. Make a copy of the current chart and publish it to https://docker-registry.wikimedia.org. We would need to maintain it ourselves
  2. https://github.com/CloudPirates-io/helm-charts/tree/main/charts/mariadb. We would need to verify the current chart in prod can be migrated safely
  3. https://github.com/mariadb-operator/mariadb-operator. As the one above, need to verify the current chart in prod can be migrated safely

Event Timeline

thcipriani triaged this task as Medium priority.Sep 18 2025, 4:48 PM
thcipriani edited projects, added Catalyst, Epic; removed Catalyst (tenpo o wawa).
jnuche claimed this task.

The team went with the MariaDB operator as a replacement.

Work was carried out in T408114