Changed postgres image version to 12
This commit is contained in:
parent
13a08a94cd
commit
9bf243dc04
@ -51,7 +51,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: postgres:10
|
image: postgres:12
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
name: postgres
|
name: postgres
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user