SBylemans commented on issue #56498:
URL: https://github.com/apache/airflow/issues/56498#issuecomment-3385972941
You need to change the docker image to
`docker.io/bitnamilegacy/postgresql:16.1.0-debian-11-r15`
I did the following: created a `Chart.yml` as follows:
```yaml
apiVersion: v2
name: apache-airflow
description: Helm chart for Apache Airflow
type: application
version: 1.0.0
dependencies:
- name: airflow
version: 1.18.0
repository: "https://airflow.apache.org"
```
Add a values.yml:
```yaml
airflow:
<airflow helm chart config>
```
And generate the file: `helm template -n airflow airflow . >
generated/manifests.yaml`
Then adjust the container image directly in `generated/manifests.yaml`
--
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]