Skip to content

Commit 4d509b9

Browse files
committed
Bump klipper-helm image for k3s-io/k3s#3843
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 1510a71 commit 4d509b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/helm/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
var (
3131
trueVal = true
3232
commaRE = regexp.MustCompile(`\\*,`)
33-
DefaultJobImage = "rancher/klipper-helm:v0.6.3-build20210804"
33+
DefaultJobImage = "rancher/klipper-helm:v0.6.4-build20210813"
3434
)
3535

3636
type Controller struct {

0 commit comments

Comments
 (0)