Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CTA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cta
CTA
Commits
1f9441c9
Commit
1f9441c9
authored
10 months ago
by
Jaroslav Guenther
Browse files
Options
Downloads
Patches
Plain Diff
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
!520
Resolve "Update PostgreSQL to latest stable version for catalogue and Scheduler DB in CI"
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/orchestration/internal_pgsched.yaml
+1
-1
1 addition, 1 deletion
continuousintegration/orchestration/internal_pgsched.yaml
continuousintegration/orchestration/internal_postgres.yaml
+1
-1
1 addition, 1 deletion
continuousintegration/orchestration/internal_postgres.yaml
with
2 additions
and
2 deletions
continuousintegration/orchestration/internal_pgsched.yaml
+
1
−
1
View file @
1f9441c9
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
continuousintegration/orchestration/internal_postgres.yaml
+
1
−
1
View file @
1f9441c9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Julien Leduc
@jleduc
mentioned in issue
#706 (closed)
·
10 months ago
mentioned in issue
#706 (closed)
mentioned in issue #706
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment