strangelove-ventures / cosmos-operator

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

Operator should be able to handle Rollbacks #392

Open danbryan opened 9 months ago

danbryan commented 9 months ago

https://strangeloveventures.slack.com/archives/C05UHA0NGQY/p1700775826667649

would be nice if this was as simple as

spec:
  chain:
    rollback: 1804999
    versions:
      - height: 0
        image: ghcr.io/strangelove-ventures/heighliner/dydx:protocol-v1.0.1
      - height: 1805000
        image: ghcr.io/strangelove-ventures/heighliner/dydx:protocol-v2.0.0
akc2267 commented 8 months ago

perhaps documenting runbooks for performing rollbacks would be a sensible alternative