You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/04 07:51:23 UTC

[GitHub] [airflow] KulykDmytro opened a new issue, #24174: Postgres dependency failed

KulykDmytro opened a new issue, #24174:
URL: https://github.com/apache/airflow/issues/24174

   ### Official Helm Chart version
   
   main (development)
   
   ### Apache Airflow version
   
   2.2.5
   
   ### Kubernetes Version
   
   1.22
   
   ### Helm Chart configuration
   
   _No response_
   
   ### Docker Image customisations
   
   _No response_
   
   ### What happened
   
   when fetching a chart Bitnami's `postgres` chart dependency cannot be honored
   ```
   dependency build error: failed to add remote dependency 'postgresql': no 'postgresql' chart with version matching '10.5.3' found  
   ```
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Anything else
   
   Seems like `Bitnami` retained all `postgres` chart versions older than 2022-01-01 (<10.14.3)
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on issue #24174: Postgres dependency failed

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #24174:
URL: https://github.com/apache/airflow/issues/24174#issuecomment-1146632399

   This is caused by Bitnami breaking development versions of about a million charts out there - se the huge (and growing) thread here: https://github.com/bitnami/charts/issues/10539 
   
   Basically we lost trust in Bitnami to host anything and we are going to change it to vendor-in the chart. For now you can switch to the main to use the workaround we applied there or you can manually apply the change here that uses old index of Bitnami to fetch postgres chart
   
   https://github.com/apache/airflow/pull/24115/files
   
   I would also recommend to express your experience with Bitnami in  https://github.com/bitnami/charts/issues/10539 .
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk closed issue #24174: Postgres dependency failed

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #24174: Postgres dependency failed
URL: https://github.com/apache/airflow/issues/24174


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org