Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 597 Bytes

UPGRADING.md

File metadata and controls

35 lines (29 loc) · 597 Bytes

Upgrade guidelines

> 2025.1.28020410

After version 2025.1.28020410, the prefect-worker chart renamed the selfHostedCloudApiConfig key to selfManagedCloudApiConfig.

Before

worker:
  selfHostedCloudApiConfig:
    apiUrl: ""
    accountId: ""
    workspaceId: ""
    apiKeySecret:
      name: prefect-api-key
      key: key
    cloudApiUrl: ""
    uiUrl: ""

After

worker:
  selfManagedCloudApiConfig:
    apiUrl: ""
    accountId: ""
    workspaceId: ""
    apiKeySecret:
      name: prefect-api-key
      key: key
    cloudApiUrl: ""
    uiUrl: ""