Skip to content

Commit

Permalink
More OpenAPI Shenannigans (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored May 31, 2024
1 parent fb27bfa commit 8c95217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c95217

Please sign in to comment.