Skip to content

Commit

Permalink
changed kubeopenapi version
Browse files Browse the repository at this point in the history
Signed-off-by: ashish <[email protected]>
  • Loading branch information
Revolyssup committed Sep 29, 2021
1 parent b0d6d7a commit 637a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/manifests/generateComponent.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func GenerateComponents(manifest string, resource int, cfg Config) (*Component,
wd := filepath.Join(utils.GetHome(), ".meshery", "bin")
fmt.Println("Looking for kubeopenapi-jsonschema in ", wd)
var binPath string = filepath.Join(wd, "kubeopenapi-jsonschema")
var url string = "https://github.com/layer5io/kubeopenapi-jsonschema/releases/download/v0.1.0/kubeopenapi-jsonschema"
var url string = "https://github.com/layer5io/kubeopenapi-jsonschema/releases/download/v0.1.2/kubeopenapi-jsonschema"
switch runtime.GOOS {
case "windows":
binPath += ".exe"
Expand Down

0 comments on commit 637a911

Please sign in to comment.