Skip to content

Commit

Permalink
docker: update ClickHouse to 23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 7, 2023
1 parent 0131456 commit 0185bfe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ports:
- 6379:6379
clickhouse:
image: clickhouse/clickhouse-server:23.3
image: clickhouse/clickhouse-server:23.8
ports:
- 9000:9000
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ run tests:
alias: kafka
- name: bitnami/redis:7.0
alias: redis
- name: clickhouse/clickhouse-server:23.3
- name: clickhouse/clickhouse-server:23.8
alias: clickhouse
script:
- time apk add --no-cache git make gcc musl-dev shared-mime-info npm curl
Expand Down
4 changes: 4 additions & 0 deletions console/data/docs/99-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ identified with a specific icon:
- 🩹: bug fix
- 🌱: miscellaneous change

## Unreleased

- 🌱 *docker*: update ClickHouse to 23.8 (this is not mandatory)

## 1.9.1 - 2023-10-06

- 🌱 *console*: add filtering support for custom columns
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- 127.0.0.1:6379:6379/tcp

clickhouse:
image: clickhouse/clickhouse-server:23.3
image: clickhouse/clickhouse-server:23.8
ports:
- 127.0.0.1:8123:8123/tcp
- 127.0.0.1:9000:9000/tcp
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro

clickhouse:
image: clickhouse/clickhouse-server:23.3
image: clickhouse/clickhouse-server:23.8
volumes:
- ../orchestrator/clickhouse/data/docker-entrypoint.sh:/docker-entrypoint-initdb.d/init-db.sh:ro
- akvorado-clickhouse:/var/lib/clickhouse
Expand Down

0 comments on commit 0185bfe

Please sign in to comment.