You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/jenkins/Chart.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@ apiVersion: v2
2
2
name: jenkins
3
3
type: application
4
4
home: https://www.jenkins.io/
5
-
version: 5.9.14
6
-
appVersion: 2.541.3
5
+
version: 5.9.18
6
+
appVersion: 2.555.1
7
7
description: >
8
8
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.
Copy file name to clipboardExpand all lines: charts/jenkins/VALUES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
32
32
|[agent.idleMinutes](./values.yaml#L1183)| int | Allows the Pod to remain active for reuse until the configured number of minutes has passed since the last step was executed on it |`0`|
33
33
|[agent.image.registry](./values.yaml#L1011)| string | Registry to pull the agent jnlp image from |`""`|
34
34
|[agent.image.repository](./values.yaml#L1013)| string | Repository to pull the agent jnlp image from |`"jenkins/inbound-agent"`|
35
-
|[agent.image.tag](./values.yaml#L1015)| string | Tag of the image to pull |`"3355.v388858a_47b_33-18"`|
35
+
|[agent.image.tag](./values.yaml#L1015)| string | Tag of the image to pull |`"3355.v388858a_47b_33-19"`|
36
36
|[agent.imagePullSecretName](./values.yaml#L1022)| string | Name of the secret to be used to pull the image |`nil`|
37
37
|[agent.inheritYamlMergeStrategy](./values.yaml#L1202)| bool | Controls whether the defined yaml merge strategy will be inherited if another defined pod template is configured to inherit from the current one |`false`|
38
38
|[agent.instanceCap](./values.yaml#L1166)| int | Max number of agents to launch for this type of agent |`2147483647`|
@@ -179,7 +179,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
179
179
|[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`|
180
180
|[controller.installLatestPlugins](./values.yaml#L428)| bool | Download the minimum required version or latest version of all dependencies |`true`|
181
181
|[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`|
182
-
|[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:4423.vb_59f230b_ce53","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2061.vc08919f7fc37"]`|
182
+
|[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:4423.vb_59f230b_ce53","workflow-aggregator:608.v67378e9d3db_1","git:5.10.1","configuration-as-code:2074.va_57f83f7a_10b_"]`|
183
183
|[controller.javaOpts](./values.yaml#L171)| string | Append to `JAVA_OPTS` env var |`nil`|
184
184
|[controller.jenkinsAdminEmail](./values.yaml#L105)| string | Email address for the administrator of the Jenkins instance |`nil`|
185
185
|[controller.jenkinsHome](./values.yaml#L110)| string | Custom Jenkins home path |`"/var/jenkins_home"`|
@@ -274,7 +274,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
274
274
|[controller.sidecars.configAutoReload.healthPort](./values.yaml#L589)| int | Port for sidecar health probes |`8060`|
275
275
|[controller.sidecars.configAutoReload.image.registry](./values.yaml#L582)| string | Registry for the image that triggers the reload |`"docker.io"`|
276
276
|[controller.sidecars.configAutoReload.image.repository](./values.yaml#L584)| string | Repository of the image that triggers the reload |`"kiwigrid/k8s-sidecar"`|
277
-
|[controller.sidecars.configAutoReload.image.tag](./values.yaml#L586)| string | Tag for the image that triggers the reload |`"2.5.0"`|
277
+
|[controller.sidecars.configAutoReload.image.tag](./values.yaml#L586)| string | Tag for the image that triggers the reload |`"2.6.0"`|
0 commit comments