diff --git a/pkg/helm/controller.go b/pkg/helm/controller.go index 28a5780f..538893a7 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.1-build20210616" + DefaultJobImage = "rancher/klipper-helm:v0.6.2-build20210803" ) type Controller struct {