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

   ### Official Helm Chart version
   
   1.10.0
   
   ### Apache Airflow version
   
   2.9.3
   
   ### Kubernetes Version
   
   1.26.4
   
   ### Helm Chart configuration
   
   _No response_
   
   ### Docker Image customizations
   
   _No response_
   
   ### What happened
   
   I’d like to report an issue we encountered when deploying Airflow 2.9.3 with 
the Helm chart.
   (This is my first issue report, so please let me know if I need to provide 
additional information! 🤣)
   
   ## Environment
   - Airflow version: 2.9.3
   - Helm chart version: 1.1.0
   
   ## Problem
   When using the default setting postgresql.enabled: true, the chart pulls the 
Bitnami PostgreSQL image. Recently Bitnami (VMware) restricted access and moved 
many images to legacy, which leads to:
   
   ErrImagePull / ImagePullBackOff during deployment or rollout if the legacy 
registry is not explicitly configured
   
   Using images without ongoing security updates (legacy only)
   
   In our case, the deployment failed until we manually reconfigured the chart 
to point at the legacy Bitnami registry. This workaround resolves the immediate 
deployment issue but is not sustainable, since legacy images will no longer 
receive security patches and may eventually become unavailable.
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   1. Set the value postgresql.enabled: true in values.yaml.
   2. Deploy the Helm chart.
   3. Observe that the deployment fails with ErrImagePull / ImagePullBackOff 
due to the Bitnami PostgreSQL image being pulled from the legacy registry.
   
   ### Anything else
   
   _No response_
   
   ### 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: [email protected]

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

Reply via email to