mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -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
|
# -- Full name override for PostgreSQL resources
|
||||||
fullnameOverride: "postgresql"
|
fullnameOverride: "postgresql"
|
||||||
|
|
||||||
|
image:
|
||||||
|
# -- Image registry for PostgreSQL
|
||||||
|
registry: mirror.gcr.io
|
||||||
|
# -- Image repository for PostgreSQL
|
||||||
|
repository: bitnamilegacy/postgresql
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
# -- Database username for PostgreSQL
|
# -- Database username for PostgreSQL
|
||||||
username: infisical
|
username: infisical
|
||||||
@@ -159,6 +165,12 @@ redis:
|
|||||||
# -- Full name override for Redis resources
|
# -- Full name override for Redis resources
|
||||||
fullnameOverride: "redis"
|
fullnameOverride: "redis"
|
||||||
|
|
||||||
|
image:
|
||||||
|
# -- Image registry for Redis
|
||||||
|
registry: mirror.gcr.io
|
||||||
|
# -- Image repository for Redis
|
||||||
|
repository: bitnamilegacy/redis
|
||||||
|
|
||||||
cluster:
|
cluster:
|
||||||
# -- Clustered Redis deployment
|
# -- Clustered Redis deployment
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user