From 01df6841a5b8f5912f2435ae53a6a5bd7c4d7e9d Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 22 Dec 2025 22:50:53 +0000 Subject: [PATCH] Update k8s/core/postgresql/main-db.yaml --- k8s/core/postgresql/main-db.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/core/postgresql/main-db.yaml b/k8s/core/postgresql/main-db.yaml index 557b57d..ab096c8 100644 --- a/k8s/core/postgresql/main-db.yaml +++ b/k8s/core/postgresql/main-db.yaml @@ -28,7 +28,7 @@ spec: type: DirectoryOrCreate containers: - name: psql - image: 'bitnami/postgresql:17' + image: 'bitnamilegacy/postgresql:17' env: - name: POSTGRESQL_PASSWORD valueFrom: @@ -63,7 +63,7 @@ spec: containerPort: 9187 protocol: TCP - name: user-creation - image: 'bitnami/postgresql:17' + image: 'bitnamilegacy/postgresql:17' command: - /bin/bash - -c