From 7ba792f4cac82465061428008263cc13741070f8 Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Mon, 5 Feb 2024 11:29:13 -0600 Subject: [PATCH] Update pgMonitor version Issue: [PGO-319] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a43f69b9b..0a967c6c58 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PGO_IMAGE_URL ?= https://www.crunchydata.com/products/crunchy-postgresql-for-kub PGO_IMAGE_PREFIX ?= localhost PGMONITOR_DIR ?= hack/tools/pgmonitor -PGMONITOR_VERSION ?= v4.10.0 +PGMONITOR_VERSION ?= v4.11.0 QUERIES_CONFIG_DIR ?= hack/tools/queries # Buildah's "build" used to be "bud". Use the alias to be compatible for a while.