Skip to content

Commit

Permalink
Bump job image for CA cert fix
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Aug 4, 2021
1 parent 265c6f0 commit fbd5bc5
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 @@ -30,7 +30,7 @@ import (
var (
trueVal = true
commaRE = regexp.MustCompile(`\\*,`)
DefaultJobImage = "rancher/klipper-helm:v0.6.2-build20210803"
DefaultJobImage = "rancher/klipper-helm:v0.6.3-build20210804"
)

type Controller struct {
Expand Down

0 comments on commit fbd5bc5

Please sign in to comment.