Skip to content

Commit

Permalink
Add migration path to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bobertrublik committed May 1, 2024
1 parent 30c1a47 commit 1299bb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/db-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ After changing default `Values`, please execute `make gen_docs` to update the `R

If there is an breaking change, or something that might make the upgrade complicated, it should be described here

<details>
<summary>To `v1.24.0`</summary>

The `Database` CRD now includes the version of the db-operator that ran the last full reconciliation in the required status field `operatorVersion`. This change can help with debugging problems with the db-operator, as previously it wasn't always clear whether an expected fix from a db-operator upgrade had been applied to the databases. If you manage CRDs outside the chart, make sure you update them, otherwise your deployment may break.

</details>

<details>
<summary>To `v1.11.0`</summary>
Additional selectors were added to the default templates in an attempt to follow the same labelling scheme everywhere, but since selectors are immutable, the upgrade will require removing of the db-operator deployment.
Expand Down

0 comments on commit 1299bb0

Please sign in to comment.