Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[updatecli] Bump jenkins-infra helmfile docker image #2403

Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c489523
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot May 25, 2022
9d523f8
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot May 25, 2022
1172fcb
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot May 25, 2022
5ba39cb
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot May 25, 2022
76ec136
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot May 25, 2022
675c375
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot May 25, 2022
8c3fde5
Merge branch 'main' into updatecli_6b0ede2594aced7625c04c646186bdf4ac…
dduportal May 27, 2022
682f7d0
Merge branch 'main' into updatecli_6b0ede2594aced7625c04c646186bdf4ac…
dduportal Jun 1, 2022
d5da865
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot Jun 1, 2022
46ff723
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot Jun 1, 2022
f12a788
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 1, 2022
8e444c0
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 1, 2022
59aaee8
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 3, 2022
e893771
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 3, 2022
72a55f0
Merge branch 'main' into updatecli_6b0ede2594aced7625c04c646186bdf4ac…
dduportal Jun 8, 2022
1fb859e
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 8, 2022
2e129c2
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 8, 2022
8a60d38
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot Jun 8, 2022
eacb0c3
chore: Update key "spec.containers[0].image" from file "/tmp/updatecl…
jenkins-infra-bot Jun 8, 2022
69abadb
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 8, 2022
a1b64f4
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 8, 2022
aca819b
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 8, 2022
1047c94
chore: Updated the content of the file "/tmp/updatecli/jenkins-infra/…
jenkins-infra-bot Jun 8, 2022
bf1ead6
Merge branch 'main' into updatecli_6b0ede2594aced7625c04c646186bdf4ac…
dduportal Jun 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16', // Tracked by updatecli
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.23', // 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.16', // Tracked by updatecli,
updatecliDockerImage: 'jenkinsciinfra/helmfile:2.4.23', // 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.16"
- image: "jenkinsciinfra/helmfile:2.4.23"
imagePullPolicy: "IfNotPresent"
name: "jnlp"
resources:
Expand Down