File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : sentry
33description : A Helm chart for deploying sentry on plural
44type : application
5- version : 0.3.4
5+ version : 0.3.5
66appVersion : " 23.6.1"
77dependencies :
88- name : sentry
Original file line number Diff line number Diff line change 1+ apiVersion : kafka.strimzi.io/v1beta2
2+ kind : KafkaTopic
3+ metadata :
4+ labels :
5+ strimzi.io/cluster : kafka
6+ name : ingest-attachments
7+ namespace : kafka
8+ spec :
9+ config : {}
10+ partitions : 1
11+ replicas : 1
12+ topicName : ingest-attachments
13+ ---
14+ apiVersion : kafka.strimzi.io/v1beta2
15+ kind : KafkaTopic
16+ metadata :
17+ labels :
18+ strimzi.io/cluster : kafka
19+ name : ingest-events
20+ namespace : kafka
21+ spec :
22+ config : {}
23+ partitions : 1
24+ replicas : 1
25+ topicName : ingest-events
You can’t perform that action at this time.
0 commit comments