Added Helm Chart breaking changes (#13740)

This commit is contained in:
Pere Miquel Brull 2023-10-27 11:27:43 +02:00 committed by GitHub
parent 9637fcf11b
commit 40ddabf23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 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). 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 ### Query Entity
The Query Entity now has the `service` property, linking the Query to the Database Service that it belongs to. Note The Query Entity now has the `service` property, linking the Query to the Database Service that it belongs to. Note