We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdaa90 commit dac1b5eCopy full SHA for dac1b5e
pkg/controllers/chart/chart.go
@@ -58,7 +58,7 @@ const (
58
var (
59
commaRE = regexp.MustCompile(`\\*,`)
60
deletePolicy = metav1.DeletePropagationForeground
61
- DefaultJobImage = "rancher/klipper-helm:v0.9.7-build20250616"
+ DefaultJobImage = "rancher/klipper-helm:v0.9.8-build20250709"
62
DefaultFailurePolicy = FailurePolicyReinstall
63
defaultBackOffLimit = ptr.To(int32(1000))
64
0 commit comments