microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
https://microcks.io
Apache License 2.0
26 stars 5 forks source link

Strimzi 0.26 no longer supports Kafka 2.7.0 #57

Closed lbroudoux closed 2 years ago

lbroudoux commented 2 years ago

It appears that new version 0.2.6 of Strimzi.io does no longer supports Kafka 2.7.0. However we do have a hard reference to this version into the Kafka custom resource the operator is creating. This make the reconciliation loop crashes during the install of Microcks.

It appears that this version information is no longer mandatory. We can omit it and in this case the Strimizi operator is using the default Kafka version it is managing. Hence, we should remove this version from our Kafka resources.