1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00
This commit is contained in:
Daniel Mieg
2021-02-15 11:06:07 +01:00
committed by GitHub
parent ffffe8295e
commit cb3ad328f5
4 changed files with 4 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ func cloudFoundryCreateServiceKeyMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "cf", Image: "ppiper/cf-cli:6"},
{Name: "cf", Image: "ppiper/cf-cli:7"},
},
},
}

View File

@@ -192,7 +192,7 @@ func cloudFoundryDeleteServiceMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "cf", Image: "ppiper/cf-cli:6", WorkingDir: "/home/piper"},
{Name: "cf", Image: "ppiper/cf-cli:7", WorkingDir: "/home/piper"},
},
},
}

View File

@@ -115,4 +115,4 @@ spec:
- name: cloudFoundry/serviceKeyConfig
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7

View File

@@ -102,5 +102,5 @@ spec:
- name: cloudFoundry/cfDeleteServiceKeys
containers:
- name: cf
image: ppiper/cf-cli:6
image: ppiper/cf-cli:7
workingDir: "/home/piper"