diff --git a/chart/dockerfiles/pgbouncer/build_and_push.sh b/chart/dockerfiles/pgbouncer/build_and_push.sh index cede5ab8b0ab3..e4345cc44d018 100755 --- a/chart/dockerfiles/pgbouncer/build_and_push.sh +++ b/chart/dockerfiles/pgbouncer/build_and_push.sh @@ -22,13 +22,13 @@ readonly DOCKERHUB_USER DOCKERHUB_REPO=${DOCKERHUB_REPO:="airflow"} readonly DOCKERHUB_REPO -PGBOUNCER_VERSION="1.22.1" +PGBOUNCER_VERSION="1.24.0" readonly PGBOUNCER_VERSION -PGBOUNCER_SHA256="2b018aa6ce7f592c9892bb9e0fd90262484eb73937fd2af929770a45373ba215" +PGBOUNCER_SHA256="e76adf941a3191a416e223c0b2cdbf73159eef80a2a32314af6fbd82e41a1d41" readonly PGBOUNCER_SHA256 -AIRFLOW_PGBOUNCER_VERSION="2024.09.19" +AIRFLOW_PGBOUNCER_VERSION="2025.01.10" readonly AIRFLOW_PGBOUNCER_VERSION COMMIT_SHA=$(git rev-parse HEAD) diff --git a/chart/values.schema.json b/chart/values.schema.json index fedae1557ab6b..e8c1d1f2cfe54 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -887,7 +887,7 @@ "tag": { "description": "The PgBouncer image tag.", "type": "string", - "default": "airflow-pgbouncer-2024.09.19-1.22.1" + "default": "airflow-pgbouncer-2025.01.10-1.24.0" }, "pullPolicy": { "description": "The PgBouncer image pull policy.", diff --git a/chart/values.yaml b/chart/values.yaml index c0764fb54a0d7..73e00ed4281d8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -115,7 +115,7 @@ images: pullPolicy: IfNotPresent pgbouncer: repository: apache/airflow - tag: airflow-pgbouncer-2024.09.19-1.22.1 + tag: airflow-pgbouncer-2025.01.10-1.24.0 pullPolicy: IfNotPresent pgbouncerExporter: repository: apache/airflow