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 35faaf8b55 Switch to newer pgbouncer-exporter image as default for 
Helm Chart (#40318)
35faaf8b55 is described below

commit 35faaf8b5542425248ecc94aaea79c68b998ab16
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Jun 20 00:07:09 2024 +0200

    Switch to newer pgbouncer-exporter image as default for Helm Chart (#40318)
    
    With #40303 we have a new pgbouncer-exporter image with newer version
    of the exporter and without CVE-2024-24786.
    
    This PR switches chart to the newer image.
---
 chart/newsfragments/40318.misc.rst | 1 +
 chart/values.schema.json           | 2 +-
 chart/values.yaml                  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/chart/newsfragments/40318.misc.rst 
b/chart/newsfragments/40318.misc.rst
new file mode 100644
index 0000000000..058de6cb77
--- /dev/null
+++ b/chart/newsfragments/40318.misc.rst
@@ -0,0 +1 @@
+The chart uses newer version of pgbouncer exporter - 
``airflow-pgbouncer-exporter-2024.06.18-0.17.0`` which addresses CVE-2024-24786.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 2ef829b490..d2d90341c8 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -752,7 +752,7 @@
                         "tag": {
                             "description": "The PgBouncer exporter image tag.",
                             "type": "string",
-                            "default": 
"airflow-pgbouncer-exporter-2024.01.19-0.16.0"
+                            "default": 
"airflow-pgbouncer-exporter-2024.06.18-0.17.0"
                         },
                         "pullPolicy": {
                             "description": "The PgBouncer exporter image pull 
policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index eb50c4087b..478ed2e49b 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -119,7 +119,7 @@ images:
     pullPolicy: IfNotPresent
   pgbouncerExporter:
     repository: apache/airflow
-    tag: airflow-pgbouncer-exporter-2024.01.19-0.16.0
+    tag: airflow-pgbouncer-exporter-2024.06.18-0.17.0
     pullPolicy: IfNotPresent
   gitSync:
     repository: registry.k8s.io/git-sync/git-sync

Reply via email to