Skip to content

Commit 42d2295

Browse files
authored
Merge branch 'main' into 5232-composable-image-work---fix-link
2 parents c7e6884 + 391aeae commit 42d2295

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sites/upsun/src/add-services/clickhouse.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For more information, see the [ClickHouse documentation](https://ClickHouse.com/
1919

2020
## Supported versions
2121

22+
- 25.8
2223
- 25.3
2324
- 24.3
2425
- 23.8
@@ -59,7 +60,7 @@ CLICKHOUSE_HOSTNAME=azertyuiopqsdfghjklm.clickhouse.service._.eu-1.{{< vendor/ur
5960
CLICKHOUSE_EPOCH=0
6061
CLICKHOUSE_REL=clickhouse
6162
CLICKHOUSE_SCHEME=https/http
62-
CLICKHOUSE_TYPE=clickhouse:25.3
63+
CLICKHOUSE_TYPE=clickhouse:25.8
6364
CLICKHOUSE_PUBLIC=false
6465
```
6566

@@ -91,7 +92,7 @@ The structure of the `PLATFORM_RELATIONSHIPS` environment variable can be obtain
9192
"epoch": 0,
9293
"rel": "clickhouse",
9394
"scheme": "https",
94-
"type": "clickhouse:25.3",
95+
"type": "clickhouse:25.8",
9596
"public": false
9697
}
9798
```
@@ -228,7 +229,7 @@ applications:
228229
services:
229230
# The name of the service container. Must be unique within a project.
230231
clickhouse:
231-
type: clickhouse:25.3
232+
type: clickhouse:25.8
232233
```
233234

234235
<--->
@@ -254,7 +255,7 @@ applications:
254255
services:
255256
# The name of the service container. Must be unique within a project.
256257
clickhouse:
257-
type: clickhouse:25.3
258+
type: clickhouse:25.8
258259
```
259260

260261
<--->
@@ -280,7 +281,7 @@ applications:
280281
services:
281282
# The name of the service container. Must be unique within a project.
282283
clickhouse:
283-
type: clickhouse:25.3
284+
type: clickhouse:25.8
284285
```
285286

286287
If you want to change the ``clickhouse`` endpoint to ``clickhouse-http``, you need to use explicit endpoint definition as it defaults to ``clickhouse`` endpoint when using default endpoint (aka. {{% variable "SERVICE_NAME" %}} as relationship definition).
@@ -311,7 +312,7 @@ applications:
311312
endpoint: importer
312313
services:
313314
clickhouse:
314-
type: clickhouse:25.3
315+
type: clickhouse:25.8
315316
configuration:
316317
databases:
317318
- main

0 commit comments

Comments
 (0)