strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
75 stars 18 forks source link

Allow version upgrades for specific containers and initContainers #425

Closed agouin closed 2 months ago

agouin commented 2 months ago

Previously, the version upgrade image would only apply to the chain-init initContainer and the node container of the sentry/fullnode pods.

This enables image versions to be controlled for all initContainers and containers based on the heights of the specific pods, when various images may need to be changed at the upgrade heights.