mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
bump rev, add autoupdate
This commit is contained in:
parent
d2dc2bf51f
commit
f78d04bb6f
1 changed files with 9 additions and 4 deletions
|
@ -7,7 +7,7 @@ name = "Loki + Promtail"
|
|||
description.en = "Grafana Loki is a set of components that can be composed into a fully featured logging stack."
|
||||
description.fr = "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
|
||||
|
||||
version = "2.8.4~ynh1"
|
||||
version = "2.8.4~ynh2"
|
||||
|
||||
maintainers = ["fflorent"]
|
||||
|
||||
|
@ -35,20 +35,25 @@ ram.runtime = "50M"
|
|||
[resources.sources.loki]
|
||||
amd64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/loki-linux-amd64.zip"
|
||||
amd64.sha256 = "26a49c76219810566221ab7d5880ddb0ccba1ffeee4768c5ae919c4e36094d8a"
|
||||
|
||||
arm64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/loki-linux-arm64.zip"
|
||||
arm64.sha256 = "ce856173e609dd39df845e05c2a17fe9061175072e76b9f8a7c6a28a33e023c3"
|
||||
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "loki-linux-amd64"
|
||||
autoupdate.asset.arm64 = "loki-linux-arm64"
|
||||
|
||||
[resources.sources.promtail]
|
||||
amd64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/promtail-linux-amd64.zip"
|
||||
amd64.sha256 = "05799bd94b5550b12ec975b6d4f82cd93cb50f79d13ab8e8fd9573aef8455372"
|
||||
|
||||
arm64.url = "https://github.com/grafana/loki/releases/download/v2.8.4/promtail-linux-arm64.zip"
|
||||
arm64.sha256 = "959069f64d21e42f840a2942e3b6351d0029a9c0448dcc79dd54b1a5fe5e40a2"
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "promtail-linux-amd64"
|
||||
autoupdate.asset.arm64 = "promtail-linux-arm64"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Add table
Reference in a new issue