harbor-operator
harbor-operator copied to clipboard
Upgrade harbor operator 1.0.1 to 1.1.0 does not update CRDs causing operator to go to crash loop?
I had deployed harbor operator via helm version 1.0.1 and in the values I did not enable the CRD deployment.
Then I upgraded to 1.1.0 and the helm upgrade went well - but for some reason the CRDs were not updated automatically and the helm operator was going into a crash loop.
I had to change the helm installation to enable CRD install and then the crash loop went away.
Is this a known problem or did I do something wrong?
the crd of v1.1.x and v1.0.x are quite different, so you have to install CRD
the crd of v1.1.x and v1.0.x are quite different, so you have to install CRD
Any idea why the harbor operator does not upgrade the CRD automatically?