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

Increase ppiper cf-cli version to v7 (#2590)

* Increase ppiper cf-cli version to v7

* Change v7 to 7
This commit is contained in:
Daniel Mieg
2021-02-11 12:54:11 +01:00
committed by GitHub
parent c53d5241cb
commit d610c96b63
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -196,4 +196,4 @@ spec:
default: false default: false
containers: containers:
- name: cf - name: cf
image: ppiper/cf-cli:6 image: ppiper/cf-cli:7

View File

@@ -196,4 +196,4 @@ spec:
- name: cfManifestVariablesFiles - name: cfManifestVariablesFiles
containers: containers:
- name: cf - name: cf
image: ppiper/cf-cli:6 image: ppiper/cf-cli:7