While we're investigating replacements for Bitnami charts, let's switchover to the Bitnami Legacy charts to avoid upcoming brownouts.
Looking at the GitHub issue for charts it looks like we'll need to update our helm values to point the image name to bitnamilegacy.
Example from the issue:
$ helm upgrade mypostgres oci://registry-1.docker.io/bitnamicharts/postgresql \ --version 16.7.0 \ --set image.repository=bitnamilegacy/postgresql \ --set volumePermissions.image.repository=bitnamilegacy/os-shell \ --set metrics.image.repository=bitnamilegacy/postgres-exporter \ --set global.security.allowInsecureImages=true
This will need to be done for the mariadb in three places:
- catalyst-api
- This other catalyst-api
- patchdemo
Also look for others...
(abstract-wiki/aw-ci-chart uses an official mariadb image in their chart)