You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/03/04 19:27:53 UTC

[airflow] branch main updated: Switch to newer versions of pgbouncer and pgbouncer exporter in chart (#29919)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ea0099e694 Switch to newer versions of pgbouncer and pgbouncer exporter in chart (#29919)
ea0099e694 is described below

commit ea0099e694727ea3723c20410d623436209d60fe
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Mar 4 20:27:45 2023 +0100

    Switch to newer versions of pgbouncer and pgbouncer exporter in chart (#29919)
    
    The images for pgbouncer and pgbouncer exporter have been refreshed
    with latest working for pgbounced alpine images and pgbpuncer
    versions. This PR switches to those images by default.
    
    Follow up after #29792
---
 chart/values.schema.json | 4 ++--
 chart/values.yaml        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/values.schema.json b/chart/values.schema.json
index 0917f34f74..b53d4d73e8 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -628,7 +628,7 @@
                         "tag": {
                             "description": "The PgBouncer image tag.",
                             "type": "string",
-                            "default": "airflow-pgbouncer-2021.04.28-1.14.0"
+                            "default": "airflow-pgbouncer-2023.02.24-1.16.1"
                         },
                         "pullPolicy": {
                             "description": "The PgBouncer image pull policy.",
@@ -654,7 +654,7 @@
                         "tag": {
                             "description": "The PgBouncer exporter image tag.",
                             "type": "string",
-                            "default": "airflow-pgbouncer-exporter-2021.09.22-0.12.0"
+                            "default": "airflow-pgbouncer-exporter-2023.02.21-0.14.0"
                         },
                         "pullPolicy": {
                             "description": "The PgBouncer exporter image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 0ca476681b..3f6e29b662 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -89,11 +89,11 @@ images:
     pullPolicy: IfNotPresent
   pgbouncer:
     repository: apache/airflow
-    tag: airflow-pgbouncer-2021.04.28-1.14.0
+    tag: airflow-pgbouncer-2023.02.24-1.16.1
     pullPolicy: IfNotPresent
   pgbouncerExporter:
     repository: apache/airflow
-    tag: airflow-pgbouncer-exporter-2021.09.22-0.12.0
+    tag: airflow-pgbouncer-exporter-2023.02.21-0.14.0
     pullPolicy: IfNotPresent
   gitSync:
     repository: k8s.gcr.io/git-sync/git-sync