diff --git a/vars/updatecli.groovy b/vars/updatecli.groovy index 35f7da94..2f575293 100644 --- a/vars/updatecli.groovy +++ b/vars/updatecli.groovy @@ -7,7 +7,7 @@ def call(userConfig = [:]) { action: 'diff', // Updatecli subcommand to execute config: './updatecli/updatecli.d', // Config manifest used by updatecli (can be a file or a directory) values: './updatecli/values.yaml', // Values file used by updatecli - updatecliDockerImage: 'jenkinsciinfra/helmfile:3.0.0', // Container image to use for running updatecli + updatecliDockerImage: 'jenkinsciinfra/helmfile:3.0.2', // Container image to use for running updatecli containerMemory: '512Mi', // When using 'updatecliDockerImage', this is the memory limit+request of the container cronTriggerExpression: '', // When specified, it enables cron trigger for the calling pipeline credentialsId: 'github-app-updatecli-on-jenkins-infra', // githubApp or usernamePassword credentials id to use to get an Access Token. The corresponding populated env vars are USERNAME_VALUE & UPDATECLI_GITHUB_TOKEN diff --git a/vars/updatecli.txt b/vars/updatecli.txt index 27e5d570..1dff9f98 100644 --- a/vars/updatecli.txt +++ b/vars/updatecli.txt @@ -8,7 +8,7 @@