Skip to content

Commit

Permalink
Update pgmonitor version (#4010)
Browse files Browse the repository at this point in the history
Update pgmonitor version

We're pinning to the RC of pgmonitor for now, since we use that tag to
identify the queries to pull.
  • Loading branch information
benjaminjb authored Oct 8, 2024
1 parent 25289eb commit bea91f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0
PGMONITOR_VERSION ?= v5.1.1-RC1
QUERIES_CONFIG_DIR ?= hack/tools/queries

EXTERNAL_SNAPSHOTTER_DIR ?= hack/tools/external-snapshotter
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/postgrescluster/pgmonitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ func TestReconcilePGMonitorExporterStatus(t *testing.T) {
podExecCalled: false,
// Status was generated manually for this test case
// TODO (jmckulk): add code to generate status
status: v1beta1.MonitoringStatus{ExporterConfiguration: "7cdb484b6c"},
status: v1beta1.MonitoringStatus{ExporterConfiguration: "6d874c58df"},
statusChangedAfterReconcile: false,
}} {
t.Run(test.name, func(t *testing.T) {
Expand Down

0 comments on commit bea91f4

Please sign in to comment.