Skip to content

Commit bea91f4

Browse files
authored
Update pgmonitor version (#4010)
Update pgmonitor version We're pinning to the RC of pgmonitor for now, since we use that tag to identify the queries to pull.
1 parent 25289eb commit bea91f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PGO_IMAGE_URL ?= https://www.crunchydata.com/products/crunchy-postgresql-for-kub
66
PGO_IMAGE_PREFIX ?= localhost
77

88
PGMONITOR_DIR ?= hack/tools/pgmonitor
9-
PGMONITOR_VERSION ?= v4.11.0
9+
PGMONITOR_VERSION ?= v5.1.1-RC1
1010
QUERIES_CONFIG_DIR ?= hack/tools/queries
1111

1212
EXTERNAL_SNAPSHOTTER_DIR ?= hack/tools/external-snapshotter

internal/controller/postgrescluster/pgmonitor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ func TestReconcilePGMonitorExporterStatus(t *testing.T) {
602602
podExecCalled: false,
603603
// Status was generated manually for this test case
604604
// TODO (jmckulk): add code to generate status
605-
status: v1beta1.MonitoringStatus{ExporterConfiguration: "7cdb484b6c"},
605+
status: v1beta1.MonitoringStatus{ExporterConfiguration: "6d874c58df"},
606606
statusChangedAfterReconcile: false,
607607
}} {
608608
t.Run(test.name, func(t *testing.T) {

0 commit comments

Comments
 (0)