We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05681f9 commit 4707718Copy full SHA for 4707718
charts/core/Chart.yaml
@@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn Core
4
5
type: application
6
7
-version: v0.1.1
8
-appVersion: v0.1.1
+version: v0.1.2
+appVersion: v0.1.2
9
10
icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg
hack/docs/main.go
@@ -631,7 +631,7 @@ func (o *options) run() error {
631
// Load in the OpenAPI schema.
632
loader := openapi3.NewLoader()
633
634
- doc, err := loader.LoadFromFile("pkg/server/openapi/server.spec.yaml")
+ doc, err := loader.LoadFromFile(o.openapiSchema)
635
if err != nil {
636
return err
637
}
0 commit comments