update clickhouse to 22.9 for better arm64 support

This commit is contained in:
ruslandoga 2022-10-13 15:07:02 +07:00
parent 3177d22992
commit bd21720987
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
- POSTGRES_PASSWORD=postgres
plausible_events_db:
image: clickhouse/clickhouse-server:22.6-alpine
image: clickhouse/clickhouse-server:22.9-alpine
restart: always
volumes:
- event-data:/var/lib/clickhouse

View File

@ -79,7 +79,7 @@ spec:
fsGroup: 101
containers:
- name: plausible-events-db
image: yandex/clickhouse-server:latest
image: clickhouse/clickhouse-server:22.9-alpine
imagePullPolicy: Always
ports:
- containerPort: 8123