Skip to content

Commit

Permalink
Updating git plugin version (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Tyr <jiri.tyr@gmail.com>
  • Loading branch information
jtyr authored Jan 28, 2021
1 parent 4b159b8 commit 0f35893
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
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 change log 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.

## 3.1.4

Update Git plugin version to v4.5.2

## 3.1.3

Update Jenkins image and appVersion to jenkins lts release version 2.263.3
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: 3.1.3
version: 3.1.4
appVersion: 2.263.3
description: Jenkins - Build great things at any scale! The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/VALUES_SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following tables list the configurable parameters of the Jenkins chart and t

| Parameter | Description | Default |
| --------------------------------- | ------------------------------------ | ----------------------------------------- |
| `controller.installPlugins` | List of Jenkins plugins to install. If you don't want to install plugins set it to `[]` | `kubernetes:1.27.6 workflow-aggregator:2.6 git:4.4.5 configuration-as-code:1.46` |
| `controller.installPlugins` | List of Jenkins plugins to install. If you don't want to install plugins set it to `[]` | `kubernetes:1.27.6 workflow-aggregator:2.6 git:4.5.2 configuration-as-code:1.46` |
| `controller.additionalPlugins` | List of Jenkins plugins to install in addition to those listed in controller.installPlugins | `[]` |
| `controller.initializeOnce` | Initialize only on first install. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true`. | `false` |
| `controller.overwritePlugins` | Overwrite installed plugins on start.| `false` |
Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/tests/config-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests:
value: |-
kubernetes:1.27.6
workflow-aggregator:2.6
git:4.4.5
git:4.5.2
configuration-as-code:1.46
- it: no plugins
set:
Expand Down Expand Up @@ -93,6 +93,6 @@ tests:
value: |-
kubernetes:1.27.6
workflow-aggregator:2.6
git:4.4.5
git:4.5.2
configuration-as-code:1.46
kubernetes-credentials-provider
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tests:
template:
metadata:
annotations:
checksum/config: c1970219d6ed4463c3aeb25c5a1acd68574d1ec9a847361e630893f69cc49dc0
checksum/config: df3de6275280d65eb256e11acbd827e974a683764acc280359fd6bee9d7363d5
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 @@ -193,7 +193,7 @@ controller:
installPlugins:
- kubernetes:1.27.6
- workflow-aggregator:2.6
- git:4.4.5
- git:4.5.2
- configuration-as-code:1.46

# List of plugins to install in addition to those listed in controller.installPlugins
Expand Down

0 comments on commit 0f35893

Please sign in to comment.