Browse Source

ci: upgrade clickhouse 19.17.4.11 -> 20.3.9.70 (#20186)

josh 4 years ago
parent
commit
83df6b21b0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .travis.yml
  2. 1 1
      src/sentry/conf/server.py

+ 1 - 1
.travis.yml

@@ -83,7 +83,7 @@ start_snuba: &start_snuba |-
     --name sentry_clickhouse \
     -d --network host \
     --ulimit nofile=262144:262144 \
-    yandex/clickhouse-server:19.11 \
+    yandex/clickhouse-server:20.3.9.70 \
 
   docker run \
     --name sentry_snuba \

+ 1 - 1
src/sentry/conf/server.py

@@ -1476,7 +1476,7 @@ SENTRY_DEVSERVICES = {
         ),
     },
     "clickhouse": {
-        "image": "yandex/clickhouse-server:19.17.4.11",
+        "image": "yandex/clickhouse-server:20.3.9.70",
         "ports": {"9000/tcp": 9000, "9009/tcp": 9009, "8123/tcp": 8123},
         "ulimits": [{"name": "nofile", "soft": 262144, "hard": 262144}],
         "volumes": {"clickhouse": {"bind": "/var/lib/clickhouse"}},