16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
import taskservs.version as schema
|
|
|
|
_version = schema.TaskservVersion {
|
|
name = "cilium"
|
|
version = schema.Version {
|
|
current = "1.16.5"
|
|
source = "https://github.com/cilium/cilium/releases"
|
|
tags = "https://github.com/cilium/cilium/tags"
|
|
site = "https://cilium.io"
|
|
# Pinned for production stability
|
|
check_latest = True
|
|
grace_period = 86400
|
|
}
|
|
}
|
|
_version
|