kaxil commented on issue #17243:
URL: https://github.com/apache/airflow/issues/17243#issuecomment-887506398


   Yup, the `index.yaml` at https://airflow.apache.org/index.yaml contains 
1.0.0 and 1.1.0
   
   so you could do (and documented at 
https://airflow.apache.org/docs/helm-chart/stable/quick-start.html#add-airflow-helm-stable-repo):
   
   ```
   helm repo add apache-airflow https://airflow.apache.org
   helm repo update
   ```
   
   and then install with:
   
   ```
   export RELEASE_NAME=example-release
   helm install $RELEASE_NAME apache-airflow/airflow 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to