From 5795ca8f4340814b74cbf0d8d464a2c73d236e77 Mon Sep 17 00:00:00 2001 From: Max Hedgehog Date: Fri, 1 Jul 2022 14:48:55 +0000 Subject: [PATCH] Regenerate chart ALL_VALUES.md --- charts/posthog/ALL_VALUES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/posthog/ALL_VALUES.md b/charts/posthog/ALL_VALUES.md index 748122dbe..7998d6343 100644 --- a/charts/posthog/ALL_VALUES.md +++ b/charts/posthog/ALL_VALUES.md @@ -253,8 +253,8 @@ The following table lists the configurable parameters of the PostHog chart and t | clickhouse.settings | object | `{}` | | | clickhouse.defaultSettings.format_schema_path | string | `"/etc/clickhouse-server/config.d/"` | | | clickhouse.podAnnotations | string | `nil` | | -| clickhouse.client.image.repository | string | `"yandex/clickhouse-client"` | Clickhouse client image repository. | -| clickhouse.client.image.tag | string | `"21.3.20.1"` | ClickHouse backup image tag. | +| clickhouse.client.image.repository | string | `"clickhouse/clickhouse-server"` | ClickHouse image repository. | +| clickhouse.client.image.tag | string | `"22.3.6.5"` | ClickHouse image tag. Note: PostHog does not support all versions of ClickHouse. Please override the default only if you know what you are doing. | | clickhouse.backup.enabled | bool | `false` | | | clickhouse.backup.image.repository | string | `"altinity/clickhouse-backup"` | Clickhouse backup image repository. | | clickhouse.backup.image.tag | string | `"1.4.0"` | ClickHouse backup image tag. |