Skip to content

Commit e4eaa06

Browse files
committed
Try sentry tests with CH 23.8
1 parent 783cc88 commit e4eaa06

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,12 +2876,7 @@ def build_cdc_postgres_init_db_volume(settings: Any) -> dict[str, dict[str, str]
28762876
),
28772877
"clickhouse": lambda settings, options: (
28782878
{
2879-
"image": "ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:21.8.13.1.altinitystable"
2880-
if not ARM64
2881-
# altinity provides clickhouse support to other companies
2882-
# Official support: https://github.com/ClickHouse/ClickHouse/issues/22222
2883-
# This image is build with this script https://gist.github.com/filimonov/5f9732909ff66d5d0a65b8283382590d
2884-
else "ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:21.6.1.6734-testing-arm",
2879+
"image": "altinity/clickhouse-server:23.8.8.21.altinitystable",
28852880
"ports": {"9000/tcp": 9000, "9009/tcp": 9009, "8123/tcp": 8123},
28862881
"ulimits": [{"name": "nofile", "soft": 262144, "hard": 262144}],
28872882
# The arm image does not properly load the MAX_MEMORY_USAGE_RATIO

0 commit comments

Comments
 (0)