Skip to content

Commit

Permalink
[updatecli] Bump jenkins-infra helmfile docker image (jenkins-infra#2718
Browse files Browse the repository at this point in the history
)

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

... bernetes-management/Jenkinsfile_k8s"

Made with ❤️️ by updatecli

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

... bernetes-management/Jenkinsfile_k8s"

Made with ❤️️ by updatecli

* chore: Update key "spec.containers[0].image" from file "/tmp/updatecli/...

... jenkins-infra/kubernetes-management/PodTemplates.yaml"

Made with ❤️️ by updatecli

* chore: Update key "spec.containers[0].image" from file "/tmp/updatecli/...

... jenkins-infra/kubernetes-management/PodTemplates.yaml"

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 lemeurherveCB committed Aug 31, 2022
1 parent 544bc0e commit f7306cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
updatecli(action: 'diff', cronTriggerExpression: cronExpr,
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.57', // Tracked by updatecli
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.59', // Tracked by updatecli
)
}
}
Expand All @@ -45,7 +45,7 @@ pipeline {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
updatecli(action: 'apply', cronTriggerExpression: cronExpr,
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.57', // Tracked by updatecli,
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.59', // Tracked by updatecli,
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion PodTemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
values:
- highmemlinux
containers:
- image: "jenkinsciinfra/helmfile:2.4.57"
- image: "jenkinsciinfra/helmfile:2.4.59"
imagePullPolicy: "IfNotPresent"
name: "jnlp"
resources:
Expand Down

0 comments on commit f7306cc

Please sign in to comment.