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 345c53c commit 32c2e08Copy full SHA for 32c2e08
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.0-build20230510"
+ DefaultJobImage = "rancher/klipper-helm:v0.8.2-build20230815"
57
DefaultFailurePolicy = FailurePolicyReinstall
58
defaultBackOffLimit = pointer.Int32(1000)
59
)
0 commit comments