Skip to content

Commit

Permalink
Fix Identity API Metadata (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Jun 7, 2024
1 parent d4995a3 commit 84b4fa7
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 71 deletions.
4 changes: 2 additions & 2 deletions charts/region/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's Region Controller

type: application

version: v0.1.0
appVersion: v0.1.0
version: v0.1.1
appVersion: v0.1.1

icon: https://raw.githubusercontent.com/unikorn-cloud/unikorn/main/icons/default.png
129 changes: 64 additions & 65 deletions pkg/openapi/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/openapi/server.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: Kubernetes Region Service API
description: |-
Cloud region discovery and routing service.
version: 0.1.0
version: 0.1.1
paths:
/api/v1/regions:
description: |-
Expand Down Expand Up @@ -323,7 +323,7 @@ components:
- spec
properties:
metadata:
$ref: 'https://raw.githubusercontent.com/unikorn-cloud/core/main/pkg/openapi/common.spec.yaml#/components/schemas/resourceWriteMetadata'
$ref: 'https://raw.githubusercontent.com/unikorn-cloud/core/main/pkg/openapi/common.spec.yaml#/components/schemas/resourceReadMetadata'
spec:
$ref: '#/components/schemas/identitySpec'
requestBodies:
Expand Down
4 changes: 2 additions & 2 deletions pkg/openapi/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84b4fa7

Please sign in to comment.