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 
			
		
		
		
	Use floating tag for helm images (#4236)
Co-authored-by: Pavel Busko <pavel.busko@sap.com>
This commit is contained in:
		| @@ -598,7 +598,7 @@ func helmExecuteMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Image: "dtzar/helm-kubectl:3.8.0", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}}, | ||||
| 				{Image: "dtzar/helm-kubectl:3", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}}, | ||||
| 			}, | ||||
| 			Outputs: config.StepOutputs{ | ||||
| 				Resources: []config.StepResources{ | ||||
|   | ||||
| @@ -666,7 +666,7 @@ func kubernetesDeployMetadata() config.StepData { | ||||
| 				}, | ||||
| 			}, | ||||
| 			Containers: []config.Container{ | ||||
| 				{Image: "dtzar/helm-kubectl:3.9.0", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "deployTool", Value: "helm3"}}}}}, | ||||
| 				{Image: "dtzar/helm-kubectl:3", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "deployTool", Value: "helm3"}}}}}, | ||||
| 				{Image: "dtzar/helm-kubectl:2.17.0", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "deployTool", Value: "helm"}}}}}, | ||||
| 				{Image: "dtzar/helm-kubectl:2.17.0", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "deployTool", Value: "kubectl"}}}}}, | ||||
| 			}, | ||||
|   | ||||
| @@ -337,7 +337,7 @@ spec: | ||||
|           - STAGES | ||||
|           - STEPS | ||||
|   containers: | ||||
|     - image: dtzar/helm-kubectl:3.8.0 | ||||
|     - image: dtzar/helm-kubectl:3 | ||||
|       workingDir: /config | ||||
|       options: | ||||
|         - name: -u | ||||
|   | ||||
| @@ -522,7 +522,7 @@ spec: | ||||
|           - STAGES | ||||
|           - STEPS | ||||
|   containers: | ||||
|     - image: dtzar/helm-kubectl:3.9.0 | ||||
|     - image: dtzar/helm-kubectl:3 | ||||
|       workingDir: /config | ||||
|       options: | ||||
|         - name: -u | ||||
|   | ||||
		Reference in New Issue
	
	Block a user