github PrefectHQ/prefect-helm 2023.10.17

11 months ago

What's Changed

Packaged with Prefect version 2.13.7. This release includes a breaking change - please see below for what values were affected.

Breaking Changes

  • Update environment variables passed to the prefect server chart by @jamiezieziula in #259

Prefect API URL (server.prefectApiUrl)
This value was previously not exposed. It is set to the default value that was previously set at server.publicApiUrl. If the URL of your server installation is not http://localhost:4200, you will need to override that value here.

Prefect UI Configuration
Unless you have a different endpoint for your UI server, you can ignore this change. If your UI endpoint is unique from the API endpoint, you will need to set both server.uiConfig.prefectUiApiUrl and server.uiConfig.prefectUiUrl.

Debug Level
If you previously had server.image.debug set to true, you will need to remove that setting and instead set server.debug to be true

Full Changelog: 2023.10.10...2023.10.17

Don't miss a new prefect-helm release

NewReleases is sending notifications on new releases.