From 8019256dfcca5425b5a00c737b65db57e483f40f Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 29 May 2024 17:57:03 +0200 Subject: [PATCH] Fix: clickhouse user login (#160) --- packages/apps/clickhouse/Chart.yaml | 2 +- packages/apps/clickhouse/templates/clickhouse.yaml | 1 + packages/apps/versions_map | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/apps/clickhouse/Chart.yaml b/packages/apps/clickhouse/Chart.yaml index 1b9862a0..d5ad8600 100644 --- a/packages/apps/clickhouse/Chart.yaml +++ b/packages/apps/clickhouse/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/packages/apps/clickhouse/templates/clickhouse.yaml b/packages/apps/clickhouse/templates/clickhouse.yaml index da754055..6c61ec14 100644 --- a/packages/apps/clickhouse/templates/clickhouse.yaml +++ b/packages/apps/clickhouse/templates/clickhouse.yaml @@ -14,6 +14,7 @@ spec: {{- range $name, $u := . }} {{ $name }}/password_sha256_hex: {{ sha256sum $u.password }} {{ $name }}/profile: {{ ternary "readonly" "default" (index $u "readonly" | default false) }} + {{ $name }}/networks/ip: ["::/0"] {{- end }} {{- end }} profiles: diff --git a/packages/apps/versions_map b/packages/apps/versions_map index bd195c9a..712c3014 100644 --- a/packages/apps/versions_map +++ b/packages/apps/versions_map @@ -1,5 +1,6 @@ clickhouse 0.1.0 ca79f72 -clickhouse 0.2.0 HEAD +clickhouse 0.2.0 7cd7de73 +clickhouse 0.2.1 HEAD http-cache 0.1.0 a956713 http-cache 0.2.0 HEAD kafka 0.1.0 760f86d2