Skip to content

Commit

Permalink
chore: upgrade to postgres 12
Browse files Browse the repository at this point in the history
Signed-off-by: solidnerd <niclas@mietz.io>
  • Loading branch information
solidnerd committed Dec 26, 2020
1 parent ca34ea0 commit 52cfe8b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list
- gitlab-pages: upgrade to v1.32.0
- gitlab-workhorse: upgrade to v8.58.0
- ubuntu: upgrade to ubuntu bionic-20201119
- postgresql: upgrade to postgresql 12

**13.6.3**
- gitlab: upgrade CE to v13.6.3
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-swarm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

postgresql:
restart: always
image: sameersbn/postgresql:11-20200524
image: sameersbn/postgresql:12-20200524
volumes:
- /srv/docker/gitlab/postgresql:/var/lib/postgresql:Z
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- node.labels.gitlab.redis-data == true

postgresql:
image: sameersbn/postgresql:11-20200524
image: sameersbn/postgresql:12-20200524
volumes:
- postgresql-data:/var/lib/postgresql:Z
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

postgresql:
restart: always
image: sameersbn/postgresql:11-20200524
image: sameersbn/postgresql:12-20200524
volumes:
- postgresql-data:/var/lib/postgresql:Z
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/docker-compose-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

postgresql:
restart: always
image: sameersbn/postgresql:11-20200524
image: sameersbn/postgresql:12-20200524
volumes:
- postgresql-data:/var/lib/postgresql:Z
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/docker-compose-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

postgresql:
restart: always
image: sameersbn/postgresql:11-20200524
image: sameersbn/postgresql:12-20200524
volumes:
- postgresql:/var/lib/postgresql:Z
environment:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/postgresql-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: postgresql
image: sameersbn/postgresql:11-20200524
image: sameersbn/postgresql:12-20200524
env:
- name: DB_USER
value: gitlab
Expand Down

0 comments on commit 52cfe8b

Please sign in to comment.