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 <okinakahiro@gmail.com>
This commit is contained in:
kahirokunn
2025-09-30 11:47:19 +09:00
parent c8491ac10a
commit 61d2c5d888

View File

@@ -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