From f20f886009650a803f32b0b7581cef9ed0681467 Mon Sep 17 00:00:00 2001 From: Chandrakala Subramanyam Date: Tue, 31 Oct 2023 13:36:00 +0530 Subject: [PATCH 1/2] Updated the manifests to use postgres image from quay.io Signed-off-by: Chandrakala Subramanyam --- .../minikube/kruize-crc-minikube.yaml | 2 +- .../openshift/kruize-crc-openshift.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml b/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml index 0c3169d9d..f2f9d148c 100644 --- a/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml +++ b/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml @@ -46,7 +46,7 @@ spec: # runAsUser: 1000 containers: - name: postgres - image: postgres:15.2 + image: quay.io/enterprisedb/postgresql imagePullPolicy: IfNotPresent env: - name: POSTGRES_PASSWORD diff --git a/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml b/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml index 80f1c77bb..7f24152a1 100644 --- a/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml +++ b/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml @@ -124,7 +124,7 @@ spec: serviceAccountName: kruize-sa containers: - name: postgres - image: postgres:15.2 + image: quay.io/enterprisedb/postgresql imagePullPolicy: IfNotPresent env: - name: POSTGRES_PASSWORD From 9b10008fc0afae28f02ce774016cf86563259caf Mon Sep 17 00:00:00 2001 From: Chandrakala Subramanyam Date: Tue, 31 Oct 2023 17:34:53 +0530 Subject: [PATCH 2/2] Updated the tag for the postgres image Signed-off-by: Chandrakala Subramanyam --- .../minikube/kruize-crc-minikube.yaml | 2 +- .../openshift/kruize-crc-openshift.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml b/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml index f2f9d148c..705a3cf94 100644 --- a/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml +++ b/manifests/crc/default-db-included-installation/minikube/kruize-crc-minikube.yaml @@ -46,7 +46,7 @@ spec: # runAsUser: 1000 containers: - name: postgres - image: quay.io/enterprisedb/postgresql + image: quay.io/enterprisedb/postgresql:16-postgis-multilang imagePullPolicy: IfNotPresent env: - name: POSTGRES_PASSWORD diff --git a/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml b/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml index 7f24152a1..279380766 100644 --- a/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml +++ b/manifests/crc/default-db-included-installation/openshift/kruize-crc-openshift.yaml @@ -124,7 +124,7 @@ spec: serviceAccountName: kruize-sa containers: - name: postgres - image: quay.io/enterprisedb/postgresql + image: quay.io/enterprisedb/postgresql:16-postgis-multilang imagePullPolicy: IfNotPresent env: - name: POSTGRES_PASSWORD