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 2f32059 commit 3b100ffCopy full SHA for 3b100ff
pkg/controllers/chart/chart.go
@@ -53,7 +53,7 @@ const (
53
var (
54
commaRE = regexp.MustCompile(`\\*,`)
55
deletePolicy = metav1.DeletePropagationForeground
56
- DefaultJobImage = "rancher/klipper-helm:v0.8.3-build20240228"
+ DefaultJobImage = "rancher/klipper-helm:v0.8.4-build20240523"
57
DefaultFailurePolicy = FailurePolicyReinstall
58
defaultBackOffLimit = pointer.Int32(1000)
59
0 commit comments