Skip to content

Commit

Permalink
api-server/oracle-provider v0.46.0, web-ui v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Dec 18, 2024
1 parent f467b42 commit 418465c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 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.45.0
appVersion: "0.45.0"
version: 0.46.0
appVersion: "0.46.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.45.0
appVersion: "0.45.0"
version: 0.46.0
appVersion: "0.46.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.33.0
appVersion: "0.33.0"
version: 0.34.0
appVersion: "0.34.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
16 changes: 16 additions & 0 deletions charts/kamu-web-ui/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@
"minLength": 1
}
}
},
"features": {
"type": "object",
"required": [
"showMode"
],
"properties": {
"showMode": {
"type": "string",
"enum": [
"develop",
"demo",
"production"
]
}
}
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions charts/kamu-web-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ app:
apiServerGqlUrl: ""
apiServerHttpUrl: ""
githubClientId: ""
features:
showMode: "production"

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

0 comments on commit 418465c

Please sign in to comment.