kms-website moves off in-cluster Woodpecker builds to GHA -> ghcr. The kms-web-page deployment image is ignore_changes'd (CI sets the live tag), so this repoint only governs future creates; package is PUBLIC so no pull secret is wired. No CronJobs in this stack. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
5 lines
211 B
HCL
5 lines
211 B
HCL
variable "image_tag" {
|
|
type = string
|
|
default = "latest"
|
|
description = "kms-website image tag pushed to ghcr.io/viktorbarzin/kms-website (ADR-0002 off-infra builds). Use 8-char git SHA in CI."
|
|
}
|