Update Helm Chart - 0.4.0 release

This commit is contained in:
Tomasz Sęk 2020-04-14 09:35:41 +02:00
parent 307847dbc8
commit 0b625033a4
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: v1
appVersion: "0.3.3"
appVersion: "0.4.0"
description: Kubernetes native operator which fully manages Jenkins on Kubernetes
name: jenkins-operator
version: 0.1.0
version: 0.1.1
icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png

View File

@ -196,7 +196,7 @@ operator:
replicaCount: 1
# image is the name (and tag) of the Jenkins Operator image
image: virtuslab/jenkins-operator:v0.3.3
image: virtuslab/jenkins-operator:v0.4.0
# imagePullPolicy defines policy for pulling images
imagePullPolicy: IfNotPresent