From e1b1e9cb3c9c14e51695b8cfe722a2aab64b5b64 Mon Sep 17 00:00:00 2001 From: Szymon Fugas Date: Wed, 22 Jun 2022 17:46:49 +0200 Subject: [PATCH] Bump to 0.7.1 (#752) --- chart/jenkins-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/jenkins-operator/values.yaml b/chart/jenkins-operator/values.yaml index b8f65102..5c72b812 100644 --- a/chart/jenkins-operator/values.yaml +++ b/chart/jenkins-operator/values.yaml @@ -284,7 +284,7 @@ operator: replicaCount: 1 # image is the name (and tag) of the Jenkins Operator image - image: virtuslab/jenkins-operator:v0.7.0 + image: virtuslab/jenkins-operator:v0.7.1 # imagePullPolicy defines policy for pulling images imagePullPolicy: IfNotPresent