diff --git a/Makefile b/Makefile index 2840bc4..7b5aeea 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,10 @@ openapi/types.go: openapi/common.spec.yaml @go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@$(OPENAPI_CODEGEN_VERSION) oapi-codegen -generate types,skip-prune -package openapi -o $@ $< +openapi/schema.go: openapi/common.spec.yaml + @go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@$(OPENAPI_CODEGEN_VERSION) + oapi-codegen -generate spec,skip-prune -package openapi -o $@ $< + # Create any CRDs defined into the target directory. $(CRDDIR): $(APISRC) @mkdir -p $@ diff --git a/charts/core/Chart.yaml b/charts/core/Chart.yaml index 11ba298..6b5ca92 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn Core type: application -version: v0.1.30 -appVersion: v0.1.30 +version: v0.1.31 +appVersion: v0.1.31 icon: https://assets.unikorn-cloud.org/images/logos/dark-on-light/icon.svg