Add Git-Sync to GitDagBundle migration guide for the Helm chart - #73082
Open
developer-rpai wants to merge 1 commit into
Open
Add Git-Sync to GitDagBundle migration guide for the Helm chart#73082developer-rpai wants to merge 1 commit into
developer-rpai wants to merge 1 commit into
Conversation
The Git-Sync sidecar (dags.gitSync) is planned for removal in Helm Chart 2.0 in favour of the Airflow-native GitDagBundle. This adds a chart docs page mapping the old dags.gitSync values to their dagProcessor.dagBundleConfigList equivalents, with authentication patterns and a step-by-step migration.
developer-rpai
requested review from
Miretpl,
bugraoz93,
hussein-awala,
jedcunningham and
jscheffl
as code owners
September 13, 2026 13:49
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a migration guide for Helm chart users moving from the Git-Sync sidecar (
dags.gitSync) to the Airflow-nativeGitDagBundle, as requested in #42918.The guide covers:
ReadWriteManyvolume needed.dags.gitSync.*key to itsdagProcessor.dagBundleConfigList[].kwargsequivalent (repo->repo_url,branch/ref/rev->tracking_ref,subPath->subdir,period->refresh_interval,credentialsSecret->git_conn_id, SSH secrets -> connection extras), with keys that have no equivalent explicitly marked.AIRFLOW_CONN_*fromextraSecrets), and SSH key pointers.dags.gitSync/dags.persistence,helm upgrade, verify), a multi-repo example, and the SHA-pinning restart caveat.Accuracy was checked against the provider source (
GitDagBundlekwargs, hook auth semantics) and the chart'svalues.yaml/_helpers.yamlonmain. Git-Sync removal is framed as planned for Chart 2.0, not already done.