Skip to content

Commit

Permalink
Updated the tag for the postgres image
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Oct 31, 2023
1 parent f20f886 commit 9b10008
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: quay.io/enterprisedb/postgresql
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: quay.io/enterprisedb/postgresql
image: quay.io/enterprisedb/postgresql:16-postgis-multilang
imagePullPolicy: IfNotPresent
env:
- name: POSTGRES_PASSWORD
Expand Down

0 comments on commit 9b10008

Please sign in to comment.