Skip to content

Commit 32c2e08

Browse files
committed
Bump default job image to v0.8.2-build20230815
Signed-off-by: Brad Davidson <[email protected]>
1 parent 345c53c commit 32c2e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/chart/chart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353
var (
5454
commaRE = regexp.MustCompile(`\\*,`)
5555
deletePolicy = metav1.DeletePropagationForeground
56-
DefaultJobImage = "rancher/klipper-helm:v0.8.0-build20230510"
56+
DefaultJobImage = "rancher/klipper-helm:v0.8.2-build20230815"
5757
DefaultFailurePolicy = FailurePolicyReinstall
5858
defaultBackOffLimit = pointer.Int32(1000)
5959
)

0 commit comments

Comments
 (0)