1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 21:40:14 +00:00

Merge pull request #1113 from StrongMonkey/revert-pipeline

Revert pipeline changes
This commit is contained in:
Daishan Peng
2020-03-02 23:23:08 -07:00
committed by GitHub

View File

@@ -13,11 +13,11 @@ var (
AuthSystemImages AuthSystemImages
}{
PipelineSystemImages: projectv3.PipelineSystemImages{
Jenkins: m("rancher/pipeline-jenkins-server:v0.1.5"),
JenkinsJnlp: m("jenkins/jnlp-slave:3.40-1"),
Jenkins: m("rancher/pipeline-jenkins-server:v0.1.4"),
JenkinsJnlp: m("jenkins/jnlp-slave:3.35-4"),
AlpineGit: m("rancher/pipeline-tools:v0.1.14"),
PluginsDocker: m("plugins/docker:18.09"),
Minio: m("minio/minio:RELEASE.2020-02-07T23-28-16Z"),
Minio: m("minio/minio:RELEASE.2019-09-25T18-25-51Z"),
Registry: m("registry:2"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.14"),
KubeApply: m("rancher/pipeline-tools:v0.1.14"),