File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ dependencies:
2020- name: nginx
2121 repository: oci://registry-1.docker.io/bitnamicharts
2222 version: 18.2.5
23- digest: sha256:02294d4beb13c3545c2de218f9cdadeaed9dc520a35e7c53ddcfe6cec8320129
24- generated: "2025-07-14T16:38:18.85587007 +02:00"
23+ digest: sha256:f2d82b26a693fed9ee3bd24fbcadafdacda7e525528bbbb347afceae607b2ecf
24+ generated: "2025-07-31T10:29:05.360614374 +02:00"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
1919 version : 29.3.14
2020 condition : kafka.enabled
2121 - name : clickhouse
22- repository : oci ://registry-1.docker.io/bitnamicharts
22+ repository : https ://charts.bitnami.com/bitnami
2323 version : 4.6.0
2424 condition : clickhouse.enabled
2525 - name : rabbitmq
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ settings.py: |
8888 { {- if and .Values.externalClickhouse.singleNode (not .Values.clickhouse.enabled) } }
8989 "single_node": True,
9090 { {- else } }
91- "single_node": False,
91+ "single_node": True, # IDK why this is needed, but it is required for the clickhouse client to work
9292 { {- end } }
9393 { {- if or .Values.clickhouse.enabled (not .Values.externalClickhouse.singleNode) } }
9494 "cluster_name": { { default " default" .Values.clickhouse.clusterName | quote } },
Original file line number Diff line number Diff line change @@ -2301,7 +2301,7 @@ kafka:
23012301 # # Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
23022302 # Note that existing topics will remain with replicationFactor: 1 when updated.
23032303 replicationFactor : 3
2304- enabled : false
2304+ enabled : true
23052305 # Topic list is based on files below.
23062306 # - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
23072307 # - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py
You can’t perform that action at this time.
0 commit comments