FoundationDB / fdb-kubernetes-operator

A kubernetes operator for FoundationDB
Apache License 2.0
240 stars 83 forks source link

Deprecate "AllowTagOverride" and make use of "ImageConfigs" #894

Closed AnnigeriShambu closed 2 years ago

AnnigeriShambu commented 3 years ago

In recent operator changes, ImageConfigs is supported for custom image tags. In few situations, setting AllowTagOverride and imageConfigs can conflict and produce unexpected behaviour.

Deprecate AllowTagOverride and Use only imageConfigs.

johscheuer commented 2 years ago

Duplicate: https://github.com/FoundationDB/fdb-kubernetes-operator/issues/887