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 1abb26b commit a14e7f4Copy full SHA for a14e7f4
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.7.6-build20230223"
+ DefaultJobImage = "rancher/klipper-helm:v0.7.7-build20230403"
57
DefaultFailurePolicy = FailurePolicyReinstall
58
)
59
0 commit comments