Skip to content

Commit

Permalink
docs: add jenkinsOpts and javaOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-goto committed Sep 7, 2023
1 parent 7f70016 commit fb956b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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.

## 4.6.3

Add values to documentation

## 4.6.2

Update word from hundreds to over 1800 to align with blurb at <https://github.com/jenkinsci/>.
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: jenkins
home: https://jenkins.io/
version: 4.6.2
version: 4.6.3
appVersion: 2.414.1
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides over 1800 plugins to support building, deploying and automating any project.
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/jenkins/VALUES_SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ The following tables list the configurable parameters of the Jenkins chart and t
| `controller.jenkinsUrl` | Set Jenkins URL if you are not using the ingress definitions provided by the chart | Not set |
| `controller.jenkinsUrlProtocol` | Set protocol for Jenkins URL | Set to `https` if `controller.ingress.tls`, `http` otherwise |
| `controller.jenkinsUriPrefix` | Root Uri Jenkins will be served on | Not set |
| `controller.jenkinsOpts` | Append to `JENKINS_OPTS` env var | Empty string |
| `controller.javaOpts` | Append to `JAVA_OPTS` env var | Empty string |

#### Jenkins In-Process Script Approval

Expand Down

0 comments on commit fb956b2

Please sign in to comment.