Skip to content

Commit 332a432

Browse files
authored
Merge branch 'main' into renovate/jenkins-x-plugins-jx-release-version-2.x
2 parents 725348f + 1d45c5e commit 332a432

9 files changed

Lines changed: 134 additions & 235 deletions

charts/jenkins/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ 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.9.18
16+
17+
Update `docker.io/kiwigrid/k8s-sidecar` to version `2.6.0`
18+
19+
## 5.9.17
20+
21+
Update `jenkins/jenkins` to version `2.555.1-jdk21`
22+
23+
## 5.9.16
24+
25+
Update `jenkins/inbound-agent` to version `3355.v388858a_47b_33-19`
26+
27+
## 5.9.15
28+
29+
Update `configuration-as-code` to version `2074.va_57f83f7a_10b_`
30+
1531
## 5.9.14
1632

1733
Update `jenkins/inbound-agent` to version `3355.v388858a_47b_33-18`

charts/jenkins/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: jenkins
33
type: application
44
home: https://www.jenkins.io/
5-
version: 5.9.14
6-
appVersion: 2.541.3
5+
version: 5.9.18
6+
appVersion: 2.555.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.
99
@@ -38,10 +38,10 @@ annotations:
3838
url: https://github.com/jenkinsci/helm-charts/issues
3939
artifacthub.io/images: |
4040
- name: jenkins
41-
image: docker.io/jenkins/jenkins:2.541.3-jdk21
41+
image: docker.io/jenkins/jenkins:2.555.1-jdk21
4242
- name: k8s-sidecar
43-
image: docker.io/kiwigrid/k8s-sidecar:2.5.0
43+
image: docker.io/kiwigrid/k8s-sidecar:2.6.0
4444
- name: inbound-agent
45-
image: jenkins/inbound-agent:3355.v388858a_47b_33-18
45+
image: jenkins/inbound-agent:3355.v388858a_47b_33-19
4646
artifacthub.io/category: "integration-delivery"
4747
artifacthub.io/license: "Apache-2.0"

charts/jenkins/VALUES.md

Lines changed: 3 additions & 3 deletions
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#L1183) | 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#L1011) | string | Registry to pull the agent jnlp image from | `""` |
3434
| [agent.image.repository](./values.yaml#L1013) | string | Repository to pull the agent jnlp image from | `"jenkins/inbound-agent"` |
35-
| [agent.image.tag](./values.yaml#L1015) | string | Tag of the image to pull | `"3355.v388858a_47b_33-18"` |
35+
| [agent.image.tag](./values.yaml#L1015) | string | Tag of the image to pull | `"3355.v388858a_47b_33-19"` |
3636
| [agent.imagePullSecretName](./values.yaml#L1022) | string | Name of the secret to be used to pull the image | `nil` |
3737
| [agent.inheritYamlMergeStrategy](./values.yaml#L1202) | 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#L1166) | int | Max number of agents to launch for this type of agent | `2147483647` |
@@ -179,7 +179,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
179179
| [controller.initializeOnce](./values.yaml#L439) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
180180
| [controller.installLatestPlugins](./values.yaml#L428) | bool | Download the minimum required version or latest version of all dependencies | `true` |
181181
| [controller.installLatestSpecifiedPlugins](./values.yaml#L431) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
182-
| [controller.installPlugins](./values.yaml#L420) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4423.vb_59f230b_ce53","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2061.vc08919f7fc37"]` |
182+
| [controller.installPlugins](./values.yaml#L420) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4423.vb_59f230b_ce53","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2074.va_57f83f7a_10b_"]` |
183183
| [controller.javaOpts](./values.yaml#L171) | string | Append to `JAVA_OPTS` env var | `nil` |
184184
| [controller.jenkinsAdminEmail](./values.yaml#L105) | string | Email address for the administrator of the Jenkins instance | `nil` |
185185
| [controller.jenkinsHome](./values.yaml#L110) | string | Custom Jenkins home path | `"/var/jenkins_home"` |
@@ -274,7 +274,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
274274
| [controller.sidecars.configAutoReload.healthPort](./values.yaml#L589) | int | Port for sidecar health probes | `8060` |
275275
| [controller.sidecars.configAutoReload.image.registry](./values.yaml#L582) | string | Registry for the image that triggers the reload | `"docker.io"` |
276276
| [controller.sidecars.configAutoReload.image.repository](./values.yaml#L584) | string | Repository of the image that triggers the reload | `"kiwigrid/k8s-sidecar"` |
277-
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L586) | string | Tag for the image that triggers the reload | `"2.5.0"` |
277+
| [controller.sidecars.configAutoReload.image.tag](./values.yaml#L586) | string | Tag for the image that triggers the reload | `"2.6.0"` |
278278
| [controller.sidecars.configAutoReload.imagePullPolicy](./values.yaml#L587) | string | | `"IfNotPresent"` |
279279
| [controller.sidecars.configAutoReload.logging](./values.yaml#L606) | object | Config auto-reload logging settings | `{"configuration":{"backupCount":3,"formatter":"JSON","logLevel":"INFO","logToConsole":true,"logToFile":false,"maxBytes":1024,"override":false}}` |
280280
| [controller.sidecars.configAutoReload.logging.configuration.override](./values.yaml#L610) | bool | Enables custom log config utilizing using the settings below. | `false` |

charts/jenkins/unittests/__snapshot__/config-test.yaml.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ additional plugins config:
44
kubernetes:4423.vb_59f230b_ce53
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.10.1
7-
configuration-as-code:2061.vc08919f7fc37
7+
configuration-as-code:2074.va_57f83f7a_10b_
88
kubernetes-credentials-provider
99
default config without helm labels:
1010
1: |
1111
|-
1212
kubernetes:4423.vb_59f230b_ce53
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.10.1
15-
configuration-as-code:2061.vc08919f7fc37
15+
configuration-as-code:2074.va_57f83f7a_10b_

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

Lines changed: 8 additions & 17 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: 4957e4cea438a9211b4e3441f9406f0923c63bdbb99e593789f811ccf5ace195
52+
id: d849c2961601298719c70916aded40a381409eabd68e6980fc5d17bd155df793
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:3355.v388858a_47b_33-18"
61+
image: "jenkins/inbound-agent:3355.v388858a_47b_33-19"
6262
privileged: "false"
6363
resourceLimitCpu: 512m
6464
resourceLimitMemory: 512Mi
@@ -77,9 +77,6 @@ namespaces:
7777
yamlMergeStrategy: override
7878
inheritYamlMergeStrategy: false
7979
slaveAgentPort: 50000
80-
crumbIssuer:
81-
standard:
82-
excludeClientIPFromCrumb: true
8380
security:
8481
apiToken:
8582
creationOfLegacyTokenEnabled: false
@@ -136,7 +133,7 @@ one cloud:
136133
templates:
137134
- name: "default"
138135
namespace: "my-namespace"
139-
id: 3800a28592eedbf0646138e67cda85eea2419727bb5fa2aa0ec6463d09a42ca7
136+
id: e7229dd9ce72e48637df6909766860b99aeb9a1bdf84ed124e08371b5cc88bc6
140137
containers:
141138
- name: "jnlp"
142139
alwaysPullImage: false
@@ -145,7 +142,7 @@ one cloud:
145142
- envVar:
146143
key: "JENKINS_URL"
147144
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
148-
image: "jenkins/inbound-agent:3355.v388858a_47b_33-18"
145+
image: "jenkins/inbound-agent:3355.v388858a_47b_33-19"
149146
privileged: "false"
150147
resourceLimitCpu: 512m
151148
resourceLimitMemory: 512Mi
@@ -164,9 +161,6 @@ one cloud:
164161
yamlMergeStrategy: override
165162
inheritYamlMergeStrategy: false
166163
slaveAgentPort: 50000
167-
crumbIssuer:
168-
standard:
169-
excludeClientIPFromCrumb: true
170164
security:
171165
apiToken:
172166
creationOfLegacyTokenEnabled: false
@@ -223,7 +217,7 @@ second cloud:
223217
templates:
224218
- name: "default"
225219
namespace: "my-namespace"
226-
id: 3800a28592eedbf0646138e67cda85eea2419727bb5fa2aa0ec6463d09a42ca7
220+
id: e7229dd9ce72e48637df6909766860b99aeb9a1bdf84ed124e08371b5cc88bc6
227221
containers:
228222
- name: "jnlp"
229223
alwaysPullImage: false
@@ -232,7 +226,7 @@ second cloud:
232226
- envVar:
233227
key: "JENKINS_URL"
234228
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
235-
image: "jenkins/inbound-agent:3355.v388858a_47b_33-18"
229+
image: "jenkins/inbound-agent:3355.v388858a_47b_33-19"
236230
privileged: "false"
237231
resourceLimitCpu: 512m
238232
resourceLimitMemory: 512Mi
@@ -275,7 +269,7 @@ second cloud:
275269
templates:
276270
- name: "default"
277271
namespace: "my-namespace"
278-
id: 0e5d9ea34c2f374e1fa9b99943033f111c23033f32b0b4b4aaa99f15d4bcd86b
272+
id: 5a9432aa4b20aa8a9ff6520407c8e8594574c9883285f41064a10b8384f0821f
279273
containers:
280274
- name: "jnlp"
281275
alwaysPullImage: false
@@ -284,7 +278,7 @@ second cloud:
284278
- envVar:
285279
key: "JENKINS_URL"
286280
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
287-
image: "jenkins/inbound-agent:3355.v388858a_47b_33-18"
281+
image: "jenkins/inbound-agent:3355.v388858a_47b_33-19"
288282
privileged: "false"
289283
resourceLimitCpu: 512m
290284
resourceLimitMemory: 512Mi
@@ -303,9 +297,6 @@ second cloud:
303297
yamlMergeStrategy: override
304298
inheritYamlMergeStrategy: false
305299
slaveAgentPort: 50000
306-
crumbIssuer:
307-
standard:
308-
excludeClientIPFromCrumb: true
309300
security:
310301
apiToken:
311302
creationOfLegacyTokenEnabled: false

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

Lines changed: 4 additions & 10 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: 28db075af0957a256fc45064e6acab29eca522c5fc8ff0b34758e6a8e837f782
47+
id: bad56ce76c3a0312a1969d7702f884e938a2ac146244a2fdb558e233960e33e2
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:3355.v388858a_47b_33-18"
56+
image: "jenkins/inbound-agent:3355.v388858a_47b_33-19"
5757
privileged: "false"
5858
resourceLimitCpu: 512m
5959
resourceLimitMemory: 512Mi
@@ -72,9 +72,6 @@ default-cap:
7272
yamlMergeStrategy: override
7373
inheritYamlMergeStrategy: false
7474
slaveAgentPort: 50000
75-
crumbIssuer:
76-
standard:
77-
excludeClientIPFromCrumb: true
7875
security:
7976
apiToken:
8077
creationOfLegacyTokenEnabled: false
@@ -129,7 +126,7 @@ limited-cap:
129126
templates:
130127
- name: "default"
131128
namespace: "my-namespace"
132-
id: c5832014be0b7e82aceb9595d606a16fab59583b32ccab7601001667cff46846
129+
id: bac725a2dea235c68625370a7ce30daf2b3d8dcccda97d9672069b79f367f914
133130
containers:
134131
- name: "jnlp"
135132
alwaysPullImage: false
@@ -138,7 +135,7 @@ limited-cap:
138135
- envVar:
139136
key: "JENKINS_URL"
140137
value: "http://my-release-jenkins.my-namespace.svc.cluster.local:8080/"
141-
image: "jenkins/inbound-agent:3355.v388858a_47b_33-18"
138+
image: "jenkins/inbound-agent:3355.v388858a_47b_33-19"
142139
privileged: "false"
143140
resourceLimitCpu: 512m
144141
resourceLimitMemory: 512Mi
@@ -157,9 +154,6 @@ limited-cap:
157154
yamlMergeStrategy: override
158155
inheritYamlMergeStrategy: false
159156
slaveAgentPort: 50000
160-
crumbIssuer:
161-
standard:
162-
excludeClientIPFromCrumb: true
163157
security:
164158
apiToken:
165159
creationOfLegacyTokenEnabled: false

0 commit comments

Comments
 (0)