Skip to content

Commit c93b5c0

Browse files
fix upgrade test
1 parent 659d334 commit c93b5c0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/integration/fixtures/helm.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ async def matrix_stack(
172172
],
173173
}
174174
]
175+
## Drop me once PR 569 is released
176+
values["matrixRTC"]["sfu"].setdefault("additional", {}).setdefault("prometheus-fix.yml", {})["config"] = (
177+
"prometheus_port: 6789"
178+
)
179+
175180
values["synapse"]["hostAliases"] = values["matrixRTC"]["hostAliases"]
176181

177182
chart = await helm_client.get_chart("charts/matrix-stack")

0 commit comments

Comments
 (0)