Skip to content

Commit ff03a03

Browse files
chore(deps): update dependency kubernetes to v4371 (#1482)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 2f00ce1 commit ff03a03

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
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.86
16+
17+
Update `kubernetes` to version `4371.vb_33b_086d54a_1`
18+
1519
## 5.8.85
1620

1721
Update `jenkins/inbound-agent` to version `3327.v868139a_d00e0-7`

charts/jenkins/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.85
5+
version: 5.8.86
66
appVersion: 2.516.2
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.

charts/jenkins/VALUES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
167167
| [controller.initializeOnce](./values.yaml#L429) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
168168
| [controller.installLatestPlugins](./values.yaml#L418) | bool | Download the minimum required version or latest version of all dependencies | `true` |
169169
| [controller.installLatestSpecifiedPlugins](./values.yaml#L421) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
170-
| [controller.installPlugins](./values.yaml#L410) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4369.va_9a_89327dd35","workflow-aggregator:608.v67378e9d3db_1","git:5.7.0","configuration-as-code:1985.vdda_32d0c4ea_b_"]` |
170+
| [controller.installPlugins](./values.yaml#L410) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4371.vb_33b_086d54a_1","workflow-aggregator:608.v67378e9d3db_1","git:5.7.0","configuration-as-code:1985.vdda_32d0c4ea_b_"]` |
171171
| [controller.javaOpts](./values.yaml#L164) | string | Append to `JAVA_OPTS` env var | `nil` |
172172
| [controller.jenkinsAdminEmail](./values.yaml#L98) | string | Email address for the administrator of the Jenkins instance | `nil` |
173173
| [controller.jenkinsHome](./values.yaml#L103) | string | Custom Jenkins home path | `"/var/jenkins_home"` |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
additional plugins config:
22
1: |
33
|-
4-
kubernetes:4369.va_9a_89327dd35
4+
kubernetes:4371.vb_33b_086d54a_1
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.7.0
77
configuration-as-code:1985.vdda_32d0c4ea_b_
88
kubernetes-credentials-provider
99
default config without helm labels:
1010
1: |
1111
|-
12-
kubernetes:4369.va_9a_89327dd35
12+
kubernetes:4371.vb_33b_086d54a_1
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.7.0
1515
configuration-as-code:1985.vdda_32d0c4ea_b_

charts/jenkins/unittests/__snapshot__/jenkins-controller-statefulset-test.yaml.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default values:
2929
template:
3030
metadata:
3131
annotations:
32-
checksum/config: dec73b95a7b70b2139c41eea642a2eb96f625a91ea7e2c779b56c8a7cc6198eb
32+
checksum/config: 8c35f0e9de90473f03241622a006630af38e4079161a095de82f14a3590782b9
3333
labels:
3434
app.kubernetes.io/component: jenkins-controller
3535
app.kubernetes.io/instance: my-release
@@ -236,7 +236,7 @@ default values:
236236
name: tmp-volume
237237
render pod annotations:
238238
1: |
239-
checksum/config: dec73b95a7b70b2139c41eea642a2eb96f625a91ea7e2c779b56c8a7cc6198eb
239+
checksum/config: 8c35f0e9de90473f03241622a006630af38e4079161a095de82f14a3590782b9
240240
fixed-annotation: some-fixed-annotation
241241
templated-annotations: my-release
242242
test scheme for config-reload:
@@ -250,7 +250,7 @@ test scheme for config-reload:
250250
template:
251251
metadata:
252252
annotations:
253-
checksum/config: dec73b95a7b70b2139c41eea642a2eb96f625a91ea7e2c779b56c8a7cc6198eb
253+
checksum/config: 8c35f0e9de90473f03241622a006630af38e4079161a095de82f14a3590782b9
254254
labels:
255255
app.kubernetes.io/component: jenkins-controller
256256
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ controller:
408408
# Plugins will be installed during Jenkins controller start
409409
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
410410
installPlugins:
411-
- kubernetes:4369.va_9a_89327dd35
411+
- kubernetes:4371.vb_33b_086d54a_1
412412
- workflow-aggregator:608.v67378e9d3db_1
413413
- git:5.7.0
414414
- configuration-as-code:1985.vdda_32d0c4ea_b_

0 commit comments

Comments
 (0)