Skip to content

Commit

Permalink
update postgres to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyu.li1 committed Oct 15, 2024
1 parent 5f5ebe8 commit b3b14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootup/kubernetes/templates/postgres/deploy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:11.1
image: postgres:12
ports:
- containerPort: 5432
envFrom:
Expand Down

0 comments on commit b3b14ef

Please sign in to comment.