diff --git a/infra-templates/pipeline/0/rancher-compose.yml b/infra-templates/pipeline/0/rancher-compose.yml old mode 100644 new mode 100755 index 93e17bb..f34dced --- a/infra-templates/pipeline/0/rancher-compose.yml +++ b/infra-templates/pipeline/0/rancher-compose.yml @@ -3,6 +3,7 @@ catalog: name: Pipeline version: v0.1.0 minimum_rancher_version: 1.6.13-rc2 + maximum_rancher_version: 1.6.13-rc2 description: "Rancher Pipeline" questions: - variable: SLAVES diff --git a/infra-templates/pipeline/1/docker-compose.yml.tpl b/infra-templates/pipeline/1/docker-compose.yml.tpl index b8b22c7..5f6a7a4 100755 --- a/infra-templates/pipeline/1/docker-compose.yml.tpl +++ b/infra-templates/pipeline/1/docker-compose.yml.tpl @@ -1,8 +1,8 @@ {{- $jenkinsMasterImage:="jenkins/jenkins:2.60.2-alpine"}} -{{- $jenkinsBootImage:="rancher/jenkins-boot:v0.1.1"}} -{{- $jenkinsSlaveImage:="rancher/pipeline-jenkins-slave:v0.1.0"}} -{{- $pipelineServerImage:="rancher/pipeline:v0.1.0"}} -{{- $pipelineUIImage:="rancher/pipeline-ui:v0.1.0"}} +{{- $jenkinsBootImage:="rancher/pipeline-jenkins-boot:v1.0.0"}} +{{- $jenkinsSlaveImage:="rancher/pipeline-jenkins-slave:v1.0.0"}} +{{- $pipelineServerImage:="rancher/pipeline:v0.1.1"}} +{{- $pipelineUIImage:="rancher/pipeline-ui:v1.0.1"}} version: '2' services: diff --git a/infra-templates/pipeline/1/rancher-compose.yml b/infra-templates/pipeline/1/rancher-compose.yml index 93e17bb..043b21e 100755 --- a/infra-templates/pipeline/1/rancher-compose.yml +++ b/infra-templates/pipeline/1/rancher-compose.yml @@ -1,7 +1,7 @@ version: '2' catalog: name: Pipeline - version: v0.1.0 + version: v0.1.1 minimum_rancher_version: 1.6.13-rc2 description: "Rancher Pipeline" questions: diff --git a/infra-templates/pipeline/config.yml b/infra-templates/pipeline/config.yml old mode 100644 new mode 100755 index f34b4f7..2040c69 --- a/infra-templates/pipeline/config.yml +++ b/infra-templates/pipeline/config.yml @@ -1,6 +1,6 @@ name: Rancher Pipeline description: Rancher CI service -version: v0.1.0 +version: v0.1.1 category: Continuous Integration labels: io.rancher.certified: Experimental