1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

increase cf-cli from 7 to v12 (#4186)

This commit is contained in:
tiloKo
2023-01-12 17:17:50 +01:00
committed by GitHub
parent 3867f37dcf
commit a5ce01e1bd
6 changed files with 6 additions and 6 deletions

View File

@@ -295,7 +295,7 @@ func abapEnvironmentAssembleConfirmMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "cf", Image: "ppiper/cf-cli:7"},
{Name: "cf", Image: "ppiper/cf-cli:v12"},
},
Outputs: config.StepOutputs{
Resources: []config.StepResources{

View File

@@ -308,7 +308,7 @@ func abapEnvironmentAssemblePackagesMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "cf", Image: "ppiper/cf-cli:7"},
{Name: "cf", Image: "ppiper/cf-cli:v12"},
},
Outputs: config.StepOutputs{
Resources: []config.StepResources{

View File

@@ -469,7 +469,7 @@ func abapEnvironmentBuildMetadata() config.StepData {
},
},
Containers: []config.Container{
{Name: "cf", Image: "ppiper/cf-cli:7"},
{Name: "cf", Image: "ppiper/cf-cli:v12"},
},
Outputs: config.StepOutputs{
Resources: []config.StepResources{

View File

@@ -134,4 +134,4 @@ spec:
- name: abap/addonDescriptor
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@@ -144,4 +144,4 @@ spec:
- name: abap/addonDescriptor
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12

View File

@@ -261,4 +261,4 @@ spec:
- name: abap/buildValues
containers:
- name: cf
image: ppiper/cf-cli:7
image: ppiper/cf-cli:v12