diff --git a/Makefile b/Makefile index 697a2cf9cb..3b15c30da6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CRUNCHY_POSTGRES_EXPORTER_PG_FULL_VERSION ?= 15.3 PGMONITOR_DIR ?= hack/tools/pgmonitor PGMONITOR_VERSION ?= v4.8.1 -POSTGRES_EXPORTER_VERSION ?= 0.12.0 +POSTGRES_EXPORTER_VERSION ?= 0.12.1 POSTGRES_EXPORTER_ARCHITECTURE ?= amd64 POSTGRES_EXPORTER_URL ?= https://github.com/prometheus-community/postgres_exporter/releases/download/v${POSTGRES_EXPORTER_VERSION}/postgres_exporter-${POSTGRES_EXPORTER_VERSION}.linux-${POSTGRES_EXPORTER_ARCHITECTURE}.tar.gz