feat: update postgres 17.4 -> 18.1
This commit is contained in:
parent
cc0566af21
commit
6171647187
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: postgres
|
||||
image: postgres:17.4
|
||||
image: postgres:18.1
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
|
|
@ -46,7 +46,7 @@ spec:
|
|||
- containerPort: 5432
|
||||
volumeMounts:
|
||||
- name: postgres
|
||||
mountPath: /var/lib/postgresql/data
|
||||
mountPath: /var/lib/postgresql
|
||||
subPath: postgres
|
||||
volumes:
|
||||
- name: postgres
|
||||
|
|
|
|||
Loading…
Reference in a new issue