From 516cfdff0405d57fc5ff53019c73043230a3d8ef Mon Sep 17 00:00:00 2001 From: Tayyeb Date: Sun, 30 Jul 2017 09:26:06 +0430 Subject: [PATCH] update gitlab-ce to 9.4.2 and gitlab-runner to 9.4.1 --- templates/gitlab-multi-runner/0/docker-compose.yml | 4 ++-- templates/gitlab-multi-runner/0/rancher-compose.yml | 2 +- templates/gitlab-multi-runner/config.yml | 2 +- templates/gitlab/0/docker-compose.yml | 2 +- templates/gitlab/0/rancher-compose.yml | 2 +- templates/gitlab/config.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/gitlab-multi-runner/0/docker-compose.yml b/templates/gitlab-multi-runner/0/docker-compose.yml index c331348..f0cabfc 100644 --- a/templates/gitlab-multi-runner/0/docker-compose.yml +++ b/templates/gitlab-multi-runner/0/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: gitlab-runner-config: - image: gitlab/gitlab-runner:alpine-v9.3.0 + image: gitlab/gitlab-runner:alpine-v9.4.1 stdin_open: true volumes: - /etc/gitlab-runner/ @@ -31,7 +31,7 @@ services: io.rancher.container.start_once: 'true' gitlab-runner: - image: gitlab/gitlab-runner:alpine-v9.3.0 + image: gitlab/gitlab-runner:alpine-v9.4.1 stdin_open: true volumes: - /var/run/docker.sock:/var/run/docker.sock diff --git a/templates/gitlab-multi-runner/0/rancher-compose.yml b/templates/gitlab-multi-runner/0/rancher-compose.yml index ab5c198..e2c9479 100644 --- a/templates/gitlab-multi-runner/0/rancher-compose.yml +++ b/templates/gitlab-multi-runner/0/rancher-compose.yml @@ -2,7 +2,7 @@ version: '2' catalog: name: "gitlab-multi-runner" - version: "9.3.0" + version: "9.4.1" description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra." minimum_rancher_version: v1.5.0 # maximum_rancher_version: diff --git a/templates/gitlab-multi-runner/config.yml b/templates/gitlab-multi-runner/config.yml index eca0b3c..bbd9c0f 100644 --- a/templates/gitlab-multi-runner/config.yml +++ b/templates/gitlab-multi-runner/config.yml @@ -1,5 +1,5 @@ name: gitlab-multi-runner description: | a Gitlab pipelines multi-runner, that will spawn privates runners in your infra. -version: 9.3.0 +version: 9.4.1 category: Continuous Integration diff --git a/templates/gitlab/0/docker-compose.yml b/templates/gitlab/0/docker-compose.yml index 9422535..d1d4bb9 100644 --- a/templates/gitlab/0/docker-compose.yml +++ b/templates/gitlab/0/docker-compose.yml @@ -15,7 +15,7 @@ services: - ${https_port}:443/tcp labels: io.rancher.container.hostname_override: container_name - image: gitlab/gitlab-ce:9.3.3-ce.0 + image: gitlab/gitlab-ce:9.4.2-ce.0 volumes: - gitlab-app-data:/var/opt/gitlab - gitlab-log-data:/var/log/gitlab diff --git a/templates/gitlab/0/rancher-compose.yml b/templates/gitlab/0/rancher-compose.yml index b382043..083028c 100644 --- a/templates/gitlab/0/rancher-compose.yml +++ b/templates/gitlab/0/rancher-compose.yml @@ -1,6 +1,6 @@ .catalog: name: Gitlab Community - version: 9.3.3-ce.0 + version: 9.4.2-ce.0 description: | Gitlab CE is a free GitHub alternative minimum_rancher_version: v0.56.0 diff --git a/templates/gitlab/config.yml b/templates/gitlab/config.yml index a4ad423..de84bde 100644 --- a/templates/gitlab/config.yml +++ b/templates/gitlab/config.yml @@ -1,5 +1,5 @@ name: Gitlab Community description: | Gitlab CE is a free GitHub alternative -version: 9.3.3-ce.0 +version: 9.4.2-ce.0 category: Versioning