Skip to content

Commit

Permalink
Added Helm Chart breaking changes (#13740)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull authored Oct 27, 2023
1 parent 9637fcf commit 40ddabf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ In order to move forward, you can remove volumes / delete the indexes directly f
OpenMetadata stores everything in the database, so indexes can be recreated directly from the UI. We will
show you how in the [Post-Upgrade Steps](/deployment/upgrade#reindex).

### Helm Chart Values

- Added a new key `openmetadata.config.database.dbParams` to pass extra database parameters as string format, e.g., `useSSL=true&serverTimezone=UTC`.
- Removed the entry for `openmetadata.config.database.dbUseSSL`. You should use `openmetadata.config.database.dbParams` instead.
- Updated the ElasticSearch Helm Chart Dependencies to version 8.5.1

### Query Entity

The Query Entity now has the `service` property, linking the Query to the Database Service that it belongs to. Note
Expand Down

0 comments on commit 40ddabf

Please sign in to comment.