Page MenuHomePhabricator

Update Catalyst's helm charts to use Bitnami Legacy charts to avoid brownouts
Closed, ResolvedPublic3 Estimated Story Points

Description

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:

Also look for others...

(abstract-wiki/aw-ci-chart uses an official mariadb image in their chart)

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
envdb: set global.security.allowInsecureImages=truerepos/test-platform/catalyst/catalyst-api!132jhuneidibitnami-insecureimagesmain
Remove bitnami repo from .gitlab-ci.ymlrepos/test-platform/catalyst/catalyst-api!130jhuneidibitnami-updatesmain
Use bitnami legacy repo/imagerepos/test-platform/catalyst/patchdemo!200jhuneidiT403766main
Use bitnami legacy repo/imagesrepos/test-platform/catalyst/catalyst-api!129jhuneidiT403766main
Customize query in GitLab

Event Timeline

thcipriani updated the task description. (Show Details)
thcipriani set the point value for this task to 3.
thcipriani moved this task from Backlog to Ready on the Catalyst (tenpo o wawa) board.
jeena changed the task status from Open to In Progress.Sep 8 2025, 7:02 PM