sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

fix(bundle): rename operator deployment name for upgrade to succeed #299

Closed sthaha closed 10 months ago

sthaha commented 10 months ago

OLM bundle upgrade fails because of the deployment.spec.selector labels getting mutated. This fixes the issue by renaming deployment, so that a new deployment is create (that replaces the old contoller-manager).

Signed-off-by: Sunil Thaha sthaha@redhat.com