kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.18k stars 101 forks source link

Fail kudo init if version is unknown. #1556

Closed porridge closed 4 years ago

porridge commented 4 years ago

What this PR does / why we need it:

This hopefully should have no impact on developer workflows nor on how a (pre-)released build works. However in cases where a matching controller docker image does not exist, it will fail fast, rather than deploying a (potentially incompatible) controller from a docker image built for some earlier commit.

Implementation:

Fixes #1549

Signed-off-by: Marcin Owsiany mowsiany@D2iQ.com

porridge commented 4 years ago

PTAL, I: