diff --git a/chart/newsfragments/40318.misc.rst b/chart/newsfragments/40318.misc.rst new file mode 100644 index 0000000000000..058de6cb7755e --- /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 2ef829b490f7a..d2d90341c86c7 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 eb50c4087b9ea..478ed2e49b9b9 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