Taragolis commented on code in PR #36156:
URL: https://github.com/apache/airflow/pull/36156#discussion_r1426508691
##########
chart/values.yaml:
##########
@@ -2277,8 +2277,6 @@ cleanup:
# Not recommended for production
postgresql:
enabled: true
- image:
- tag: "11"
Review Comment:
I think it is better use specific **major** Postgres version here, rather
than use default from bitnami/postgres subchart.
```yaml
image:
tag: "16"
```
`16` - referenced to the latest minor version of
[`bitnami/postgresql`](https://hub.docker.com/r/bitnami/postgresql/tags) of
Postgres 16, it is in opposite of `16.1.0-debian-11-r15` which are referenced
to the specific major.minor version
--
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]