Skip to content

Commit

Permalink
Bump DefaultJobImage
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Mar 16, 2022
1 parent f2151c7 commit 341b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
var (
commaRE = regexp.MustCompile(`\\*,`)
deletePolicy = meta.DeletePropagationForeground
DefaultJobImage = "rancher/klipper-helm:v0.6.8-build20211123"
DefaultJobImage = "rancher/klipper-helm:v0.7.0-build20220315"
DefaultFailurePolicy = FailurePolicyReinstall
)

Expand Down

0 comments on commit 341b2ea

Please sign in to comment.