Skip to content

Commit 5cf43a8

Browse files
committed
use image-mirror now
1 parent e4eaa06 commit 5cf43a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +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": "altinity/clickhouse-server:23.8.8.21.altinitystable",
2879+
"image": "ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:23.8.8.21.altinitystable",
28802880
"ports": {"9000/tcp": 9000, "9009/tcp": 9009, "8123/tcp": 8123},
28812881
"ulimits": [{"name": "nofile", "soft": 262144, "hard": 262144}],
28822882
# The arm image does not properly load the MAX_MEMORY_USAGE_RATIO

0 commit comments

Comments
 (0)