Skip to content

Commit

Permalink
Bump klipper-helm version to fix issue in repoCA support
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jun 15, 2022
1 parent 09dedbf commit 3b34c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
var (
commaRE = regexp.MustCompile(`\\*,`)
deletePolicy = meta.DeletePropagationForeground
DefaultJobImage = "rancher/klipper-helm:v0.7.1-build20220407"
DefaultJobImage = "rancher/klipper-helm:v0.7.3-build20220613"
DefaultFailurePolicy = FailurePolicyReinstall
)

Expand Down

0 comments on commit 3b34c77

Please sign in to comment.