diff --git a/cmd/helmExecute_generated.go b/cmd/helmExecute_generated.go index a9018a01e0..1f0341cf05 100644 --- a/cmd/helmExecute_generated.go +++ b/cmd/helmExecute_generated.go @@ -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{ diff --git a/cmd/kubernetesDeploy_generated.go b/cmd/kubernetesDeploy_generated.go index 4f13e198dc..cf4165cccc 100644 --- a/cmd/kubernetesDeploy_generated.go +++ b/cmd/kubernetesDeploy_generated.go @@ -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"}}}}}, }, diff --git a/resources/metadata/helmExecute.yaml b/resources/metadata/helmExecute.yaml index b314b58358..64ed60024e 100644 --- a/resources/metadata/helmExecute.yaml +++ b/resources/metadata/helmExecute.yaml @@ -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 diff --git a/resources/metadata/kubernetesDeploy.yaml b/resources/metadata/kubernetesDeploy.yaml index f0e75e95bf..8bc1ea5336 100644 --- a/resources/metadata/kubernetesDeploy.yaml +++ b/resources/metadata/kubernetesDeploy.yaml @@ -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