diff --git a/.github/workflows/graphqlmetrics-ci.yaml b/.github/workflows/graphqlmetrics-ci.yaml index 050a5aa7b2..75cfec54ad 100644 --- a/.github/workflows/graphqlmetrics-ci.yaml +++ b/.github/workflows/graphqlmetrics-ci.yaml @@ -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" diff --git a/docker-compose.full.yml b/docker-compose.full.yml index ae228a0484..ab6828dab0 100644 --- a/docker-compose.full.yml +++ b/docker-compose.full.yml @@ -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} diff --git a/docker-compose.yml b/docker-compose.yml index b776ce1696..f95552282e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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} diff --git a/helm/cosmo/CHART.md b/helm/cosmo/CHART.md index 6170ea2cc1..a71f68975b 100644 --- a/helm/cosmo/CHART.md +++ b/helm/cosmo/CHART.md @@ -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 | diff --git a/helm/cosmo/Chart.lock b/helm/cosmo/Chart.lock index 9a01fb5974..988d683646 100644 --- a/helm/cosmo/Chart.lock +++ b/helm/cosmo/Chart.lock @@ -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" diff --git a/helm/cosmo/Chart.yaml b/helm/cosmo/Chart.yaml index 80bb2f979a..c33e5a4a21 100644 --- a/helm/cosmo/Chart.yaml +++ b/helm/cosmo/Chart.yaml @@ -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 diff --git a/helm/cosmo/charts/clickhouse-4.6.0.tgz b/helm/cosmo/charts/clickhouse-4.6.0.tgz deleted file mode 100644 index 7c5af3c38e..0000000000 Binary files a/helm/cosmo/charts/clickhouse-4.6.0.tgz and /dev/null differ diff --git a/helm/cosmo/charts/clickhouse-5.0.2.tgz b/helm/cosmo/charts/clickhouse-5.0.2.tgz new file mode 100644 index 0000000000..40bcaea613 Binary files /dev/null and b/helm/cosmo/charts/clickhouse-5.0.2.tgz differ