Update Helm Chart - 0.5.0 release

This commit is contained in:
Tomasz Sęk 2021-01-18 16:13:27 +01:00
parent 0c253e7753
commit ae0fe371ba
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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