Skip to content

Commit f066e30

Browse files
chore(deps): update dependency kubernetes to v4538 (#1725)
1 parent 29358b4 commit f066e30

6 files changed

Lines changed: 12 additions & 8 deletions

File tree

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.9.45
16+
17+
Update `kubernetes` to version `4538.v5b_ce7f35b_257`
18+
1519
## 5.9.44
1620

1721
Update `jenkins/inbound-agent` to version `3384.v60d89463d9e0-1`

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.9.44
5+
version: 5.9.45
66
appVersion: 2.568.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
@@ -180,7 +180,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
180180
| [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` |
181181
| [controller.installLatestPlugins](./values.yaml#L428) | bool | Download the minimum required version or latest version of all dependencies | `true` |
182182
| [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` |
183-
| [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:4467.vf26561292824","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2103.vd6f93c3e714a_"]` |
183+
| [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:4538.v5b_ce7f35b_257","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2103.vd6f93c3e714a_"]` |
184184
| [controller.javaOpts](./values.yaml#L171) | string | Append to `JAVA_OPTS` env var | `nil` |
185185
| [controller.jenkinsAdminEmail](./values.yaml#L105) | string | Email address for the administrator of the Jenkins instance | `nil` |
186186
| [controller.jenkinsHome](./values.yaml#L110) | 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:4467.vf26561292824
4+
kubernetes:4538.v5b_ce7f35b_257
55
workflow-aggregator:608.v67378e9d3db_1
66
git:5.10.1
77
configuration-as-code:2103.vd6f93c3e714a_
88
kubernetes-credentials-provider
99
default config without helm labels:
1010
1: |
1111
|-
12-
kubernetes:4467.vf26561292824
12+
kubernetes:4538.v5b_ce7f35b_257
1313
workflow-aggregator:608.v67378e9d3db_1
1414
git:5.10.1
1515
configuration-as-code:2103.vd6f93c3e714a_

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: 6a262830ecca0dfd775d22ceb98c6610b764dcb287ec392f09082550c97fa861
32+
checksum/config: 959433bf3030c90782c365e5bb7fbf19ed30bc70762867502f50dbaf3287062d
3333
labels:
3434
app.kubernetes.io/component: jenkins-controller
3535
app.kubernetes.io/instance: my-release
@@ -245,7 +245,7 @@ default values:
245245
name: tmp-volume
246246
render pod annotations:
247247
1: |
248-
checksum/config: 6a262830ecca0dfd775d22ceb98c6610b764dcb287ec392f09082550c97fa861
248+
checksum/config: 959433bf3030c90782c365e5bb7fbf19ed30bc70762867502f50dbaf3287062d
249249
fixed-annotation: some-fixed-annotation
250250
templated-annotations: my-release
251251
test scheme for config-reload:
@@ -259,7 +259,7 @@ test scheme for config-reload:
259259
template:
260260
metadata:
261261
annotations:
262-
checksum/config: 6a262830ecca0dfd775d22ceb98c6610b764dcb287ec392f09082550c97fa861
262+
checksum/config: 959433bf3030c90782c365e5bb7fbf19ed30bc70762867502f50dbaf3287062d
263263
labels:
264264
app.kubernetes.io/component: jenkins-controller
265265
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ controller:
418418
# Plugins will be installed during Jenkins controller start
419419
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
420420
installPlugins:
421-
- kubernetes:4467.vf26561292824
421+
- kubernetes:4538.v5b_ce7f35b_257
422422
- workflow-aggregator:608.v67378e9d3db_1
423423
- git:5.10.1
424424
- configuration-as-code:2103.vd6f93c3e714a_

0 commit comments

Comments
 (0)