Skip to content

Commit d0633d2

Browse files
committed
fix: move PSQL image to Bitnami Legacy registry
Signed-off-by: Davi Garcia <[email protected]>
1 parent 460de86 commit d0633d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/backstage/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,11 @@ postgresql:
423423
# -- Switch to enable or disable the PostgreSQL helm chart
424424
enabled: false
425425

426+
# -- Change default PostgreSQL image location (workaround for https://github.com/bitnami/charts/issues/35164)
427+
image:
428+
registry: docker.io
429+
repository: bitnamilegacy/postgresql
430+
426431
# -- The authentication details of the Postgres database
427432
auth:
428433

0 commit comments

Comments
 (0)