Update Helm Chart - 0.5.0 release
This commit is contained in:
parent
0c253e7753
commit
ae0fe371ba
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.4.0"
|
||||
appVersion: "0.5.0"
|
||||
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
|
||||
name: jenkins-operator
|
||||
version: 0.3.4
|
||||
version: 0.4.0
|
||||
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ operator:
|
|||
replicaCount: 1
|
||||
|
||||
# image is the name (and tag) of the Jenkins Operator image
|
||||
image: virtuslab/jenkins-operator:v0.4.0
|
||||
image: virtuslab/jenkins-operator:v0.5.0
|
||||
|
||||
# imagePullPolicy defines policy for pulling images
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
|||
Loading…
Reference in New Issue