Skip to content

OpenMetadata Chart: Config Changes do not cause a restart of pods #424

@robertdyr

Description

@robertdyr

Pods do not restart when Helm chart configuration changes (missing checksum annotations)

Changing values in the Helm chart (e.g. apiEndpoint) does not trigger a pod restart. For example:

openmetadata:
  config:
    pipelineServiceClientConfig:
      enabled: true
      apiEndpoint: http://airflow-web.default.svc.cluster.local:8080

After a helm upgrade, pods continue using the old configuration until they are manually deleted or the chart is reinstalled.

The chart is missing checksum annotations for Secrets/ConfigMaps. Adding these would ensure pods roll automatically when configuration changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions