1
0
mirror of https://github.com/rancher/types.git synced 2025-06-25 21:21:32 +00:00

Update pipeline tools to 0.1.13 for cli 2.3.0-rc7

This commit is contained in:
gitlawr 2019-09-17 13:20:36 +08:00 committed by Alena Prokharchyk
parent 5fe258df56
commit 55dc8a6c48

View File

@ -15,12 +15,12 @@ var (
PipelineSystemImages: projectv3.PipelineSystemImages{
Jenkins: m("rancher/pipeline-jenkins-server:v0.1.4"),
JenkinsJnlp: m("jenkins/jnlp-slave:3.10-1-alpine"),
AlpineGit: m("rancher/pipeline-tools:v0.1.12"),
AlpineGit: m("rancher/pipeline-tools:v0.1.13"),
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.12"),
KubeApply: m("rancher/pipeline-tools:v0.1.12"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.13"),
KubeApply: m("rancher/pipeline-tools:v0.1.13"),
},
AuthSystemImages: AuthSystemImages{
KubeAPIAuth: m("rancher/kube-api-auth:v0.1.3"),