Skip to content

Commit 9434db9

Browse files
Merge pull request #126 from raulcabello/master
bump klipper-helm image tag
2 parents d621e3d + 5e264e2 commit 9434db9

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)