mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
update plugins to latest version (#14744)
This fixes a security vulnerability and ensures that Jenkins starts (at least today) without errors using the default plugins. Signed-off-by: Torsten Walter <mail@torstenwalter.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
01ca361c8e
commit
84336558e4
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 1.1.24
|
||||
version: 1.2.0
|
||||
appVersion: lts
|
||||
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
|
||||
|
||||
@@ -151,11 +151,11 @@ master:
|
||||
|
||||
# List of plugins to be install during Jenkins master start
|
||||
installPlugins:
|
||||
- kubernetes:1.14.0
|
||||
- workflow-job:2.31
|
||||
- kubernetes:1.16.0
|
||||
- workflow-job:2.32
|
||||
- workflow-aggregator:2.6
|
||||
- credentials-binding:1.17
|
||||
- git:3.9.1
|
||||
- credentials-binding:1.19
|
||||
- git:3.10.0
|
||||
|
||||
# Enable to always override the installed plugins with the values of 'master.installPlugins' on upgrade or redeployment.
|
||||
# overwritePlugins: true
|
||||
|
||||
Reference in New Issue
Block a user