Skip to content

Commit

Permalink
Update api-server values schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jul 23, 2024
1 parent e6cb41b commit 7fb8ba8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.29.1
version: 0.29.2
appVersion: "0.29.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
15 changes: 15 additions & 0 deletions charts/kamu-api-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@
"url"
],
"properties": {
"engine": {
"type": "object",
"required": [],
"properties": {}
},
"protocol": {
"type": "object",
"required": [],
"properties": {}
},
"source": {
"type": "object",
"required": [],
"properties": {}
},
"runtime": {
"type": "object",
"additionalProperties": false,
Expand Down

0 comments on commit 7fb8ba8

Please sign in to comment.