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
+1-1Lines changed: 1 addition & 1 deletion
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.114
5
+
version: 5.8.115
6
6
appVersion: 2.528.3
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
@@ -116,7 +116,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
116
116
|[controller.containerEnvFrom](./values.yaml#L155)| list | Environment variable sources for Jenkins Container |`[]`|
117
117
|[controller.containerSecurityContext](./values.yaml#L213)| object | Allow controlling the securityContext for the jenkins container |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsUser":1000}`|
118
118
|[controller.csrf.defaultCrumbIssuer.enabled](./values.yaml#L354)| bool | Enable the default CSRF Crumb issuer |`true`|
|[controller.csrf.defaultCrumbIssuer.proxyCompatability](./values.yaml#L356)| bool | Enable proxy compatibility. This setting is ignored if you are not on the current LTS release and will be dropped with the next LTS.|`true`|
120
120
|[controller.customInitContainers](./values.yaml#L556)| list | Custom init-container specification in raw-yaml format |`[]`|
121
121
|[controller.customJenkinsLabels](./values.yaml#L71)| list | Append Jenkins labels to the controller |`[]`|
122
122
|[controller.disableRememberMe](./values.yaml#L62)| bool | Disable use of remember me |`false`|
0 commit comments