You've already forked sap-jenkins-library
							
							
				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:
		| @@ -291,7 +291,7 @@ func abapEnvironmentCreateSystemMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:6"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7"}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	} | ||||
|   | ||||
| @@ -267,7 +267,7 @@ func cloudFoundryCreateServiceMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:6"}, | ||||
| 				{Name: "cf", Image: "ppiper/cf-cli:7"}, | ||||
| 			}, | ||||
| 		}, | ||||
| 	} | ||||
|   | ||||
| @@ -196,4 +196,4 @@ spec: | ||||
|         default: false | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:6 | ||||
|       image: ppiper/cf-cli:7 | ||||
|   | ||||
| @@ -196,4 +196,4 @@ spec: | ||||
|           - name: cfManifestVariablesFiles | ||||
|   containers: | ||||
|     - name: cf | ||||
|       image: ppiper/cf-cli:6 | ||||
|       image: ppiper/cf-cli:7 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user