Skip to content

Commit

Permalink
chore: sync clickhouse version with cloud version (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech authored Feb 15, 2024
1 parent a100591 commit 7c87e56
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graphqlmetrics-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
services:
clickhouse:
# Docker Hub image
image: clickhouse/clickhouse-server:23
image: clickhouse/clickhouse-server:24
ports:
- "8123:8123"
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
# Infrastructure services

clickhouse:
image: clickhouse/clickhouse-server:${DC_CLICKHOUSE_VERSION:-23}
image: clickhouse/clickhouse-server:${DC_CLICKHOUSE_VERSION:-24}
environment:
CLICKHOUSE_DB: ${CLICKHOUSE_DATABASE:-cosmo}
CLICKHOUSE_USER: ${CLICKHOUSE_USER:-default}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
- primary

clickhouse:
image: clickhouse/clickhouse-server:${DC_CLICKHOUSE_VERSION:-23.8}
image: clickhouse/clickhouse-server:${DC_CLICKHOUSE_VERSION:-24.0}
environment:
CLICKHOUSE_DB: ${CLICKHOUSE_DATABASE:-cosmo}
CLICKHOUSE_USER: ${CLICKHOUSE_USER:-default}
Expand Down
2 changes: 1 addition & 1 deletion helm/cosmo/CHART.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph
| | otelcollector | ^0 |
| | router | ^0 |
| | studio | ^0 |
| https://charts.bitnami.com/bitnami | clickhouse | ^4.1.5 |
| https://charts.bitnami.com/bitnami | clickhouse | ^5.0.2 |
| https://charts.bitnami.com/bitnami | keycloak | ^17.3.1 |
| https://charts.bitnami.com/bitnami | minio | 12.10.0 |
| https://charts.bitnami.com/bitnami | postgresql | 12.8.0 |
Expand Down
6 changes: 3 additions & 3 deletions helm/cosmo/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ dependencies:
version: 17.3.6
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 4.6.0
version: 5.0.2
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.10.0
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.9.1
digest: sha256:ed5ee804dd5c5205e331adacbb6a2d1916d140d11e3c4f7ba9f8a96da0df8142
generated: "2024-02-09T15:10:04.92600561+01:00"
digest: sha256:e5c47b9544ecbe22805d1d5c51e1f0c52d0a9dbf93c2fd2acb533dd483b7eff1
generated: "2024-02-15T14:45:50.463624303+01:00"
2 changes: 1 addition & 1 deletion helm/cosmo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies:
repository: 'https://charts.bitnami.com/bitnami'
condition: global.keycloak.enabled
- name: clickhouse
version: '^4.1.5'
version: '^5.0.2'
condition: global.clickhouse.enabled
repository: 'https://charts.bitnami.com/bitnami'
- name: minio
Expand Down
Binary file removed helm/cosmo/charts/clickhouse-4.6.0.tgz
Binary file not shown.
Binary file added helm/cosmo/charts/clickhouse-5.0.2.tgz
Binary file not shown.

0 comments on commit 7c87e56

Please sign in to comment.