Skip to content

Commit dac1b5e

Browse files
cwayne18brandond
authored andcommitted
Bump helm-controller job image
Signed-off-by: Chris Wayne <[email protected]>
1 parent fcdaa90 commit dac1b5e

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
@@ -58,7 +58,7 @@ const (
5858
var (
5959
commaRE = regexp.MustCompile(`\\*,`)
6060
deletePolicy = metav1.DeletePropagationForeground
61-
DefaultJobImage = "rancher/klipper-helm:v0.9.7-build20250616"
61+
DefaultJobImage = "rancher/klipper-helm:v0.9.8-build20250709"
6262
DefaultFailurePolicy = FailurePolicyReinstall
6363
defaultBackOffLimit = ptr.To(int32(1000))
6464

0 commit comments

Comments
 (0)