Skip to content

Commit

Permalink
Add ClickHouse support
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Jun 1, 2024
1 parent 22b147e commit a5aeb8e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
7 changes: 5 additions & 2 deletions charts/studio/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
digest: sha256:4d64be3c68e02f9bf8d4468389b628383c33fc3e1902597f637c49ccf2f777d9
generated: "2024-04-30T15:57:25.19756706Z"
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.2.0
digest: sha256:5764f9714b4d0e478f5ea25796091919f7ca334773989ac86235c7377db85405
generated: "2024-06-01T16:58:57.386705962Z"
6 changes: 5 additions & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.14.2
version: 0.14.3
appVersion: "v2.119.4"
maintainers:
- name: iterative
Expand All @@ -17,3 +17,7 @@ dependencies:
condition: postgresql.enabled
version: "11.9.13"
repository: "https://charts.bitnami.com/bitnami"
- name: clickhouse
condition: clickhouse.enabled
version: "6.2.0"
repository: "https://charts.bitnami.com/bitnami"
16 changes: 16 additions & 0 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,22 @@ postgresql:
# -- Postgres database
database: iterativeai

clickhouse:
# -- ClickHouse enabled
enabled: false
# -- ClickHouse name override
fullnameOverride: studio-clickhouse

image:
registry: docker.io
repository: bitnami/clickhouse
tag: 24.4.1-debian-12-r4

# Change this before deploying
auth:
username: default
password: clickhouse

# -- PgBouncer settings group
pgBouncer:
enabled: false
Expand Down

0 comments on commit a5aeb8e

Please sign in to comment.