Skip to content

Commit 255f905

Browse files
committed
Bump default job image to v0.8.3-build20240228
Signed-off-by: Brad Davidson <[email protected]>
1 parent b3855d4 commit 255f905

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.2-build20230815"
56+
DefaultJobImage = "rancher/klipper-helm:v0.8.3-build20240228"
5757
DefaultFailurePolicy = FailurePolicyReinstall
5858
defaultBackOffLimit = pointer.Int32(1000)
5959

0 commit comments

Comments
 (0)