Skip to content

Commit

Permalink
kamu-web-ui v0.27.0: Grafana logs url
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Sep 25, 2024
1 parent 0515347 commit 2a85368
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
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.26.5
appVersion: "0.26.4"
version: 0.27.0
appVersion: "0.27.0"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
15 changes: 14 additions & 1 deletion charts/kamu-web-ui/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@
"type": "boolean"
}
}
},
"grafanaLogs": {
"type": "object",
"required": [
"taskDetailsUrl"
],
"properties": {
"taskDetailsUrl": {
"type": "string",
"format": "uri",
"minLength": 1
}
}
}
}
}
Expand Down Expand Up @@ -168,4 +181,4 @@
}
}
}
}
}

0 comments on commit 2a85368

Please sign in to comment.