Skip to content

Commit

Permalink
[stable/jenkins] - Workflow plugin pin (helm#1178)
Browse files Browse the repository at this point in the history
The latest release of https://plugins.jenkins.io/workflow-job, 2.12, requires an upgrade to the Jenkins 2.60.x line.  Instead of taking the chart off the LTS line of Jenkins, I opted for pinning the explicit version to enable easy installation and lower risk.
  • Loading branch information
jrnt30 authored and lachie83 committed Jun 5, 2017
1 parent 75b5b11 commit ac3a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.7.1
version: 0.7.2
appVersion: 2.46.3
description: Open source continuous integration server. It supports multiple SCM tools including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based projects as well as arbitrary scripts.
sources:
Expand Down
1 change: 1 addition & 0 deletions stable/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Master:
InstallPlugins:
- kubernetes:0.11
- workflow-aggregator:2.5
- workflow-job:2.11
- credentials-binding:1.11
- git:3.2.0
# Used to approve a list of groovy functions in pipelines used the script-security plugin. Can be viewed under /scriptApproval
Expand Down

0 comments on commit ac3a0c7

Please sign in to comment.