Kuadrant / limitador-operator

Apache License 2.0
6 stars 14 forks source link

Upgrading operator-sdk to v1.32.0 #124

Closed eguzki closed 8 months ago

eguzki commented 8 months ago

What

This PR fixes the https://github.com/operator-framework/operator-sdk/issues/6489 that was fixed in v1.31.0.

Verification Steps

rm -rf bin

Setup a local cluster with OLM:

make kind-delete-cluster kind-create-cluster install-olm

The command does not return error. Additionally, check OLM is installed

k get csv packageserver -n olm 

Resulting in

NAME            DISPLAY          VERSION   REPLACES   PHASE
packageserver   Package Server   0.27.0               Succeeded