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 b3855d4 commit 255f905Copy full SHA for 255f905
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.2-build20230815"
+ DefaultJobImage = "rancher/klipper-helm:v0.8.3-build20240228"
57
DefaultFailurePolicy = FailurePolicyReinstall
58
defaultBackOffLimit = pointer.Int32(1000)
59
0 commit comments