Skip to content

Commit

Permalink
Bump docker-helmfile version on shared library resources to 2.4.12 (j…
Browse files Browse the repository at this point in the history
…enkins-infra#381)

* chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/pi...

... peline-library/vars/updatecli.groovy"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/pi...

... peline-library/vars/updatecli.groovy"

Made with ❤️️ by updatecli

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
2 people authored and smerle33 committed Jan 16, 2024
1 parent 077a5bf commit 856a143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars/updatecli.groovy
Expand Up @@ -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:2.4.8', // Container image to use for running updatecli
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.12', // 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
Expand Down
2 changes: 1 addition & 1 deletion vars/updatecli.txt
Expand Up @@ -8,7 +8,7 @@
<li>String action: (Optional - Default: "diff") Updatecli action (e.g. subcommand) to execute.</li>
<li>String config: (Optional - Default: "./updatecli/updatecli.d") path to the file or directory with the updatecli configuration (flag "--config").</li>
<li>String values: (Optional - Default: "./updatecli/values.yaml") path to the file with the updatecli values (flag "--values").</li>
<li>String updatecliDockerImage: (Optional - Default: "jenkinsciinfra/helmfile:2.4.8") Docker Image of updatecli to be used in the process.</li>
<li>String updatecliDockerImage: (Optional - Default: "jenkinsciinfra/helmfile:2.4.12") Docker Image of updatecli to be used in the process.</li>
<li>String cronTriggerExpression: (Optional - Default: "") Enable periodic execution by providing a cron-like expression.</li>
<li>String containerMemory: (Optional - Default: "512Mi") specify the amount of memory dedicated to the updatecli container.</li>
<li>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</li>
Expand Down

0 comments on commit 856a143

Please sign in to comment.