Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
The changelog until v1.5.7 was auto-generated based on git commits.
Those entries include a reference to the git commit to be able to get more details.

## 5.9.46

Update `kubernetes` to version `4540.v612369217f87`

## 5.9.45

Update `kubernetes` to version `4538.v5b_ce7f35b_257`
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: jenkins
type: application
home: https://www.jenkins.io/
version: 5.9.45
version: 5.9.46
appVersion: 2.568.1
description: >
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.
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/VALUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
| [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` |
| [controller.installLatestPlugins](./values.yaml#L428) | bool | Download the minimum required version or latest version of all dependencies | `true` |
| [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` |
| [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_"]` |
| [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:4540.v612369217f87","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2103.vd6f93c3e714a_"]` |
| [controller.javaOpts](./values.yaml#L171) | string | Append to `JAVA_OPTS` env var | `nil` |
| [controller.jenkinsAdminEmail](./values.yaml#L105) | string | Email address for the administrator of the Jenkins instance | `nil` |
| [controller.jenkinsHome](./values.yaml#L110) | string | Custom Jenkins home path | `"/var/jenkins_home"` |
Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/unittests/__snapshot__/config-test.yaml.snap
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
additional plugins config:
1: |
|-
kubernetes:4538.v5b_ce7f35b_257
kubernetes:4540.v612369217f87
workflow-aggregator:608.v67378e9d3db_1
git:5.10.1
configuration-as-code:2103.vd6f93c3e714a_
kubernetes-credentials-provider
default config without helm labels:
1: |
|-
kubernetes:4538.v5b_ce7f35b_257
kubernetes:4540.v612369217f87
workflow-aggregator:608.v67378e9d3db_1
git:5.10.1
configuration-as-code:2103.vd6f93c3e714a_
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ default values:
template:
metadata:
annotations:
checksum/config: 959433bf3030c90782c365e5bb7fbf19ed30bc70762867502f50dbaf3287062d
checksum/config: 01dd269214c2e3df9c093f0ad8ffa2b730f274e7d2ff45da7401a31d2383737c
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down Expand Up @@ -245,7 +245,7 @@ default values:
name: tmp-volume
render pod annotations:
1: |
checksum/config: 959433bf3030c90782c365e5bb7fbf19ed30bc70762867502f50dbaf3287062d
checksum/config: 01dd269214c2e3df9c093f0ad8ffa2b730f274e7d2ff45da7401a31d2383737c
fixed-annotation: some-fixed-annotation
templated-annotations: my-release
test scheme for config-reload:
Expand All @@ -259,7 +259,7 @@ test scheme for config-reload:
template:
metadata:
annotations:
checksum/config: 959433bf3030c90782c365e5bb7fbf19ed30bc70762867502f50dbaf3287062d
checksum/config: 01dd269214c2e3df9c093f0ad8ffa2b730f274e7d2ff45da7401a31d2383737c
labels:
app.kubernetes.io/component: jenkins-controller
app.kubernetes.io/instance: my-release
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ controller:
# Plugins will be installed during Jenkins controller start
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
installPlugins:
- kubernetes:4538.v5b_ce7f35b_257
- kubernetes:4540.v612369217f87
- workflow-aggregator:608.v67378e9d3db_1
- git:5.10.1
- configuration-as-code:2103.vd6f93c3e714a_
Expand Down
Loading