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 @@
  • String action: (Optional - Default: "diff") Updatecli action (e.g. subcommand) to execute.
  • String config: (Optional - Default: "./updatecli/updatecli.d") path to the file or directory with the updatecli configuration (flag "--config").
  • String values: (Optional - Default: "./updatecli/values.yaml") path to the file with the updatecli values (flag "--values").
  • -
  • String updatecliDockerImage: (Optional - Default: "jenkinsciinfra/helmfile:3.0.0") Docker Image of updatecli to be used in the process.
  • +
  • String updatecliDockerImage: (Optional - Default: "jenkinsciinfra/helmfile:3.0.2") Docker Image of updatecli to be used in the process.
  • String cronTriggerExpression: (Optional - Default: "") Enable periodic execution by providing a cron-like expression.
  • String containerMemory: (Optional - Default: "512Mi") specify the amount of memory dedicated to the updatecli container.
  • String credentialsId: (Optional - Default: "github-app-updatecli-on-jenkins-infra") specify the githubApp or usernamePassword credentials id to use to get an Access Token. The corresponding populated env vars are USERNAME_VALUE & UPDATECLI_GITHUB_TOKEN