josephpcox commented on issue #56498: URL: https://github.com/apache/airflow/issues/56498#issuecomment-3513199735
I actual found it easier to just do this ```helm template <chart-name> --output-dir <output-directory>``` so in my case I did ```helm template airflow/airflow --output-dir airflow, then went to the statefulset.yaml and changed line 60 to ```docker.io/bitnamilegacy/postgresql:16.1.0-debian-11-r15``` <img width="711" height="199" alt="Image" src="https://github.com/user-attachments/assets/ed6f5eea-71d2-44d3-b84e-95e47bc2dd8d" /> -- 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]
