lsst-sqre / strimzi-registry-operator

A Kubernetes Operator for running the Confluent Schema Registry with a Strimzi-based Kafka cluster
MIT License
81 stars 17 forks source link

DM-35714: Add configurations for registry image and tag #59

Closed jonathansick closed 2 years ago

jonathansick commented 2 years ago

This adds configuration properties to the StrimziSchemaRegistry custom resource that lets users specify the Confluent Schema Registry image and tag. This will let uses adopt new versions of the schema registry server without us having to necessarily update the operator (though in new releases of the operator we should update the default image).

This should be rebased and merged after #57

Fixes #55