You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +92,7 @@ The structure of the `PLATFORM_RELATIONSHIPS` environment variable can be obtain
91
92
"epoch": 0,
92
93
"rel": "clickhouse",
93
94
"scheme": "https",
94
-
"type": "clickhouse:25.3",
95
+
"type": "clickhouse:25.8",
95
96
"public": false
96
97
}
97
98
```
@@ -228,7 +229,7 @@ applications:
228
229
services:
229
230
# The name of the service container. Must be unique within a project.
230
231
clickhouse:
231
-
type: clickhouse:25.3
232
+
type: clickhouse:25.8
232
233
```
233
234
234
235
<--->
@@ -254,7 +255,7 @@ applications:
254
255
services:
255
256
# The name of the service container. Must be unique within a project.
256
257
clickhouse:
257
-
type: clickhouse:25.3
258
+
type: clickhouse:25.8
258
259
```
259
260
260
261
<--->
@@ -280,7 +281,7 @@ applications:
280
281
services:
281
282
# The name of the service container. Must be unique within a project.
282
283
clickhouse:
283
-
type: clickhouse:25.3
284
+
type: clickhouse:25.8
284
285
```
285
286
286
287
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).
0 commit comments