Skip to content

Commit 3b100ff

Browse files
committed
Bump klipper-helm image for tls secret support
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 2f32059 commit 3b100ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/chart/chart.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353
var (
5454
commaRE = regexp.MustCompile(`\\*,`)
5555
deletePolicy = metav1.DeletePropagationForeground
56-
DefaultJobImage = "rancher/klipper-helm:v0.8.3-build20240228"
56+
DefaultJobImage = "rancher/klipper-helm:v0.8.4-build20240523"
5757
DefaultFailurePolicy = FailurePolicyReinstall
5858
defaultBackOffLimit = pointer.Int32(1000)
5959

0 commit comments

Comments
 (0)