How to support digest in operator 1.4.1?

hi, Expert

In operator 1.4.1, v1beta2 crd, the foundationdbcluster only support imageConfig for image info.
But imageConfig only support tag, does not support digest. Is there any workaround to replace the tag with digest in imageConfig section? Thanks!

Not that I’m aware of. Implementing digest support should be fairly simple if needed: Add support for image digests. · Issue #670 · FoundationDB/fdb-kubernetes-operator · GitHub

@johscheuer , thanks for your reply, is there any plan to support digest for imageConfig this year?

Not that I’m aware of. If you need this feature feel free to implement it and raise a PR in GitHub. The issue should contain some details on how to implement it.