Daniel Hoherd
                                            Daniel Hoherd
                                        
                                    Closing. Insufficient information to reproduce.
This was fixed in https://github.com/astronomer/airflow-chart/pull/304
We will need more information about this error if it is still happening. A lot has happened in the last 3 years and it would not surprise me if this...
We have handled this with git-sync, nfs, and are about to release a dag-only deploy feature. https://docs.astronomer.io/software/deploy-cli
We do not have any plans to support that feature in this chart. Astronomer handles multi-tenancy at the Astronomer app layer, and each tenant can have multiple airflow deployments, each...
Interesting edge case! I was able to reproduce this almost 3 years later: ``` $ helm template . --set airflow.images.airflow.tag=5060547 | grep ap-airflow Error: values don't meet the specifications of...
This is actually a problem with the OSS airflow chart. I have expanded airflow-chart 1.11.1 and run: ``` $ helm template . --set images.airflow.tag=5060547 Error: values don't meet the specifications...
I found the fix for the shell. `--set-string images.airflow.tag=5060547` It seems like we should be using this in all cases, so we can fix that on our end. I can't...
I think there's probably not a bug here. With yaml, the values should be specified as strings, because that's what they are, so something like: ```yaml airflow: images: airflow: tag:...
@jedcunningham I agree. I think we can close this. @dwiajik if you want to respond about this in the thread feel free, though since I took so long to respond...