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: 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