1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

chore(kubernetesDeploy): bump docker image to helm 3.8.1 (#3470)

This commit is contained in:
Philipp Stehle
2022-03-30 13:23:16 +02:00
committed by GitHub
parent e8fc08e43b
commit f4f11dba7f
2 changed files with 2 additions and 2 deletions

View File

@@ -598,7 +598,7 @@ func kubernetesDeployMetadata() config.StepData {
},
},
Containers: []config.Container{
{Image: "dtzar/helm-kubectl:3.4.1", 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.8.1", 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"}}}}},
},

View File

@@ -461,7 +461,7 @@ spec:
- apply
- replace
containers:
- image: dtzar/helm-kubectl:3.4.1
- image: dtzar/helm-kubectl:3.8.1
workingDir: /config
options:
- name: -u