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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ apiVersion: v2
2
2
name: jenkins
3
3
type: application
4
4
home: https://www.jenkins.io/
5
-
version: 5.8.105
5
+
version: 5.8.106
6
6
appVersion: 2.528.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
+1-1Lines changed: 1 addition & 1 deletion
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#L1139)| 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#L967)| string | Registry to pull the agent jnlp image from |`""`|
34
34
|[agent.image.repository](./values.yaml#L969)| string | Repository to pull the agent jnlp image from |`"jenkins/inbound-agent"`|
35
-
|[agent.image.tag](./values.yaml#L971)| string | Tag of the image to pull |`"3345.v03dee9b_f88fc-3"`|
35
+
|[agent.image.tag](./values.yaml#L971)| string | Tag of the image to pull |`"3345.v03dee9b_f88fc-5"`|
36
36
|[agent.imagePullSecretName](./values.yaml#L978)| string | Name of the secret to be used to pull the image |`nil`|
37
37
|[agent.inheritYamlMergeStrategy](./values.yaml#L1158)| 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#L1122)| int | Max number of agents to launch for this type of agent |`2147483647`|
0 commit comments