diff --git a/150_gitlab/100_reverse_proxy/compose.tls.yml b/150_gitlab/100_reverse_proxy/compose.tls.yml index 6577ad6a..fd244576 100644 --- a/150_gitlab/100_reverse_proxy/compose.tls.yml +++ b/150_gitlab/100_reverse_proxy/compose.tls.yml @@ -57,7 +57,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html gitlab: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | diff --git a/150_gitlab/100_reverse_proxy/compose.yml b/150_gitlab/100_reverse_proxy/compose.yml index 938c4416..2de1233c 100644 --- a/150_gitlab/100_reverse_proxy/compose.yml +++ b/150_gitlab/100_reverse_proxy/compose.yml @@ -43,7 +43,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html gitlab: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | diff --git a/150_gitlab/180_components/compose.yml b/150_gitlab/180_components/compose.yml index e2f664f7..a31584d4 100644 --- a/150_gitlab/180_components/compose.yml +++ b/150_gitlab/180_components/compose.yml @@ -17,7 +17,7 @@ volumes: services: gitlab: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | @@ -73,7 +73,7 @@ services: traefik.tcp.routers.ssh.service: ssh db: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | @@ -110,7 +110,7 @@ services: - postgres-log:/var/log/gitlab redis: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | @@ -137,7 +137,7 @@ services: - redis-log:/var/log/gitlab gitaly: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | diff --git a/150_gitlab/180_components/docker-compose.yaml b/150_gitlab/180_components/docker-compose.yaml index e2c13727..a85379f7 100644 --- a/150_gitlab/180_components/docker-compose.yaml +++ b/150_gitlab/180_components/docker-compose.yaml @@ -55,7 +55,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html redis: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/16.1.2+ee.0/files/gitlab-config-template/gitlab.rb.template#L1383 GITLAB_OMNIBUS_CONFIG: | @@ -80,7 +80,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html postgres: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/16.1.2+ee.0/files/gitlab-config-template/gitlab.rb.template#L1229 GITLAB_OMNIBUS_CONFIG: | @@ -124,7 +124,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html gitaly: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | @@ -181,7 +181,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html application: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: GITLAB_SKIP_UNMIGRATED_DATA_CHECK: true # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template @@ -234,7 +234,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html pages: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: | @@ -261,7 +261,7 @@ services: # https://docs.gitlab.com/ee/install/docker.html monitoring: - image: gitlab/gitlab-ee:17.6.1-ee.0 + image: gitlab/gitlab-ee:18.2.0-ee.0 environment: # https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template GITLAB_OMNIBUS_CONFIG: |