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:
parent
411524a10d
commit
be3b94da85
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ resource "helm_release" "keel" {
|
||||||
namespace = kubernetes_namespace.keel.metadata[0].name
|
namespace = kubernetes_namespace.keel.metadata[0].name
|
||||||
repository = "https://charts.keel.sh"
|
repository = "https://charts.keel.sh"
|
||||||
chart = "keel"
|
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
|
# Atomic mitigates partial-deploy state. Keel itself is exempt from
|
||||||
# auto-update (Kyverno mutate excludes the keel namespace), so it only
|
# auto-update (Kyverno mutate excludes the keel namespace), so it only
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue