Description of defaultAirflowRepository in values.yaml is misleading
See original GitHub issueOfficial Helm Chart version
1.5.0 (latest released)
Apache Airflow version
2.3.0 (latest released)
Kubernetes Version
minikube v1.25.2
Helm Chart configuration
No response
Docker Image customisations
No response
What happened
defaultAirflowRepository is described in values.yaml
as
# Default airflow repository -- overrides all the specific images below
defaultAirflowRepository: apache/airflow
What you think should happen instead
defaultAirflowRepository
doesn’t override the specific images, it is overridden by them. For example, in _helpers.yaml
{{ define "pod_template_image" -}}
{{ printf "%s:%s" (.Values.images.pod_template.repository | default .Values.defaultAirflowRepository) (.Values.images.pod_template.tag | default .Values.defaultAirflowTag) }}
{{- end }}
Suggest updating the comment line to:-
# Default airflow repository -- overridden by all the specific images below
How to reproduce
No response
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
airflow/values.yaml at main · apache/airflow - GitHub
Default values for airflow. # This is a YAML-formatted file. # Declare variables to be passed into your templates. # Provide a name...
Read more >Parameters reference — helm-chart Documentation
Parameter. Description. Default ... Default airflow repository. ... False. podTemplate. The contents of pod_template_file.yaml used for KubernetesExecutor ...
Read more >airflow 8.1.3 · airflow-helm/airflow-helm - Artifact Hub
There will always be a single default version of airflow shipped with this chart, see airflow.image.* in values.yaml for the current one.
Read more >stable/airflow · master · Lennart Nordgreen / helm-charts - GitLab
The default value is true, so if a user wants to add a password after the initial deployment, they should set scheduler.refreshConnections to...
Read more >chart - airflow - Git at Google
Parameter Description Default
uid UID to run airflow pods under 50000
gid GID to run airflow pods under 50000
nodeSelector Node labels for pod assignment
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please do! I did submit a pull request but I think it slipped through the review net. Thank you!
Hello @potiuk, @Dris101 May I take this?