Skip to content

Commit 3504f31

Browse files
chore(deps): update jenkins/inbound-agent docker tag to v3327.v868139a_d00e0-6 (#1469)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 73bebf2 commit 3504f31

File tree

7 files changed

+98
-94
lines changed

7 files changed

+98
-94
lines changed

charts/jenkins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.8.81
16+
17+
Update `jenkins/inbound-agent` to version `3327.v868139a_d00e0-6`
18+
1519
## 5.8.80
1620

1721
- Fix [#1435](https://github.com/jenkinsci/helm-charts/issues/1435): Ensure `controller.JCasC.defaultConfig=false` properly prevents generation of all JCasC ConfigMaps

charts/jenkins/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.8.80
5+
version: 5.8.81
66
appVersion: 2.516.1
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 2000 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.30.7
4444
- name: inbound-agent
45-
image: jenkins/inbound-agent:3327.v868139a_d00e0-5
45+
image: jenkins/inbound-agent:3327.v868139a_d00e0-6
4646
artifacthub.io/category: "integration-delivery"
4747
artifacthub.io/license: "Apache-2.0"

charts/jenkins/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
3232
| [agent.idleMinutes](./values.yaml#L1136) | 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.registry](./values.yaml#L964) | string | Registry to pull the agent jnlp image from | `""` |
3434
| [agent.image.repository](./values.yaml#L966) | string | Repository to pull the agent jnlp image from | `"jenkins/inbound-agent"` |
35-
| [agent.image.tag](./values.yaml#L968) | string | Tag of the image to pull | `"3327.v868139a_d00e0-5"` |
35+
| [agent.image.tag](./values.yaml#L968) | string | Tag of the image to pull | `"3327.v868139a_d00e0-6"` |
3636
| [agent.imagePullSecretName](./values.yaml#L975) | string | Name of the secret to be used to pull the image | `nil` |
3737
| [agent.inheritYamlMergeStrategy](./values.yaml#L1155) | 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` |
3838
| [agent.instanceCap](./values.yaml#L1119) | int | Max number of agents to launch for this type of agent | `2147483647` |

charts/jenkins/unittests/__snapshot__/garbage-collect-test.yaml.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespaces:
4949
templates:
5050
- name: "default"
5151
namespace: "my-namespace"
52-
id: 226f11a2af408b0010ac00ae2d62e84afba7471a4378ba08b9e4f2ccdb5a7e29
52+
id: 980ce5672d7713bdd285f2c4ea51d20522ea35194703302bb04d076f09eee917
5353
containers:
5454
- name: "jnlp"
5555
alwaysPullImage: false
@@ -58,7 +58,7 @@ namespaces:
5858
- envVar:
5959
key: "JENKINS_URL"
6060
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
61-
image: "jenkins/inbound-agent:3327.v868139a_d00e0-5"
61+
image: "jenkins/inbound-agent:3327.v868139a_d00e0-6"
6262
privileged: "false"
6363
resourceLimitCpu: 512m
6464
resourceLimitMemory: 512Mi
@@ -136,7 +136,7 @@ one cloud:
136136
templates:
137137
- name: "default"
138138
namespace: "my-namespace"
139-
id: 28310ae6ee3387e0f83651c6173b6a2cc50f3aad0312d80cdcd8b10b80951bd7
139+
id: 01039e6cef734bcbb8944c822c42650e8bf52bc79c4604e3ef4b7582158d310f
140140
containers:
141141
- name: "jnlp"
142142
alwaysPullImage: false
@@ -145,7 +145,7 @@ one cloud:
145145
- envVar:
146146
key: "JENKINS_URL"
147147
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
148-
image: "jenkins/inbound-agent:3327.v868139a_d00e0-5"
148+
image: "jenkins/inbound-agent:3327.v868139a_d00e0-6"
149149
privileged: "false"
150150
resourceLimitCpu: 512m
151151
resourceLimitMemory: 512Mi
@@ -223,7 +223,7 @@ second cloud:
223223
templates:
224224
- name: "default"
225225
namespace: "my-namespace"
226-
id: 28310ae6ee3387e0f83651c6173b6a2cc50f3aad0312d80cdcd8b10b80951bd7
226+
id: 01039e6cef734bcbb8944c822c42650e8bf52bc79c4604e3ef4b7582158d310f
227227
containers:
228228
- name: "jnlp"
229229
alwaysPullImage: false
@@ -232,7 +232,7 @@ second cloud:
232232
- envVar:
233233
key: "JENKINS_URL"
234234
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
235-
image: "jenkins/inbound-agent:3327.v868139a_d00e0-5"
235+
image: "jenkins/inbound-agent:3327.v868139a_d00e0-6"
236236
privileged: "false"
237237
resourceLimitCpu: 512m
238238
resourceLimitMemory: 512Mi
@@ -275,7 +275,7 @@ second cloud:
275275
templates:
276276
- name: "default"
277277
namespace: "my-namespace"
278-
id: 11bc6021b3d870bb3c9bc97b5498252aed508cb14f7a197dc49a43dd838d5668
278+
id: 374a325961588ce7ae20c48fa4e694a29da8a37617f34409d18b8c1305862511
279279
containers:
280280
- name: "jnlp"
281281
alwaysPullImage: false
@@ -284,7 +284,7 @@ second cloud:
284284
- envVar:
285285
key: "JENKINS_URL"
286286
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
287-
image: "jenkins/inbound-agent:3327.v868139a_d00e0-5"
287+
image: "jenkins/inbound-agent:3327.v868139a_d00e0-6"
288288
privileged: "false"
289289
resourceLimitCpu: 512m
290290
resourceLimitMemory: 512Mi

charts/jenkins/unittests/__snapshot__/instance-cap-test.yaml.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ default-cap:
4444
templates:
4545
- name: "default"
4646
namespace: "my-namespace"
47-
id: 427505a78bbdba57f31e92f711cb21b3a9849680a7d32333d1d5649c7707d764
47+
id: 499687ada4a0066996a2e0031f9eba1a0467849a138417eff655b8d3c2b543c0
4848
containers:
4949
- name: "jnlp"
5050
alwaysPullImage: false
@@ -53,7 +53,7 @@ default-cap:
5353
- envVar:
5454
key: "JENKINS_URL"
5555
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
56-
image: "jenkins/inbound-agent:3327.v868139a_d00e0-5"
56+
image: "jenkins/inbound-agent:3327.v868139a_d00e0-6"
5757
privileged: "false"
5858
resourceLimitCpu: 512m
5959
resourceLimitMemory: 512Mi
@@ -129,7 +129,7 @@ limited-cap:
129129
templates:
130130
- name: "default"
131131
namespace: "my-namespace"
132-
id: 7cd23da44bd1ba67b4705cee370b08e4e51f0ac91ebb9cadfcdcfaf3a3ba5364
132+
id: 86fbed4495e3529e1644cabbd76f55e357423a3cfbcadf9c5b58d7c6e180ad90
133133
containers:
134134
- name: "jnlp"
135135
alwaysPullImage: false
@@ -138,7 +138,7 @@ limited-cap:
138138
- envVar:
139139
key: "JENKINS_URL"
140140
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
141-
image: "jenkins/inbound-agent:3327.v868139a_d00e0-5"
141+
image: "jenkins/inbound-agent:3327.v868139a_d00e0-6"
142142
privileged: "false"
143143
resourceLimitCpu: 512m
144144
resourceLimitMemory: 512Mi

0 commit comments

Comments
 (0)