Skip to content

Commit 4625a00

Browse files
chore(deps): update dependency kubernetes to v4353 (#1390)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 96b5cc4 commit 4625a00

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.55
16+
17+
Update `kubernetes` to version `4353.vb_47977da_9417`
18+
1519
## 5.8.54
1620

1721
Update `kubernetes` to version `4350.va_0283de0d6d6`

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.54
5+
version: 5.8.55
66
appVersion: 2.504.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
@@ -166,7 +166,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
166166
| [controller.initializeOnce](./values.yaml#L423) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
167167
| [controller.installLatestPlugins](./values.yaml#L412) | bool | Download the minimum required version or latest version of all dependencies | `true` |
168168
| [controller.installLatestSpecifiedPlugins](./values.yaml#L415) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
169-
| [controller.installPlugins](./values.yaml#L404) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4350.va_0283de0d6d6","workflow-aggregator:608.v67378e9d3db_1","git:5.7.0","configuration-as-code:1971.vf9280461ea_89"]` |
169+
| [controller.installPlugins](./values.yaml#L404) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4353.vb_47977da_9417","workflow-aggregator:608.v67378e9d3db_1","git:5.7.0","configuration-as-code:1971.vf9280461ea_89"]` |
170170
| [controller.javaOpts](./values.yaml#L161) | string | Append to `JAVA_OPTS` env var | `nil` |
171171
| [controller.jenkinsAdminEmail](./values.yaml#L95) | string | Email address for the administrator of the Jenkins instance | `nil` |
172172
| [controller.jenkinsHome](./values.yaml#L100) | 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:4350.va_0283de0d6d6
4+
kubernetes:4353.vb_47977da_9417
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.7.0
77
configuration-as-code:1971.vf9280461ea_89
88
kubernetes-credentials-provider
99
default config:
1010
1: |
1111
|-
12-
kubernetes:4350.va_0283de0d6d6
12+
kubernetes:4353.vb_47977da_9417
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.7.0
1515
configuration-as-code:1971.vf9280461ea_89

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default values:
1515
template:
1616
metadata:
1717
annotations:
18-
checksum/config: 1729b586574486aa13e82618c85e0213cd2850ba34ea0e0208e1a2a06bc82f60
18+
checksum/config: 3f2b0a1e7e353f17d9c7ed6fe2264976cf626aaf9c81c6cfe1682277c81713ff
1919
labels:
2020
app.kubernetes.io/component: jenkins-controller
2121
app.kubernetes.io/instance: my-release
@@ -222,7 +222,7 @@ default values:
222222
name: tmp-volume
223223
render pod annotations:
224224
1: |
225-
checksum/config: 1729b586574486aa13e82618c85e0213cd2850ba34ea0e0208e1a2a06bc82f60
225+
checksum/config: 3f2b0a1e7e353f17d9c7ed6fe2264976cf626aaf9c81c6cfe1682277c81713ff
226226
fixed-annotation: some-fixed-annotation
227227
templated-annotations: my-release
228228
test scheme for config-reload:
@@ -236,7 +236,7 @@ test scheme for config-reload:
236236
template:
237237
metadata:
238238
annotations:
239-
checksum/config: 1729b586574486aa13e82618c85e0213cd2850ba34ea0e0208e1a2a06bc82f60
239+
checksum/config: 3f2b0a1e7e353f17d9c7ed6fe2264976cf626aaf9c81c6cfe1682277c81713ff
240240
labels:
241241
app.kubernetes.io/component: jenkins-controller
242242
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ controller:
402402
# Plugins will be installed during Jenkins controller start
403403
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
404404
installPlugins:
405-
- kubernetes:4350.va_0283de0d6d6
405+
- kubernetes:4353.vb_47977da_9417
406406
- workflow-aggregator:608.v67378e9d3db_1
407407
- git:5.7.0
408408
- configuration-as-code:1971.vf9280461ea_89

0 commit comments

Comments
 (0)