Bump helm-controller to work around tiller crashes

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2021-08-12 17:38:27 -07:00
committed by Brad Davidson
parent 389cd740c8
commit e9bdb995b9
5 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ import (
var (
trueVal = true
commaRE = regexp.MustCompile(`\\*,`)
DefaultJobImage = "rancher/klipper-helm:v0.6.3-build20210804"
DefaultJobImage = "rancher/klipper-helm:v0.6.4-build20210813"
)
type Controller struct {