From 9e7a8671ef1013913a061c0781b83802c6ff141f Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Wed, 16 Jun 2021 10:20:13 -0700 Subject: [PATCH] Bump job image to include helm-set-status plugin (#103) * Bump job image to include helm-set-status plugin Signed-off-by: Brad Davidson --- pkg/helm/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/controller.go b/pkg/helm/controller.go index ea961fc8..28a5780f 100644 --- a/pkg/helm/controller.go +++ b/pkg/helm/controller.go @@ -30,7 +30,7 @@ import ( var ( trueVal = true commaRE = regexp.MustCompile(`\\*,`) - DefaultJobImage = "rancher/klipper-helm:v0.6.0-build20210608" + DefaultJobImage = "rancher/klipper-helm:v0.6.1-build20210616" ) type Controller struct {