1
0
mirror of https://github.com/rancher/types.git synced 2025-09-09 00:48:56 +00:00

rename catalog field to catalogTemplate in applyApp/publishCatalog step config

This commit is contained in:
gitlawr
2019-01-03 16:57:26 +08:00
committed by Alena Prokharchyk
parent 0fe6b540ae
commit eda6aff214
2 changed files with 11 additions and 11 deletions

View File

@@ -92,12 +92,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.2"),
AlpineGit: m("rancher/pipeline-tools:v0.1.4"),
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.2"),
KubeApply: m("rancher/pipeline-tools:v0.1.2"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.4"),
KubeApply: m("rancher/pipeline-tools:v0.1.4"),
},
LoggingSystemImages: LoggingSystemImages{
Fluentd: m("rancher/fluentd:v0.1.11"),