github PrefectHQ/prefect-helm 2022.09.22

latest releases: 2024.5.16203708, prefect-prometheus-exporter-2024.5.15, 2024.5.13203346...
20 months ago

Breaking Changes - Agent

# value mapping
agent.config.workQueueName (string) --> agent.workQueues (array) with default queue name of default
agent.config.accountId              --> agent.cloudApiConfig.accountId
agent.config.workspaceId            --> agent.cloudApiConfig.workspaceId
agent.config.apiKeySecret.name      --> agent.cloudApiConfig.apiKeySecret.name 
agent.config.apiKeySecret.key       --> agent.cloudApiConfig.apiKeySecret.key
agent.config.apiUrl                 --> agent.cloudApiConfig.cloudUrl OR agent.orionApiConfig.apiUrl

# new values
agent.config.apiConfig # defaults to cloud

Enhancements

Fixes

Full Changelog: 2022.09.21...2022.09.22

Don't miss a new prefect-helm release

NewReleases is sending notifications on new releases.