From adaf367b4d63c1523f4449ff6a8d918e7dbb3579 Mon Sep 17 00:00:00 2001 From: "updatecli-gha-in-jenkins-infra-org[bot]" <83065101+updatecli-gha-in-jenkins-infra-org[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:54:01 -0600 Subject: [PATCH] Bump `docker-helmfile` version to 3.0.2 (#733) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Updated to content "" in file "vars/updatecli.groovy" Made with ❤️️ by updatecli * chore: Updated to content "" in file "vars/updatecli.txt" Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- vars/updatecli.groovy | 2 +- vars/updatecli.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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