Commit 9bf243dc0440af33a4505311c241e4005c280c44
1 parent
13a08a94
Changed postgres image version to 12
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -51,7 +51,7 @@ spec: | @@ -51,7 +51,7 @@ spec: | ||
51 | containers: | 51 | containers: |
52 | - name: postgres | 52 | - name: postgres |
53 | imagePullPolicy: Always | 53 | imagePullPolicy: Always |
54 | - image: postgres:10 | 54 | + image: postgres:12 |
55 | ports: | 55 | ports: |
56 | - containerPort: 5432 | 56 | - containerPort: 5432 |
57 | name: postgres | 57 | name: postgres |