Skip to content

Commit 5936654

Browse files
authored
PMM-7 Fix with released version
1 parent e61692e commit 5936654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pmm_pgsm_setup/pmm_pgsm_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export PMM_CONTAINER_PORT=443
99
export PMM_CONTAINER_IMAGE=perconalab/pmm-server:dev-latest
1010
export PMM_UI_BRANCH=main
1111
export PMM_QA_GIT_BRANCH=main
12-
export PGSTAT_MONITOR_BRANCH=REL_1_1_0
12+
export PGSTAT_MONITOR_BRANCH=1.1.0
1313
export PGSQL_VERSION=14
14-
export PGSTAT_MONITOR_REPO=JiriCtvrtka/pg_stat_monitor
14+
export PGSTAT_MONITOR_REPO=percona/pg_stat_monitor
1515

1616
while [ $# -gt 0 ]; do
1717
case "$1" in

0 commit comments

Comments
 (0)