Skip to content

Commit

Permalink
update clickhouse version to 23.8.11.29 (#77865)
Browse files Browse the repository at this point in the history
This is the version now used in all production clusters as well as
self-hosted.
  • Loading branch information
MeredithAnya committed Sep 20, 2024
1 parent 3f1ca71 commit 27efb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
"clickhouse": lambda settings, options: (
{
"image": (
"ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:23.3.19.33.altinitystable"
"ghcr.io/getsentry/image-mirror-altinity-clickhouse-server:23.8.11.29.altinitystable"
),
"ports": {"9000/tcp": 9000, "9009/tcp": 9009, "8123/tcp": 8123},
"ulimits": [{"name": "nofile", "soft": 262144, "hard": 262144}],
Expand Down

0 comments on commit 27efb20

Please sign in to comment.