mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user