fixed version to 9.3.0 & synced the catalog item version to the same

This commit is contained in:
Frederic Leger 2017-07-04 23:58:55 +02:00
parent 1bbd24ec53
commit b25242f98e
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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"

View File

@ -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