Changes in versions

Related issue is [here](https://github.com/rancher/rancher/issues/10772)
This commit is contained in:
Aaron Wang 2018-01-11 10:40:52 +08:00
parent 2b3d07a965
commit a8d3e3fe22
4 changed files with 7 additions and 6 deletions

1
infra-templates/pipeline/0/rancher-compose.yml Normal file → Executable file
View File

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

View File

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

View File

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

2
infra-templates/pipeline/config.yml Normal file → Executable file
View File

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