You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ For now the full list of values is not documented, but you can get inspired by t
20
20
21
21
## Upgrading to Chart 29.x.x
22
22
23
+
## External ClickHouse
24
+
25
+
Removed bundled ClickHouse. Use an external ClickHouse deployment and follow the [External ClickHouse guide](charts/sentry/docs/external-clickhouse.md).
26
+
23
27
### Memcached chart switch
24
28
25
29
This release replaces the Bitnami Memcached dependency with the CloudPirates Memcached chart (`oci://registry-1.docker.io/cloudpirates/memcached`). Values have changed accordingly:
Copy file name to clipboardExpand all lines: charts/clickhouse/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
[ClickHouse](https://clickhouse.yandex/) is an open source column-oriented database management system capable of real time generation of analytical data reports using SQL queries.
4
4
5
+
## Deprecation Notice
6
+
7
+
This chart is deprecated and will not receive further updates in this repository. For Sentry deployments, use an external ClickHouse cluster and follow the [External ClickHouse guide](../sentry/docs/external-clickhouse.md).
8
+
5
9
## Introduction
6
10
This chart bootstraps a [ClickHouse](https://clickhouse.yandex/) replication cluster deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
| config.relay | string |`"# No YAML relay config given\n"`||
@@ -1163,10 +1145,6 @@ Note: this table is incomplete, so have a look at the values.yaml in case you mi
1163
1145
| vroom.persistence.accessModes[0]| string |`"ReadWriteOnce"`| Access mode for vroom PVC. Use ReadWriteMany if sharing with ingest-profiles (filestore.profiles.filesystem.persistence.shareWithVroom) |
1164
1146
| vroom.persistence.size | string |`"10Gi"`| Size of vroom PVC |
1165
1147
| vroom.persistence.storageClassName | string |`nil`| Storage class for vroom PVC |
0 commit comments