Skip to content

Commit 9a0a73b

Browse files
chore(deps): update jenkins/inbound-agent docker tag to v3273 (#1228)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent beeec3d commit 9a0a73b

File tree

5 files changed

+86
-82
lines changed

5 files changed

+86
-82
lines changed

charts/jenkins/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
1212
The changelog until v1.5.7 was auto-generated based on git commits.
1313
Those entries include a reference to the git commit to be able to get more details.
1414

15+
## 5.7.8
16+
17+
Update `jenkins/inbound-agent` to version `3273.v4cfe589b_fd83-1`
18+
1519
## 5.7.7
1620

1721
Update `kubernetes` to version `4295.v7fa_01b_309c95`

charts/jenkins/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.7.7
5+
version: 5.7.8
66
appVersion: 2.462.3
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
@@ -42,6 +42,6 @@ annotations:
4242
- name: k8s-sidecar
4343
image: docker.io/kiwigrid/k8s-sidecar:1.28.0
4444
- name: inbound-agent
45-
image: jenkins/inbound-agent:3261.v9c670a_4748a_9-1
45+
image: jenkins/inbound-agent:3273.v4cfe589b_fd83-1
4646
artifacthub.io/category: "integration-delivery"
4747
artifacthub.io/license: "Apache-2.0"

charts/jenkins/VALUES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
3131
| [agent.hostNetworking](./values.yaml#L973) | bool | Enables the agent to use the host network | `false` |
3232
| [agent.idleMinutes](./values.yaml#L1120) | int | Allows the Pod to remain active for reuse until the configured number of minutes has passed since the last step was executed on it | `0` |
3333
| [agent.image.repository](./values.yaml#L952) | string | Repository to pull the agent jnlp image from | `"jenkins/inbound-agent"` |
34-
| [agent.image.tag](./values.yaml#L954) | string | Tag of the image to pull | `"3261.v9c670a_4748a_9-1"` |
34+
| [agent.image.tag](./values.yaml#L954) | string | Tag of the image to pull | `"3273.v4cfe589b_fd83-1"` |
3535
| [agent.imagePullSecretName](./values.yaml#L961) | string | Name of the secret to be used to pull the image | `nil` |
3636
| [agent.inheritYamlMergeStrategy](./values.yaml#L1140) | bool | Controls whether the defined yaml merge strategy will be inherited if another defined pod template is configured to inherit from the current one | `false` |
3737
| [agent.jenkinsTunnel](./values.yaml#L929) | string | Overrides the Kubernetes Jenkins tunnel | `nil` |

0 commit comments

Comments
 (0)