Skip to content

Commit

Permalink
Bump job image to include helm-set-status plugin (#103)
Browse files Browse the repository at this point in the history
* Bump job image to include helm-set-status plugin

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond authored Jun 16, 2021
1 parent 55c3177 commit 9e7a867
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.0-build20210608"
DefaultJobImage = "rancher/klipper-helm:v0.6.1-build20210616"
)

type Controller struct {
Expand Down

0 comments on commit 9e7a867

Please sign in to comment.