1
0
mirror of https://github.com/rancher/types.git synced 2025-09-15 22:39:05 +00:00

add publish catalog/deploy catalog app step

This commit is contained in:
gitlawr
2018-10-11 15:57:31 +08:00
committed by Alena Prokharchyk
parent c8e028e67a
commit a2f8f8ffc8
2 changed files with 27 additions and 7 deletions

View File

@@ -78,12 +78,12 @@ var (
PipelineSystemImages: projectv3.PipelineSystemImages{
Jenkins: m("rancher/pipeline-jenkins-server:v0.1.0"),
JenkinsJnlp: m("jenkins/jnlp-slave:3.10-1-alpine"),
AlpineGit: m("rancher/pipeline-tools:v0.1.0"),
AlpineGit: m("rancher/pipeline-tools:v0.1.2"),
PluginsDocker: m("plugins/docker:17.12"),
Minio: m("minio/minio:RELEASE.2018-05-25T19-49-13Z"),
Registry: m("registry:2"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.0"),
KubeApply: m("rancher/pipeline-tools:v0.1.0"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.2"),
KubeApply: m("rancher/pipeline-tools:v0.1.2"),
},
LoggingSystemImages: LoggingSystemImages{
Fluentd: m("rancher/fluentd:v0.1.11"),