-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.yaml
918 lines (918 loc) · 31.2 KB
/
index.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
apiVersion: v1
entries:
kafdrop:
- apiVersion: v2
appVersion: 3.30.0
created: "2024-07-05T13:01:45.376408+01:00"
description: A Helm chart for Kafdrop on Kubernetes
digest: b26f7696fc54836429015826582abdc9361994cba82ab24a998302afc12e0256
home: https://github.com/ricardo-aires/helm-charts
keywords:
- kafka
- kafdrop
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafdrop
sources:
- https://github.com/ricardo-aires/helm-charts
- https://github.com/obsidiandynamics/kafdrop
type: application
urls:
- kafdrop-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 3.27.0
created: "2024-07-05T13:01:45.375999+01:00"
description: A Helm chart for Kafdrop on Kubernetes
digest: a3e3ee4cdcdb32223e872c26c5d130c4753652064a57d0b76608332a29e19b27
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- kafdrop
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafdrop
sources:
- https://github.com/ricardo-aires/helm-charts
- https://github.com/obsidiandynamics/kafdrop
type: application
urls:
- kafdrop-0.1.0.tgz
version: 0.1.0
kafka:
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.38208+01:00"
dependencies:
- alias: zookeeper
condition: zookeeper.enabled
name: zookeeper
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Kafka on Kubernetes
digest: 8f0ae114d81995ae8281b47605ad64fa44759d3618f35080531bb26ad29314b6
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kafka-0.2.1.tgz
version: 0.2.1
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.380274+01:00"
dependencies:
- alias: zookeeper
condition: zookeeper.enabled
name: zookeeper
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Kafka on Kubernetes
digest: 29e9116357a2aff9cff74b9eedbc0f92e482d6a016587c76c244bb52a73016a0
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kafka-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.378351+01:00"
dependencies:
- alias: zookeeper
condition: zookeeper.enabled
name: zookeeper
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
description: A Helm chart for Confluent Kafka on Kubernetes
digest: 31aa8f789a1bc284f8795a6004d1226074b278cd127d1e8cce894b1a71695865
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kafka-0.1.0.tgz
version: 0.1.0
kafka-connect:
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.383658+01:00"
description: A Helm chart for Confluent Kafka Connect on Kubernetes
digest: 816655f3324308aed3c6eb83518e6df50edd01a3663e4981159028d305967b83
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- kafka-connect
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka-connect
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/connect/index.html
type: application
urls:
- kafka-connect-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.382789+01:00"
description: A Helm chart for Confluent Kafka Connect on Kubernetes
digest: 999f5a0dbaa1ee8ba2c34e3aa169eb09f8fbbdbf7a1173c6b67958038850a8a0
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- kafka-connect
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka-connect
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/connect/index.html
type: application
urls:
- kafka-connect-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.382439+01:00"
description: A Helm chart for Confluent Kafka Connect on Kubernetes
digest: 002246d28970b8af4c20d8e63958fd004206ce892c7907667329d8b794f97c38
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- kafka-connect
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka-connect
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/connect/index.html
type: application
urls:
- kafka-connect-0.1.0.tgz
version: 0.1.0
kafka-connect-ui:
- apiVersion: v2
appVersion: latest
created: "2024-07-05T13:01:45.384025+01:00"
description: A Helm chart for Landoop Kafka Connect UI on Kubernetes
digest: f13dc072493f62344324a83422e16060c4ff1e4d9785dca829bc0fb0d246c859
home: https://github.com/ricardo-aires/helm-charts
icon: https://assets.confluent.io/m/61d0fe7faad2f991/original/icon-schema-registry.svg
keywords:
- kafka
- kafka-connect
- landoop
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka-connect-ui
sources:
- https://github.com/ricardo-aires/helm-charts
- https://hub.docker.com/r/landoop/kafka-connect-ui
- https://github.com/lensesio/kafka-connect-ui
type: application
urls:
- kafka-connect-ui-0.1.0.tgz
version: 0.1.0
kafka-rest:
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.38478+01:00"
description: A Helm chart for Confluent Kafka REST on Kubernetes
digest: 2a5cae2689122cec5a5765dd1fedc5015243946e52e32d30d6c0e814a63a47af
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- kafka-rest
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka-rest
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/kafka-rest/index.html
type: application
urls:
- kafka-rest-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.384383+01:00"
description: A Helm chart for Confluent Kafka REST on Kubernetes
digest: e48e90c4135dca56aaa583dcdb2ed196bc8aefe39817fd39d4a723f3f1c9378c
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- kafka-rest
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kafka-rest
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/kafka-rest/index.html
type: application
urls:
- kafka-rest-0.1.0.tgz
version: 0.1.0
ksqldb:
- apiVersion: v2
appVersion: 0.28.2
created: "2024-07-05T13:01:45.386848+01:00"
description: A Helm chart for Confluent ksqlDB on Kubernetes
digest: 511e3b3e40a7a532df6e086c762a8d9e4c870378dcf9eb8a82c678feda2591bb
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- ksqldb
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: ksqldb
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/ksqldb/index.html
- https://ksqldb.io
type: application
urls:
- ksqldb-0.2.3.tgz
version: 0.2.3
- apiVersion: v2
appVersion: 0.28.2
created: "2024-07-05T13:01:45.386436+01:00"
description: A Helm chart for Confluent ksqlDB on Kubernetes
digest: 2cf05affeb27cc8743b6df898dda9c85f5839e69374ea6fc800824dbd24440db
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- ksqldb
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: ksqldb
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/ksqldb/index.html
- https://ksqldb.io
type: application
urls:
- ksqldb-0.2.2.tgz
version: 0.2.2
- apiVersion: v2
appVersion: 0.28.2
created: "2024-07-05T13:01:45.386006+01:00"
description: A Helm chart for Confluent ksqlDB on Kubernetes
digest: 077bc4325936bb9881da29fe1f0794ba092664a610667b3acb126c14e417a8da
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- ksqldb
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: ksqldb
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/ksqldb/index.html
- https://ksqldb.io
type: application
urls:
- ksqldb-0.2.1.tgz
version: 0.2.1
- apiVersion: v2
appVersion: 0.28.2
created: "2024-07-05T13:01:45.385587+01:00"
description: A Helm chart for Confluent ksqlDB on Kubernetes
digest: 22fe3dd76728108f85871d3451ac92ad417e7eeb0ddcbb9e87b00a491bcafd4e
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- ksqldb
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: ksqldb
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/ksqldb/index.html
- https://ksqldb.io
type: application
urls:
- ksqldb-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 0.18.0
created: "2024-07-05T13:01:45.385149+01:00"
description: A Helm chart for Confluent ksqlDB on Kubernetes
digest: c0c8806b457f495807763ebb341eb691ac5c96c9ef350a13a942c147db89a8b7
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- ksqldb
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: ksqldb
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/ksqldb/index.html
- https://ksqldb.io
type: application
urls:
- ksqldb-0.1.0.tgz
version: 0.1.0
kstack:
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.412588+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.1
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.3
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: 419d70131b9016f512fe797517b67dc5beb5396085f7c81bd7fb4f516f397095
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.2.4.tgz
version: 0.2.4
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.407958+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.3
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: 18d730eacca74de317713bbeef026f6e01ed390a0c038490f35089a45755ebbe
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.2.3.tgz
version: 0.2.3
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.404257+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.2
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: bec94e96a7b6f63b52c65288ec95fa8f0291f7307714ab41f7ae98a8c292ad64
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.2.2.tgz
version: 0.2.2
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.401023+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.1
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: 2ac9018fe8e51b39ead81b0647265ee1f1ef1027c00ecb68020fb84070e1b3f5
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.2.1.tgz
version: 0.2.1
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.397467+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.2.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: 3a19ef7221a69c95100abf3fcf283e41ed656f056685843fcea0ae7ff9a15c7e
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.394156+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: schema-registry-ui
condition: schema-registry-ui.enabled
name: schema-registry-ui
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.1
- alias: kafka-connect-ui
condition: kafka-connect-ui.enabled
name: kafka-connect-ui
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: 474af7d432443beed755bde040624e43747de6cbbedf4f6a629072bdd93ba612
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.390278+01:00"
dependencies:
- alias: kafka
condition: kafka.enabled
name: kafka
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: schema-registry
condition: schema-registry.enabled
name: schema-registry
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: schema-registry-ui
condition: schema-registry-ui.enabled
name: schema-registry-ui
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafka-connect
condition: kafka-connect.enabled
name: kafka-connect
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafka-connect-ui
condition: kafka-connect-ui.enabled
name: kafka-connect-ui
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafka-rest
condition: kafka-rest.enabled
name: kafka-rest
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: ksqldb
condition: ksqldb.enabled
name: ksqldb
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
- alias: kafdrop
condition: kafdrop.enabled
name: kafdrop
repository: https://ricardo-aires.github.io/helm-charts/
version: 0.1.0
description: A Helm chart for Confluent Platform on Kubernetes
digest: 837b13e25876f5b4e2f84fedb9410d307a3a5219c49a2c04a722667f445a90dc
home: https://ricardo-aires.github.io/helm-charts/
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: kstack
sources:
- https://github.com/ricardo-aires/helm-charts
- https://kafka.apache.org/documentation/#configuration
- https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html
type: application
urls:
- kstack-0.1.0.tgz
version: 0.1.0
schema-registry:
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.413237+01:00"
description: A Helm chart for Confluent Schema Registry on Kubernetes
digest: c96239afb1e4f742d7b16fb0c7ac074bcdbdcf20f84c5152b9a9a227c7761746
home: https://github.com/ricardo-aires/helm-charts
icon: https://assets.confluent.io/m/61d0fe7faad2f991/original/icon-schema-registry.svg
keywords:
- kafka
- schema-registry
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: schema-registry
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/schema-registry/index.html
type: application
urls:
- schema-registry-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.412888+01:00"
description: A Helm chart for Confluent Schema Registry on Kubernetes
digest: 3ed38b6013a44d8d548623f007aa06074f482cdb92315b874fb53085b3f6f8ac
home: https://github.com/ricardo-aires/helm-charts
icon: https://assets.confluent.io/m/61d0fe7faad2f991/original/icon-schema-registry.svg
keywords:
- kafka
- schema-registry
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: schema-registry
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/schema-registry/index.html
type: application
urls:
- schema-registry-0.1.0.tgz
version: 0.1.0
schema-registry-ui:
- apiVersion: v2
appVersion: latest
created: "2024-07-05T13:01:45.413518+01:00"
description: A Helm chart for Landoop Schema Registry UI on Kubernetes
digest: f481114d7e60fb7d50edfb7650d580fbba598cc252e808a0d2f379e3902f4250
home: https://github.com/ricardo-aires/helm-charts
icon: https://assets.confluent.io/m/61d0fe7faad2f991/original/icon-schema-registry.svg
keywords:
- kafka
- schema-registry
- landoop
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: schema-registry-ui
sources:
- https://github.com/ricardo-aires/helm-charts
- https://hub.docker.com/r/landoop/schema-registry-ui
- https://github.com/lensesio/schema-registry-ui
type: application
urls:
- schema-registry-ui-0.1.0.tgz
version: 0.1.0
zookeeper:
- apiVersion: v2
appVersion: 7.3.0
created: "2024-07-05T13:01:45.415022+01:00"
description: A Helm chart for Confluent Zookeeper on Kubernetes
digest: 823037ad19ff2d64ae84e75f993099d928aa60acaeccfefb0cd930e533b213be
home: https://github.com/ricardo-aires/helm-charts/tree/main/charts/zookeeper
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/zookeeper.svg
keywords:
- zookeeper
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: zookeeper
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/zookeeper/deployment.html
- https://zookeeper.apache.org/doc/current/index.html
- https://hub.docker.com/r/confluentinc/cp-zookeeper
type: application
urls:
- zookeeper-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: 6.2.0
created: "2024-07-05T13:01:45.41424+01:00"
description: A Helm chart for Confluent Zookeeper on Kubernetes
digest: 4a5a5ca9acd0c1af79b0b3bb98d20c2af2c9c5739c3ce2ec03b841577b73f2ff
home: https://github.com/ricardo-aires/helm-charts
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/zookeeper.svg
keywords:
- zookeeper
- confluent
maintainers:
- email: [email protected]
name: Ricardo Henriques
url: https://github.com/ricardo-aires
name: zookeeper
sources:
- https://github.com/ricardo-aires/helm-charts
- https://docs.confluent.io/platform/current/zookeeper/deployment.html
- https://zookeeper.apache.org/doc/current/index.html
- https://hub.docker.com/r/confluentinc/cp-zookeeper
type: application
urls:
- zookeeper-0.1.0.tgz
version: 0.1.0
generated: "2024-07-05T13:01:45.375445+01:00"