Skip to content
Snippets Groups Projects
Commit 1f9441c9 authored by Jaroslav Guenther's avatar Jaroslav Guenther
Browse files

Resolve "Update PostgreSQL to latest stable version for catalogue and Scheduler DB in CI"

parent f8608c91
No related branches found
No related tags found
1 merge request!520Resolve "Update PostgreSQL to latest stable version for catalogue and Scheduler DB in CI"
......@@ -46,7 +46,7 @@ spec:
restartPolicy: Never
containers:
- name: postgres-sched
image: docker.io/postgres:9.6
image: docker.io/postgres:14.10
imagePullPolicy: Always
stdin: true
env:
......
......@@ -46,7 +46,7 @@ spec:
restartPolicy: Never
containers:
- name: postgres
image: docker.io/postgres:9.6
image: docker.io/postgres:14.10
stdin: true
env:
- name: POSTGRES_USER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment