diff --git a/cmd/gitopsUpdateDeployment_generated.go b/cmd/gitopsUpdateDeployment_generated.go index f81af93d1..d351c0380 100644 --- a/cmd/gitopsUpdateDeployment_generated.go +++ b/cmd/gitopsUpdateDeployment_generated.go @@ -295,7 +295,7 @@ func gitopsUpdateDeploymentMetadata() config.StepData { }, Containers: []config.Container{ {Image: "dtzar/helm-kubectl:3.3.4", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "tool", Value: "helm"}}}}}, - {Image: "dtzar/helm-kubectl:2.12.1", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "tool", Value: "kubectl"}}}}}, + {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: "tool", Value: "kubectl"}}}}}, }, }, } diff --git a/cmd/kubernetesDeploy_generated.go b/cmd/kubernetesDeploy_generated.go index 0cfd97dc6..07808a315 100644 --- a/cmd/kubernetesDeploy_generated.go +++ b/cmd/kubernetesDeploy_generated.go @@ -449,8 +449,8 @@ 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:2.12.1", 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.12.1", WorkingDir: "/config", Options: []config.Option{{Name: "-u", Value: "0"}}, Conditions: []config.Condition{{ConditionRef: "strings-equal", Params: []config.Param{{Name: "deployTool", Value: "kubectl"}}}}}, + {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/cmd/npmExecuteLint_generated.go b/cmd/npmExecuteLint_generated.go index e5d23c34b..a2fcee28e 100644 --- a/cmd/npmExecuteLint_generated.go +++ b/cmd/npmExecuteLint_generated.go @@ -130,7 +130,7 @@ func npmExecuteLintMetadata() config.StepData { }, }, Containers: []config.Container{ - {Name: "node", Image: "node:12-buster"}, + {Name: "node", Image: "node:lts-stretch"}, }, }, } diff --git a/cmd/npmExecuteScripts_generated.go b/cmd/npmExecuteScripts_generated.go index f5c8c15db..5dbedc7ca 100644 --- a/cmd/npmExecuteScripts_generated.go +++ b/cmd/npmExecuteScripts_generated.go @@ -198,7 +198,7 @@ func npmExecuteScriptsMetadata() config.StepData { }, }, Containers: []config.Container{ - {Name: "node", Image: "node:12-buster"}, + {Name: "node", Image: "node:lts-stretch"}, }, }, } diff --git a/resources/metadata/gitopsUpdateDeployment.yaml b/resources/metadata/gitopsUpdateDeployment.yaml index 2eee6b1d8..fc9969fa9 100644 --- a/resources/metadata/gitopsUpdateDeployment.yaml +++ b/resources/metadata/gitopsUpdateDeployment.yaml @@ -169,7 +169,7 @@ spec: params: - name: tool value: helm - - image: dtzar/helm-kubectl:2.12.1 + - image: dtzar/helm-kubectl:2.17.0 workingDir: /config options: - name: -u diff --git a/resources/metadata/kubernetesdeploy.yaml b/resources/metadata/kubernetesdeploy.yaml index 392052185..48fc61789 100644 --- a/resources/metadata/kubernetesdeploy.yaml +++ b/resources/metadata/kubernetesdeploy.yaml @@ -315,7 +315,7 @@ spec: params: - name: deployTool value: helm3 - - image: dtzar/helm-kubectl:2.12.1 + - image: dtzar/helm-kubectl:2.17.0 workingDir: /config options: - name: -u @@ -325,7 +325,7 @@ spec: params: - name: deployTool value: helm - - image: dtzar/helm-kubectl:2.12.1 + - image: dtzar/helm-kubectl:2.17.0 workingDir: /config options: - name: -u diff --git a/resources/metadata/npmExecuteLint.yaml b/resources/metadata/npmExecuteLint.yaml index 70a3a868e..e3792c858 100644 --- a/resources/metadata/npmExecuteLint.yaml +++ b/resources/metadata/npmExecuteLint.yaml @@ -31,4 +31,4 @@ spec: - name: npm/defaultNpmRegistry containers: - name: node - image: node:12-buster + image: node:lts-stretch diff --git a/resources/metadata/npmExecuteScripts.yaml b/resources/metadata/npmExecuteScripts.yaml index a67b54162..61e5b6a73 100644 --- a/resources/metadata/npmExecuteScripts.yaml +++ b/resources/metadata/npmExecuteScripts.yaml @@ -76,4 +76,4 @@ spec: default: false containers: - name: node - image: node:12-buster + image: node:lts-stretch