Skip to content

Commit

Permalink
Switch to newer pgbouncer-exporter image as default for Helm Chart (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
potiuk authored Jun 19, 2024
1 parent d048122 commit 35faaf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions chart/newsfragments/40318.misc.rst
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35faaf8

Please sign in to comment.