1
0
mirror of https://github.com/rancher/types.git synced 2025-06-29 06:56:50 +00:00

Bump pipeline-tools version

This commit is contained in:
gitlawr 2019-01-31 07:23:38 +08:00 committed by Craig Jellick
parent 964af90c2c
commit 0c881ced7e

View File

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