Skip to content

Commit a6a6794

Browse files
chore(deps): update dependency kubernetes to v4280 (#1161)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 5554cec commit a6a6794

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.5.2
16+
17+
Update `kubernetes` to version `4280.vd919fa_528c7e`
18+
1519
## 5.5.1
1620

1721
Update `kubernetes` to version `4265.v78b_d4a_1c864a_`

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.5.1
5+
version: 5.5.2
66
appVersion: 2.452.3
77
description: >
88
Jenkins - Build great things at any scale! As the leading open source automation server, Jenkins provides over 1800 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
@@ -159,7 +159,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
159159
| [controller.initializeOnce](./values.yaml#L414) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
160160
| [controller.installLatestPlugins](./values.yaml#L403) | bool | Download the minimum required version or latest version of all dependencies | `true` |
161161
| [controller.installLatestSpecifiedPlugins](./values.yaml#L406) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
162-
| [controller.installPlugins](./values.yaml#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4265.v78b_d4a_1c864a_","workflow-aggregator:600.vb_57cdd26fdd7","git:5.2.2","configuration-as-code:1836.vccda_4a_122a_a_e"]` |
162+
| [controller.installPlugins](./values.yaml#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4280.vd919fa_528c7e","workflow-aggregator:600.vb_57cdd26fdd7","git:5.2.2","configuration-as-code:1836.vccda_4a_122a_a_e"]` |
163163
| [controller.javaOpts](./values.yaml#L156) | string | Append to `JAVA_OPTS` env var | `nil` |
164164
| [controller.jenkinsAdminEmail](./values.yaml#L96) | string | Email address for the administrator of the Jenkins instance | `nil` |
165165
| [controller.jenkinsHome](./values.yaml#L101) | 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:4265.v78b_d4a_1c864a_
4+
kubernetes:4280.vd919fa_528c7e
55
workflow-aggregator:600.vb_57cdd26fdd7
66
git:5.2.2
77
configuration-as-code:1836.vccda_4a_122a_a_e
88
kubernetes-credentials-provider
99
default config:
1010
1: |
1111
|-
12-
kubernetes:4265.v78b_d4a_1c864a_
12+
kubernetes:4280.vd919fa_528c7e
1313
workflow-aggregator:600.vb_57cdd26fdd7
1414
git:5.2.2
1515
configuration-as-code:1836.vccda_4a_122a_a_e

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: 57779ff436a1fbfa75f31319eedc3db02533b09a5e2a47b7ec08e1a9ed8e1862
18+
checksum/config: 2e0b003563d5f520b5cee69c7a0bb58df53a2beca59ef30c4c5c1c7a5fbb3e79
1919
labels:
2020
app.kubernetes.io/component: jenkins-controller
2121
app.kubernetes.io/instance: my-release
@@ -220,7 +220,7 @@ default values:
220220
name: tmp-volume
221221
render pod annotations:
222222
1: |
223-
checksum/config: 57779ff436a1fbfa75f31319eedc3db02533b09a5e2a47b7ec08e1a9ed8e1862
223+
checksum/config: 2e0b003563d5f520b5cee69c7a0bb58df53a2beca59ef30c4c5c1c7a5fbb3e79
224224
fixed-annotation: some-fixed-annotation
225225
templated-annotations: my-release
226226
test scheme for config-reload:
@@ -234,7 +234,7 @@ test scheme for config-reload:
234234
template:
235235
metadata:
236236
annotations:
237-
checksum/config: 57779ff436a1fbfa75f31319eedc3db02533b09a5e2a47b7ec08e1a9ed8e1862
237+
checksum/config: 2e0b003563d5f520b5cee69c7a0bb58df53a2beca59ef30c4c5c1c7a5fbb3e79
238238
labels:
239239
app.kubernetes.io/component: jenkins-controller
240240
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ controller:
393393
# Plugins will be installed during Jenkins controller start
394394
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
395395
installPlugins:
396-
- kubernetes:4265.v78b_d4a_1c864a_
396+
- kubernetes:4280.vd919fa_528c7e
397397
- workflow-aggregator:600.vb_57cdd26fdd7
398398
- git:5.2.2
399399
- configuration-as-code:1836.vccda_4a_122a_a_e

0 commit comments

Comments
 (0)