Skip to content

Commit ed8cc79

Browse files
Upgrade Clickhouse to 21.8 (#2536)
* bump clickhouse images
1 parent 16bea1e commit ed8cc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/detect-platform.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ fi
2020
export DOCKER_ARCH=$(docker info --format '{{.Architecture}}')
2121
if [[ "$DOCKER_ARCH" = "x86_64" ]]; then
2222
export DOCKER_PLATFORM="linux/amd64"
23-
export CLICKHOUSE_IMAGE="yandex/clickhouse-server:20.3.9.70"
23+
export CLICKHOUSE_IMAGE="altinity/clickhouse-server:21.8.13.1.altinitystable"
2424
elif [[ "$DOCKER_ARCH" = "aarch64" ]]; then
2525
export DOCKER_PLATFORM="linux/arm64"
26-
export CLICKHOUSE_IMAGE="altinity/clickhouse-server:21.6.1.6734-testing-arm"
26+
export CLICKHOUSE_IMAGE="altinity/clickhouse-server:21.8.12.29.altinitydev.arm"
2727
else
2828
echo "FAIL: Unsupported docker architecture $DOCKER_ARCH."
2929
exit 1

0 commit comments

Comments
 (0)