DowngradeNotAllowed see history edit this page

Talks about: , , , and

Symptom

READY=False, REASON=DowngradeNotAllowed. Terminal: the run does not requeue until the desired version is at or above status.version, or downgrades are enabled.

Cause

The desired version (spec.version) is lower than the version the controller last recorded as deployed (status.version), and spec.version.allowDowngrade is not set. Downgrades are off by default so that a mistaken revert of a version bump — a source that rolled an older version file back into place — cannot silently unwind a schema. The controller does not lower the version until you say so.

Diagnosis

kubectl --namespace <namespace> describe stageset <name>
kubectl --namespace <namespace> get stageset <name> --output jsonpath='{.status.version}'   # deployed
# desired: read spec.version.value, or the version file the artifact carries

Remediation

Pick the intended direction: