diff --git a/templates/gitlab-multi-runner/0/docker-compose.yml b/templates/gitlab-multi-runner/0/docker-compose.yml index b0b3c35..82f7934 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 + image: gitlab/gitlab-runner:alpine-v9.3.0 stdin_open: true volumes: - /etc/gitlab-runner/ @@ -27,9 +27,9 @@ services: labels: io.rancher.container.pull_image: always io.rancher.container.start_once: 'true' - + gitlab-runner: - image: gitlab/gitlab-runner:alpine + image: gitlab/gitlab-runner:alpine-v9.3.0 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 7f5bd1a..4bfcd18 100644 --- a/templates/gitlab-multi-runner/0/rancher-compose.yml +++ b/templates/gitlab-multi-runner/0/rancher-compose.yml @@ -2,10 +2,10 @@ version: '2' catalog: name: "gitlab-multi-runner" - version: "1.0.0" + version: "9.3.0" description: "a Gitlab pipelines multi-runner, that will spawn privates runners in your infra." - minimum_rancher_version: v1.5.0 - # maximum_rancher_version: + minimum_rancher_version: v1.5.0 + # maximum_rancher_version: # upgrade_from: # The previous versions that this template can be upgraded from questions: - variable: "GITLAB_URL" diff --git a/templates/gitlab-multi-runner/config.yml b/templates/gitlab-multi-runner/config.yml index 7ae3548..eca0b3c 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: 1.0.0 +version: 9.3.0 category: Continuous Integration