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

Update dtzar/helm-kubectl image version for kuberntesDeploy (#3927)

This commit is contained in:
Vyacheslav Starostin
2022-08-02 14:41:35 +06:00
committed by GitHub
parent d640d72dc6
commit a610e1df6a
2 changed files with 2 additions and 2 deletions

View File

@@ -660,7 +660,7 @@ func kubernetesDeployMetadata() config.StepData {
},
},
Containers: []config.Container{
{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: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: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

@@ -517,7 +517,7 @@ spec:
- STAGES
- STEPS
containers:
- image: dtzar/helm-kubectl:3.8.1
- image: dtzar/helm-kubectl:3.9.0
workingDir: /config
options:
- name: -u