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 4918a04 commit 8293db5Copy full SHA for 8293db5
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.9-build20251021"
+ DefaultJobImage = "rancher/klipper-helm:v0.9.10-build20251111"
62
DefaultFailurePolicy = FailurePolicyReinstall
63
defaultBackOffLimit = ptr.To(int32(1000))
64
0 commit comments