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