Skip to content

Commit dc5e0be

Browse files
authored
Merge pull request #3 from Percona-Lab/PMM-7-Fix-with-Release-tags
PMM-7 Fix with released version
2 parents e61692e + 5936654 commit dc5e0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pmm_pgsm_setup/pmm_pgsm_setup.sh

+2-2
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)