Skip to content

Commit

Permalink
update jenkins 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins committed Apr 22, 2020
1 parent 653b5c1 commit 3ecb1af
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ target
.project
.settings
.classpath
/vagrant-provisioning/.vagrant/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
##### Then

1. Go to `/vagrant-provisioning` and `$ vagrant up`
1. Setup the dynamic nfs provisioner (`$ kubectl create -f nfs-provisioner/`)
1. `$ mkdir ~/.kube`
1. `$ scp [email protected]:/etc/kubernetes/admin.conf $HOME/.kube/config` using `kubeadmin` as the password
1. Setup the dynamic nfs provisioner (`$ kubectl create -f nfs-provisioner/`)

## Deploy jenkins

Expand Down
2 changes: 1 addition & 1 deletion jenkins-chart/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: jenkins
version: 1.10.1
version: 1.13.0
repository: https://kubernetes-charts.storage.googleapis.com/
12 changes: 6 additions & 6 deletions jenkins-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jenkins:
master:
componentName: jenkins-master
image: "jenkins/jenkins"
imageTag: "2.230"
imageTag: "2.232"
imagePullPolicy: "Always"
component: "jenkins-master"
useSecurity: true
Expand Down Expand Up @@ -47,8 +47,8 @@ jenkins:
- pipeline-model-declarative-agent:1.1.1
- kubernetes-cli:1.8.2
- workflow-multibranch:2.21
- credentials:2.3.5
- mailer:1.30
- credentials:2.3.6
- mailer:1.32
- blueocean-pipeline-api-impl:1.22.0
- junit:1.28
- blueocean-jwt:1.22.0
Expand All @@ -73,7 +73,7 @@ jenkins:
- pipeline-milestone-step:1.3.1
- pipeline-stage-tags-metadata:1.6.0
- git-client:3.2.1
- github-api:1.110
- github-api:1.111
- github-branch-source:2.6.0
- jquery-detached:1.2.1
- scm-api:2.6.3
Expand All @@ -89,7 +89,7 @@ jenkins:
- pipeline-model-api:1.6.0
- jenkins-design-language:1.22.0
- kubernetes-client-api:4.8.0-1
- configuration-as-code:1.38
- configuration-as-code:1.39
- structs:1.20
- jdk-tool:1.4
- workflow-durable-task-step:2.35
Expand All @@ -116,7 +116,7 @@ jenkins:
- htmlpublisher:1.22
- pipeline-stage-step:2.3
- docker-commons:1.16
- snakeyaml-api:1.26.2
- snakeyaml-api:1.26.4

agent:
image: "docker.io/sergiomartins8/base-build"
Expand Down

0 comments on commit 3ecb1af

Please sign in to comment.