Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade jenkins and plugins versions #1

Merged
merged 1 commit into from
Jun 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions helm/jenkins-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Master:
Name: jenkins-master
Image: "jenkins/jenkins"
ImageTag: "2.109"
ImageTag: "2.126"
ImagePullPolicy: "Always"
Component: "jenkins-master"
UseSecurity: true
Expand All @@ -34,11 +34,11 @@ Master:
- 0.0.0.0/0
# List of plugins to be install during Jenkins master start
InstallPlugins:
- kubernetes:1.1
- kubernetes:1.7.1
- workflow-aggregator:2.5
- workflow-job:2.17
- credentials-binding:1.13
- git:3.6.4
- workflow-job:2.21
- credentials-binding:1.16
- git:3.9.1
- greenballs:1.15
# Used to approve a list of groovy functions in pipelines used the script-security plugin. Can be viewed under /scriptApproval
ScriptApproval:
Expand Down Expand Up @@ -93,7 +93,7 @@ NetworkPolicy:
Enabled: false
# For Kubernetes v1.4, v1.5 and v1.6, use 'extensions/v1beta1'
# For Kubernetes v1.7, use 'networking.k8s.io/v1'
ApiVersion: extensions/v1beta1
ApiVersion: networking.k8s.io/v1

## Install Default RBAC roles and bindings
rbac:
Expand All @@ -103,4 +103,3 @@ rbac:
apiVersion: v1beta1
# Cluster role reference
roleRef: cluster-admin