We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3f58d commit beb589eCopy full SHA for beb589e
infra/docker/docker-compose.yaml
@@ -75,7 +75,7 @@ services:
75
condition: service_healthy
76
minio-buckets:
77
condition: service_completed_successfully
78
- image: clickhouse/clickhouse-server:24.12 # amd64 + arm64
+ image: clickhouse/clickhouse-server:25.6 # amd64 + arm64
79
environment:
80
CLICKHOUSE_DB: otel
81
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "1"
@@ -116,7 +116,7 @@ services:
116
depends_on:
117
clickhouse:
118
119
- image: grafana/grafana-oss:11.5.1 # amd64 + arm64
+ image: grafana/grafana-oss:12.0.2 # amd64 + arm64
120
121
GF_INSTALL_PLUGINS: "grafana-clickhouse-datasource"
122
volumes:
0 commit comments