diff --git a/Jenkinsfile_k8s b/Jenkinsfile_k8s index a3a3cbec4..b27e392d0 100644 --- a/Jenkinsfile_k8s +++ b/Jenkinsfile_k8s @@ -33,7 +33,7 @@ pipeline { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { updatecli(action: 'diff', cronTriggerExpression: cronExpr, - updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.16', // Tracked by updatecli + updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.28', // Tracked by updatecli ) } } @@ -45,7 +45,7 @@ pipeline { steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { updatecli(action: 'apply', cronTriggerExpression: cronExpr, - updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.16', // Tracked by updatecli, + updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.28', // Tracked by updatecli, ) } } diff --git a/PodTemplates.yaml b/PodTemplates.yaml index 1e8a5a204..698f74c62 100644 --- a/PodTemplates.yaml +++ b/PodTemplates.yaml @@ -32,7 +32,7 @@ spec: values: - highmemlinux containers: - - image: "jenkinsciinfra/helmfile:2.4.16" + - image: "jenkinsciinfra/helmfile:2.4.28" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: