From 8212a7f9672e38bd9d058b463b174d1838dddbd6 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Tue, 29 Oct 2024 11:13:34 -0400 Subject: [PATCH 1/2] Update clickhouse.md --- sites/upsun/src/add-services/clickhouse.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sites/upsun/src/add-services/clickhouse.md b/sites/upsun/src/add-services/clickhouse.md index af00db64ed..f070822c3e 100644 --- a/sites/upsun/src/add-services/clickhouse.md +++ b/sites/upsun/src/add-services/clickhouse.md @@ -194,7 +194,8 @@ applications: clickhouse: "clickhouse:clickhouse" services: # The name of the service container. Must be unique within a project. - type: clickhouse:24 + clickhouse: + type: clickhouse:24.3 ``` <---> @@ -215,7 +216,8 @@ applications: clickhouse: "clickhouse:clickhouse-http" services: # The name of the service container. Must be unique within a project. - type: clickhouse:24 + clickhouse: + type: clickhouse:24.3 ``` {{< /codetabs >}} From 3bdd88e7b4abe40cd916e98ee7e99f960d37a2a6 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Tue, 29 Oct 2024 11:18:09 -0400 Subject: [PATCH 2/2] 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