Skip to content

Commit 96737f8

Browse files
chore(deps): update dependency configuration-as-code to v1897 (#1242)
Co-authored-by: jenkins-dependency-updater[bot] <81680575+jenkins-dependency-updater[bot]@users.noreply.github.com>
1 parent 4fc4874 commit 96737f8

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

charts/jenkins/CHANGELOG.md

+4
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.7.13
16+
17+
Update `configuration-as-code` to version `1897.v79281e066ea_7`
18+
1519
## 5.7.12
1620

1721
Update `configuration-as-code` to version `1887.v9e47623cb_043`

charts/jenkins/Chart.yaml

+1-1
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.7.12
5+
version: 5.7.13
66
appVersion: 2.479.1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
165165
| [controller.initializeOnce](./values.yaml#L420) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
166166
| [controller.installLatestPlugins](./values.yaml#L409) | bool | Download the minimum required version or latest version of all dependencies | `true` |
167167
| [controller.installLatestSpecifiedPlugins](./values.yaml#L412) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
168-
| [controller.installPlugins](./values.yaml#L401) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4295.v7fa_01b_309c95","workflow-aggregator:600.vb_57cdd26fdd7","git:5.6.0","configuration-as-code:1887.v9e47623cb_043"]` |
168+
| [controller.installPlugins](./values.yaml#L401) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4295.v7fa_01b_309c95","workflow-aggregator:600.vb_57cdd26fdd7","git:5.6.0","configuration-as-code:1897.v79281e066ea_7"]` |
169169
| [controller.javaOpts](./values.yaml#L162) | string | Append to `JAVA_OPTS` env var | `nil` |
170170
| [controller.jenkinsAdminEmail](./values.yaml#L96) | string | Email address for the administrator of the Jenkins instance | `nil` |
171171
| [controller.jenkinsHome](./values.yaml#L101) | string | Custom Jenkins home path | `"/var/jenkins_home"` |

charts/jenkins/unittests/__snapshot__/config-test.yaml.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ additional plugins config:
44
kubernetes:4295.v7fa_01b_309c95
55
workflow-aggregator:600.vb_57cdd26fdd7
66
git:5.6.0
7-
configuration-as-code:1887.v9e47623cb_043
7+
configuration-as-code:1897.v79281e066ea_7
88
kubernetes-credentials-provider
99
default config:
1010
1: |
1111
|-
1212
kubernetes:4295.v7fa_01b_309c95
1313
workflow-aggregator:600.vb_57cdd26fdd7
1414
git:5.6.0
15-
configuration-as-code:1887.v9e47623cb_043
15+
configuration-as-code:1897.v79281e066ea_7

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default values:
1515
template:
1616
metadata:
1717
annotations:
18-
checksum/config: 8bf804f002887cd93f64941bbe336edf7d4536b338f670b289b5c39b799e0988
18+
checksum/config: ef4344c1a26cdd127c8de3a743b92f95ab08455ae6a18239dbcfcb23aabdae87
1919
labels:
2020
app.kubernetes.io/component: jenkins-controller
2121
app.kubernetes.io/instance: my-release
@@ -221,7 +221,7 @@ default values:
221221
name: tmp-volume
222222
render pod annotations:
223223
1: |
224-
checksum/config: 8bf804f002887cd93f64941bbe336edf7d4536b338f670b289b5c39b799e0988
224+
checksum/config: ef4344c1a26cdd127c8de3a743b92f95ab08455ae6a18239dbcfcb23aabdae87
225225
fixed-annotation: some-fixed-annotation
226226
templated-annotations: my-release
227227
test scheme for config-reload:
@@ -235,7 +235,7 @@ test scheme for config-reload:
235235
template:
236236
metadata:
237237
annotations:
238-
checksum/config: 8bf804f002887cd93f64941bbe336edf7d4536b338f670b289b5c39b799e0988
238+
checksum/config: ef4344c1a26cdd127c8de3a743b92f95ab08455ae6a18239dbcfcb23aabdae87
239239
labels:
240240
app.kubernetes.io/component: jenkins-controller
241241
app.kubernetes.io/instance: my-release

charts/jenkins/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ controller:
402402
- kubernetes:4295.v7fa_01b_309c95
403403
- workflow-aggregator:600.vb_57cdd26fdd7
404404
- git:5.6.0
405-
- configuration-as-code:1887.v9e47623cb_043
405+
- configuration-as-code:1897.v79281e066ea_7
406406

407407
# If set to false, Jenkins will download the minimum required version of all dependencies.
408408
# -- Download the minimum required version or latest version of all dependencies

0 commit comments

Comments
 (0)