keel: pin chart 1.0.6 → 1.2.0 (1.0.6 doesn't exist)

The Helm repo at https://charts.keel.sh has versions 1.0.0–1.0.5,
1.1.0, 1.2.0. 1.0.6 is not published, so the Phase 0 apply failed
silently. Bump to 1.2.0 (app version 0.21.1, latest stable).
This commit is contained in:
Viktor Barzin 2026-05-16 12:30:19 +00:00
parent 48abb7c520
commit d0f0e10da5

View file

@ -29,7 +29,9 @@ resource "helm_release" "keel" {
namespace = kubernetes_namespace.keel.metadata[0].name
repository = "https://charts.keel.sh"
chart = "keel"
version = "1.0.6"
# Latest stable per `helm search repo keel/keel -l` 2026-05-16
# (app version 0.21.1). 1.0.6 doesn't exist verify before bumping.
version = "1.2.0"
# Atomic mitigates partial-deploy state. Keel itself is exempt from
# auto-update (Kyverno mutate excludes the keel namespace), so it only