From 3bdd88e7b4abe40cd916e98ee7e99f960d37a2a6 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Tue, 29 Oct 2024 11:18:09 -0400 Subject: [PATCH] Update clickhouse.md --- sites/upsun/src/add-services/clickhouse.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/upsun/src/add-services/clickhouse.md b/sites/upsun/src/add-services/clickhouse.md index f070822c3e..facacc51f1 100644 --- a/sites/upsun/src/add-services/clickhouse.md +++ b/sites/upsun/src/add-services/clickhouse.md @@ -58,7 +58,7 @@ CLICKHOUSE_HOSTNAME=azertyuiopqsdfghjklm.clickhouse.service._.eu-1.{{< vendor/ur CLICKHOUSE_EPOCH=0 CLICKHOUSE_REL=clickhouse CLICKHOUSE_SCHEME=https/http -CLICKHOUSE_TYPE=clickhouse:24 +CLICKHOUSE_TYPE=clickhouse:24.3 CLICKHOUSE_PUBLIC=false ``` @@ -90,7 +90,7 @@ The structure of the `PLATFORM_RELATIONSHIPS` environment variable can be obtain "epoch": 0, "rel": "clickhouse", "scheme": "https", - "type": "clickhouse:24", + "type": "clickhouse:24.3", "public": false } ``` @@ -238,7 +238,7 @@ applications: services: clickhouse: - type: clickhouse:24 + type: clickhouse:24.3 configuration: databases: - main