17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
import taskservs.version as schema
|
|
|
|
# Containerd taskserv configuration
|
|
_version = schema.TaskservVersion {
|
|
name = "gitea"
|
|
version = schema.Version {
|
|
current = "latest"
|
|
source = "https://github.com/go-gitea/gitea/releases"
|
|
tags = "https://github.com/go-gitea/gitea/tags"
|
|
site = "https://gitea.io"
|
|
# Auto-update for development tools
|
|
check_latest = True
|
|
grace_period = 86400
|
|
}
|
|
}
|
|
_version
|