Skip to content

Commit

Permalink
Fix k8s plugin version. (GoogleCloudPlatform#131)
Browse files Browse the repository at this point in the history
* Fix k8s plugin version.

* Update workflow-job plugin
  • Loading branch information
johnlabarge authored and Vic Iglesias committed Oct 4, 2018
1 parent c67a9f9 commit 6c028d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Master:
InstallPlugins:
- kubernetes:1.7.1
- kubernetes:1.12.6
- workflow-job:2.24
- workflow-aggregator:2.5
- workflow-job:2.21
- credentials-binding:1.16
- git:3.9.1
- google-oauth-plugin:0.6
Expand All @@ -19,4 +19,4 @@ NetworkPolicy:
ApiVersion: networking.k8s.io/v1
rbac:
install: true
serviceAccountName: cd-jenkins
serviceAccountName: cd-jenkins

0 comments on commit 6c028d9

Please sign in to comment.