File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/controller/postgrescluster Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PGO_IMAGE_URL ?= https://www.crunchydata.com/products/crunchy-postgresql-for-kub
66PGO_IMAGE_PREFIX ?= localhost
77
88PGMONITOR_DIR ?= hack/tools/pgmonitor
9- PGMONITOR_VERSION ?= v4.11.0
9+ PGMONITOR_VERSION ?= v5.1.1-RC1
1010QUERIES_CONFIG_DIR ?= hack/tools/queries
1111
1212EXTERNAL_SNAPSHOTTER_DIR ?= hack/tools/external-snapshotter
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments