Skip to content

Commit

Permalink
Liya/dev 2336 use helm chart for clickhouse operator (#376)
Browse files Browse the repository at this point in the history
* replace clickhouse operator installation

* Update Helm documentation

---------

Co-authored-by: CometActions <[email protected]>
  • Loading branch information
liyaka and CometActions authored Oct 13, 2024
1 parent a9b5acc commit 019a007
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 4,351 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
set -e
cd deployment/helm_chart/opik
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add clickhouse-operator https://docs.altinity.com/clickhouse-operator
helm dependency build
helm lint --values values.yaml .
cd -
1 change: 1 addition & 0 deletions .github/workflows/publish_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
set -e
cd deployment/helm_chart/opik
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add clickhouse-operator https://docs.altinity.com/clickhouse-operator
helm dependency build
helm lint --values values.yaml .
cd -
Expand Down
7 changes: 5 additions & 2 deletions deployment/helm_chart/opik/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.2
digest: sha256:aff7158d368c78d7fcb68102bf04e7b5631eff0a80bddcd6404d4c2eb95e5200
generated: "2024-08-25T14:11:27.399354+03:00"
- name: altinity-clickhouse-operator
repository: https://docs.altinity.com/clickhouse-operator/
version: 0.23.7
digest: sha256:1863002507fafe0a986af167356bbb3178a4870994225b728efac3cfd9db617e
generated: "2024-10-13T14:38:17.89184+03:00"
4 changes: 4 additions & 0 deletions deployment/helm_chart/opik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ dependencies:
version: "18.19.2"
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: altinity-clickhouse-operator
version: "0.23.7"
repository: https://docs.altinity.com/clickhouse-operator/

6 changes: 3 additions & 3 deletions deployment/helm_chart/opik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ Call opik api on http://localhost:5173/api
| https://charts.bitnami.com/bitnami | mysql | 11.1.9 |
| https://charts.bitnami.com/bitnami | redis | 18.19.2 |
| https://charts.bitnami.com/bitnami | zookeeper | 12.12.1 |
| https://docs.altinity.com/clickhouse-operator/ | altinity-clickhouse-operator | 0.23.7 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| altinity-clickhouse-operator.metrics.enabled | bool | `false` | |
| altinity-clickhouse-operator.serviceMonitor.enabled | bool | `false` | |
| basicAuth | bool | `false` | |
| clickhouse.adminUser.password | string | `"opik"` | |
| clickhouse.adminUser.useSecret.enabled | bool | `false` | |
Expand All @@ -93,11 +96,8 @@ Call opik api on http://localhost:5173/api
| clickhouse.image | string | `"altinity/clickhouse-server:24.3.5.47.altinitystable"` | |
| clickhouse.logsLevel | string | `"information"` | |
| clickhouse.monitoring.enabled | bool | `false` | |
| clickhouse.monitoring.monitoringReleaseName | string | `nil` | |
| clickhouse.monitoring.password | string | `"opikmon"` | |
| clickhouse.monitoring.username | string | `"opikmon"` | |
| clickhouse.namePrefix | string | `"opik"` | |
| clickhouse.operator.enabled | bool | `true` | |
| clickhouse.replicasCount | int | `1` | |
| clickhouse.service.serviceTemplate | string | `"clickhouse-cluster-svc-template"` | |
| clickhouse.shardsCount | int | `1` | |
Expand Down
Loading

0 comments on commit 019a007

Please sign in to comment.