2025-10-07 11:20:26 +01:00

22 lines
645 B
Plaintext

# KCL Version configuration for polkadot-node taskserv
# Uses proper import from centralized schema definitions
import taskservs.version as schema
# Polkadot node taskserv configuration
_version = schema.TaskservVersion {
name = "polkadot-node"
version = schema.Version {
current = "1.15.0"
source = "https://github.com/paritytech/polkadot/releases"
tags = "https://github.com/paritytech/polkadot/tags"
site = "https://polkadot.network"
# Pinned for node stability
check_latest = True
grace_period = 86400
}
dependencies = []
}
# Output for dynamic cache system
_version