Skip to content

Commit 5e264e2

Browse files
committed
bump klipper-helm image tag
Signed-off-by: raulcabello <raul.cabello@suse.com>
1 parent d621e3d commit 5e264e2

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
@@ -31,7 +31,7 @@ var (
3131
trueVal = true
3232
commaRE = regexp.MustCompile(`\\*,`)
3333
deletePolicy = meta.DeletePropagationForeground
34-
DefaultJobImage = "rancher/klipper-helm:v0.6.7-build20211110"
34+
DefaultJobImage = "rancher/klipper-helm:v0.6.8-build20211123"
3535
)
3636

3737
type Controller struct {

0 commit comments

Comments
 (0)