mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/jenkins] Fix bad key in values.yaml (#1633)
* [stable/jenkins] Fix service account field name in values.yaml * bump chart version
This commit is contained in:
committed by
Adnan Abdulhussein
parent
d3f3c96793
commit
dc27e5af37
@@ -1,6 +1,6 @@
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.8.5
|
||||
version: 0.8.6
|
||||
appVersion: 2.67
|
||||
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:
|
||||
|
||||
@@ -124,7 +124,7 @@ NetworkPolicy:
|
||||
## Install Default RBAC roles and bindings
|
||||
rbac:
|
||||
install: false
|
||||
serviceAccount: default
|
||||
serviceAccountName: default
|
||||
# RBAC api version (currently either v1beta1 or v1alpha1)
|
||||
apiVersion: v1beta1
|
||||
# Cluster role reference
|
||||
|
||||
Reference in New Issue
Block a user