From 61d2c5d888db49add0fe722e107d87d883cea736 Mon Sep 17 00:00:00 2001 From: kahirokunn Date: Tue, 30 Sep 2025 11:47:19 +0900 Subject: [PATCH] Update image registry and repository for Helm charts Addressed https://github.com/bitnami/charts/issues/35164 by updating the image registry and repository to point to Bitnami Legacy for both PostgreSQL and Redis. This change aligns with the announcement to disable images for Debian-based images and move existing ones to a legacy repository. Signed-off-by: kahirokunn --- .../infisical-standalone-postgres/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/helm-charts/infisical-standalone-postgres/values.yaml b/helm-charts/infisical-standalone-postgres/values.yaml index 32b7a8d6f..078c84e78 100644 --- a/helm-charts/infisical-standalone-postgres/values.yaml +++ b/helm-charts/infisical-standalone-postgres/values.yaml @@ -134,6 +134,12 @@ postgresql: # -- Full name override for PostgreSQL resources fullnameOverride: "postgresql" + image: + # -- Image registry for PostgreSQL + registry: mirror.gcr.io + # -- Image repository for PostgreSQL + repository: bitnamilegacy/postgresql + auth: # -- Database username for PostgreSQL username: infisical @@ -159,6 +165,12 @@ redis: # -- Full name override for Redis resources fullnameOverride: "redis" + image: + # -- Image registry for Redis + registry: mirror.gcr.io + # -- Image repository for Redis + repository: bitnamilegacy/redis + cluster: # -- Clustered Redis deployment enabled: false