Skip to content

Commit

Permalink
Bump api and ui versions (#46)
Browse files Browse the repository at this point in the history
* Bump api and ui versions

* Update schema
  • Loading branch information
rmn-boiko authored Aug 13, 2024
1 parent 217d4c6 commit 44eb26b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.29.7
appVersion: "0.29.2"
version: 0.30.0
appVersion: "0.30.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
8 changes: 5 additions & 3 deletions charts/kamu-api-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,17 @@
"datasetEnvVars": {
"type": "object",
"additionalProperties": false,
"required": [
"encryptionKey"
],
"required": [],
"properties": {
"encryptionKey": {
"type": "string",
"minLength": 32,
"maxLength": 32,
"$comment": "Encryption key for dataset env vars feature"
},
"enabled": {
"type": "boolean",
"$comment": "Argument to identify should DatasetEnvVars feature should be enabled or not"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions charts/kamu-web-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kamu-web-ui
description: Web frontend component of the Kamu Compute Node
type: application
version: 0.23.3
appVersion: "0.23.2"
version: 0.25.0
appVersion: "0.25.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down

0 comments on commit 44eb26b

Please sign in to comment.