From 23fe8346f0f76c4732755522218a9fe0b8f27412 Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Wed, 24 Sep 2025 14:24:06 -0500 Subject: [PATCH] Update Makefile Our Dockerfile expects to find the pgmonitor queries so we should run get-pgmonitor as part of the build target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5f199818b..7557fbcc1 100644 --- a/Makefile +++ b/Makefile @@ -132,6 +132,7 @@ deploy-dev: createnamespaces .PHONY: build build: ## Build a postgres-operator image +build: get-pgmonitor $(BUILDAH) build --tag localhost/postgres-operator \ --label org.opencontainers.image.authors='Crunchy Data' \ --label org.opencontainers.image.description='Crunchy PostgreSQL Operator' \