Skip to content

Commit

Permalink
Update helm updater to version that will pass validation
Browse files Browse the repository at this point in the history
  • Loading branch information
djzager committed Jun 27, 2018
1 parent b505505 commit 02291c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registries/adapters/helm_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (r *HelmAdapter) FetchSpecs(imageNames []string) ([]*bundle.Spec, error) {
// Convert chart to Bundle Spec
spec := &bundle.Spec{
Runtime: 2,
Version: "1.0",
Version: "1.0.0",
Async: "optional",
Bindable: false,
Image: r.Config.Runner,
Expand Down

0 comments on commit 02291c3

Please sign in to comment.