You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my airflow version is 2.9.3
I was trying to use git-sync as my dag solution. My git respository is called Airflow. And when i deploy airflow with helm. i found out that there's no dag in airflow. However when i user airflow with image to update dags it works.
This is my folder structure of my repo.
dags
src
so i config the subrepoPath: "dags/"
So when i find out dags missing, i check my folder under /opt/airflow/dags there's a /opt/airflow/dags/Airflow.git which is weird and maybe can explain the reason that dags is missing. Is there any solution of it?
Relevant Logs
Nothing
Custom Helm Values
No response
The text was updated successfully, but these errors were encountered:
@CoinCoderBuffalo I think the most likely issue was that you were trying to use the 4.X.X versions of the git-sync image, rather than the 3.6.9 versions.
Currently, the latest version supported by 8.9.0 (and before) is registry.k8s.io/git-sync/git-sync:v3.6.9.
If someone wants to look into what changed in git-sync v4 and make a PR for the chart, that would be great. (Not sure if its possible to make the changes in a backwards compatible way, or if we need to tell people to use v4 versions of git-sync only, after the update).
Checks
User-Community Airflow Helm Chart
.Chart Version
8.9.0
Kubernetes Version
Helm Version
Description
my airflow version is 2.9.3
I was trying to use git-sync as my dag solution. My git respository is called Airflow. And when i deploy airflow with helm. i found out that there's no dag in airflow. However when i user airflow with image to update dags it works.
This is my folder structure of my repo.
so i config the subrepoPath: "dags/"
So when i find out dags missing, i check my folder under /opt/airflow/dags there's a /opt/airflow/dags/Airflow.git which is weird and maybe can explain the reason that dags is missing. Is there any solution of it?
Relevant Logs
Custom Helm Values
No response
The text was updated successfully, but these errors were encountered: