Skip to content

Commit

Permalink
API Server & Oracle Provider: v0.44.0 + Web UI v0.32.0 (simplified ru…
Browse files Browse the repository at this point in the history
…ntime configuration)
  • Loading branch information
zaychenko-sergei committed Nov 29, 2024
1 parent 325efbb commit 2ca9ddf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 41 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.43.3
appVersion: "0.43.1"
version: 0.44.0
appVersion: "0.44.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/kamu-oracle-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kamu-oracle-provider
description: Oracle provider that uses Kamu Node to supply data to blockchain smart contracts
type: application
version: 0.43.3
appVersion: "0.43.1"
version: 0.44.0
appVersion: "0.44.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
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.31.0
appVersion: "0.31.0"
version: 0.32.0
appVersion: "0.32.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
30 changes: 1 addition & 29 deletions charts/kamu-web-ui/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"required": [
"apiServerGqlUrl",
"apiServerHttpUrl",
"githubClientId",
"featureFlags"
"githubClientId"
],
"properties": {
"apiServerGqlUrl": {
Expand All @@ -34,33 +33,6 @@
"type": "string",
"minLength": 1
},
"ingestUploadFileLimitMb": {
"type": "integer",
"minimum": 1
},
"featureFlags": {
"type": "object",
"required": [
"enableLogout",
"enableScheduling",
"enableDatasetEnvVarsManagment",
"enableTermsOfService"
],
"properties": {
"enableLogout": {
"type": "boolean"
},
"enableScheduling": {
"type": "boolean"
},
"enableDatasetEnvVarsManagment": {
"type": "boolean"
},
"enableTermsOfService": {
"type": "boolean"
}
}
},
"grafanaLogs": {
"type": "object",
"required": [
Expand Down
6 changes: 0 additions & 6 deletions charts/kamu-web-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ app:
apiServerGqlUrl: ""
apiServerHttpUrl: ""
githubClientId: ""
ingestUploadFileLimitMb: 50
featureFlags:
enableLogout: true
enableScheduling: true
enableDatasetEnvVarsManagment: true
enableTermsOfService: true

###############################################################################
# Pod
Expand Down

0 comments on commit 2ca9ddf

Please sign in to comment.