Skip to content

Request new Helm chart release (1.19.0?) to include recent improvements from main #59263

@tpanza

Description

@tpanza

Official Helm Chart version

1.18.0 (latest released)

Apache Airflow version

3.0.2

Kubernetes Version

1.31

Helm Chart configuration

# List of existing Kubernetes secrets containing Base64 encoded credentials to connect to private
# registries. Items can be either strings or {name: secret} objects.
imagePullSecrets:
  - artifactory-pull-secret

Docker Image customizations

None

What happened

All Pods stuck in image pull backoffs.

What you think should happen instead

1.18.0 version of the chart differs from main, and does not use the documented imagePullSecrets list.

How to reproduce

Simply require images that are in a private registry or behind a proxy requiring auth. Then attempt to use imagePullSecrets in your values.yaml

Anything else

Hi maintainers,

I recently deployed Airflow using the official Helm chart 1.18.0 in an on-prem Kubernetes environment where private registry authentication is required. While troubleshooting image pull failures, I noticed that the documentation and values.yaml on main reference newer support for imagePullSecrets, but those changes are not included in the 1.18.0 release.

The result was some confusion and time spent debugging because templates on main reflect functionality that is not actually available in the last tagged version.

Would it be possible to cut a new Helm chart release (e.g., 1.19.0) including the recent improvements from main, particularly around handling imagePullSecrets?

Thanks very much for the great work on this chart!

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:helm-chartAirflow Helm Chartkind:bugThis is a clearly a bugkind:featureFeature Requestsneeds-triagelabel for new issues that we didn't triage yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions