Skip to content

Commit bf5744d

Browse files
chore(deps): update dependency kubernetes to v4347 (#1384)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 13f3c1f commit bf5744d

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.50
16+
17+
Update `kubernetes` to version `4347.va_c0cf1c32f38`
18+
1519
## 5.8.49
1620

1721
Update `jenkins/inbound-agent` to version `3309.v27b_9314fd1a_4-3`

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.49
5+
version: 5.8.50
66
appVersion: 2.504.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.

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:4340.v345364d31a_2a_","workflow-aggregator:608.v67378e9d3db_1","git:5.7.0","configuration-as-code:1967.va_968e15fd05b_"]` |
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:4347.va_c0cf1c32f38","workflow-aggregator:608.v67378e9d3db_1","git:5.7.0","configuration-as-code:1967.va_968e15fd05b_"]` |
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:4340.v345364d31a_2a_
4+
kubernetes:4347.va_c0cf1c32f38
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.7.0
77
configuration-as-code:1967.va_968e15fd05b_
88
kubernetes-credentials-provider
99
default config:
1010
1: |
1111
|-
12-
kubernetes:4340.v345364d31a_2a_
12+
kubernetes:4347.va_c0cf1c32f38
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.7.0
1515
configuration-as-code:1967.va_968e15fd05b_

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: de2109569c44818461c34a4636ea5c2ab003d5804acd734fa606d234d97273b6
18+
checksum/config: 173cbba5807e2ddc7d515443cca924bbd902b5e007d02f6c8f85a1c05819c568
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: de2109569c44818461c34a4636ea5c2ab003d5804acd734fa606d234d97273b6
225+
checksum/config: 173cbba5807e2ddc7d515443cca924bbd902b5e007d02f6c8f85a1c05819c568
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: de2109569c44818461c34a4636ea5c2ab003d5804acd734fa606d234d97273b6
239+
checksum/config: 173cbba5807e2ddc7d515443cca924bbd902b5e007d02f6c8f85a1c05819c568
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:4340.v345364d31a_2a_
405+
- kubernetes:4347.va_c0cf1c32f38
406406
- workflow-aggregator:608.v67378e9d3db_1
407407
- git:5.7.0
408408
- configuration-as-code:1967.va_968e15fd05b_

0 commit comments

Comments
 (0)