Changed postgres image version to 12

This commit is contained in:
viktor 2020-05-26 16:25:04 +03:00
parent 13a08a94cd
commit 9bf243dc04

View File

@ -51,7 +51,7 @@ spec:
containers:
- name: postgres
imagePullPolicy: Always
image: postgres:10
image: postgres:12
ports:
- containerPort: 5432
name: postgres