mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Update Jenkins to Latest LTS fixes #731 * Update Git Plugin to Latest Version
This commit is contained in:
committed by
Michael Goodness
parent
5ba28e43b2
commit
e9a3aed8b6
@@ -1,6 +1,6 @@
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
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:
|
||||
- https://github.com/jenkinsci/jenkins
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM jenkins:2.19.4
|
||||
RUN /usr/local/bin/install-plugins.sh kubernetes:0.10 workflow-aggregator:2.4 credentials-binding:1.10 git:3.0.1 \
|
||||
FROM jenkins:2.32.3
|
||||
RUN /usr/local/bin/install-plugins.sh kubernetes:0.11 workflow-aggregator:2.5 credentials-binding:1.10 git:3.1.0 \
|
||||
&& mkdir -p /usr/share/jenkins/ref/secrets/ \
|
||||
&& echo "false" > /usr/share/jenkins/ref/secrets/slave-to-master-security-kill-switch
|
||||
|
||||
@@ -9,7 +9,7 @@ data:
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<hudson>
|
||||
<disabledAdministrativeMonitors/>
|
||||
<version>2.19.4</version>
|
||||
<version>2.32.3</version>
|
||||
<numExecutors>0</numExecutors>
|
||||
<mode>NORMAL</mode>
|
||||
<useSecurity>{{ .Values.Master.UseSecurity }}</useSecurity>
|
||||
@@ -26,7 +26,7 @@ data:
|
||||
<viewsTabBar class="hudson.views.DefaultViewsTabBar"/>
|
||||
<myViewsTabBar class="hudson.views.DefaultMyViewsTabBar"/>
|
||||
<clouds>
|
||||
<org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud plugin="kubernetes@0.10">
|
||||
<org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud plugin="kubernetes@0.11">
|
||||
<name>kubernetes</name>
|
||||
<templates>
|
||||
<org.csanchez.jenkins.plugins.kubernetes.PodTemplate>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Master:
|
||||
Name: jenkins-master
|
||||
Image: "gcr.io/kubernetes-charts-ci/jenkins-master-k8s"
|
||||
ImageTag: "v0.6.0"
|
||||
ImageTag: "v0.7.0"
|
||||
ImagePullPolicy: "Always"
|
||||
Component: "jenkins-master"
|
||||
UseSecurity: true
|
||||
|
||||
Reference in New Issue
Block a user