Skip to content

Commit

Permalink
Merge pull request #1015 from chandrams/update_postgres_image
Browse files Browse the repository at this point in the history
Updated the manifests to use postgres image from quay.io
  • Loading branch information
dinogun authored Nov 2, 2023
2 parents acf97dd + 9b10008 commit a373d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
# runAsUser: 1000
containers:
- name: postgres
image: postgres:15.2
image: quay.io/enterprisedb/postgresql:16-postgis-multilang
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
serviceAccountName: kruize-sa
containers:
- name: postgres
image: postgres:15.2
image: quay.io/enterprisedb/postgresql:16-postgis-multilang
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down

0 comments on commit a373d01

Please sign in to comment.