jedcunningham commented on code in PR #27357:
URL: https://github.com/apache/airflow/pull/27357#discussion_r1010921247
##########
newsfragments/27353.significant.rst:
##########
@@ -0,0 +1,4 @@
+The helm chart is now using a newer version of bitnami/postgresql (from 10.5.3
to 12.0.0)
Review Comment:
```suggestion
The helm chart is now using a newer version of bitnami/postgresql (from
10.5.3 to 12.0.1)
```
##########
chart/Chart.yaml:
##########
@@ -34,7 +34,8 @@ keywords:
- scheduler
dependencies:
- name: postgresql
- version: 10.5.3
+ version: 12.0.0
Review Comment:
```suggestion
version: 12.0.1
```
##########
chart/Chart.lock:
##########
@@ -1,5 +1,6 @@
dependencies:
- name: postgresql
- version: 10.5.3
-digest: sha256:7104938113e866364a96f78802697be6bd121526cccbd06cae6a38827b7b36f9
-generated: "2022-06-11T22:19:11.389661+02:00"
+ repository: https://charts.bitnami.com/bitnami
+ version: 12.0.0
Review Comment:
```suggestion
version: 12.0.1
```
--
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]