-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.yaml
874 lines (874 loc) · 25.4 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
apiVersion: v1
entries:
airbyte:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.913316821Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.x.x
- condition: logs.minio.enabled
name: minio
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.44.1
- condition: temporal.enabled
name: temporal
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.44.1
- condition: webapp.enabled
name: webapp
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.44.1
- condition: server.enabled
name: server
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.44.1
- condition: worker.enabled
name: worker
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.44.1
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.44.1
description: Helm chart to deploy airbyte
digest: a465ee1c13b64f60c19b1ceec2a317fa5cf5c38f69863cd57fd5bdeb82f1e7fc
name: airbyte
type: application
urls:
- airbyte-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.89598461Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.x.x
- condition: logs.minio.enabled
name: minio
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.3
- condition: temporal.enabled
name: temporal
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.3
- condition: webapp.enabled
name: webapp
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.3
- condition: server.enabled
name: server
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.3
- condition: worker.enabled
name: worker
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.3
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.3
description: Helm chart to deploy airbyte
digest: 668d1f7a221db5cb80f28c416cbe6bc3e924a3813b4efdafb1d913859263bcff
name: airbyte
type: application
urls:
- airbyte-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.878477795Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.x.x
- condition: logs.minio.enabled
name: minio
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.1
- condition: temporal.enabled
name: temporal
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.1
- condition: webapp.enabled
name: webapp
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.1
- condition: server.enabled
name: server
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.1
- condition: worker.enabled
name: worker
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.1
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.1
description: Helm chart to deploy airbyte
digest: bdafab64a2aabea7a47aac155d758c02de39906166ab9e8bf20259122b0018f6
name: airbyte
type: application
urls:
- airbyte-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.859854661Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.x.x
- condition: logs.minio.enabled
name: minio
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: airbyte-bootloader.enabled
name: airbyte-bootloader
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.0
- condition: temporal.enabled
name: temporal
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.0
- condition: webapp.enabled
name: webapp
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.0
- condition: server.enabled
name: server
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.0
- condition: worker.enabled
name: worker
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.0
- condition: pod-sweeper.enabled
name: pod-sweeper
repository: https://xpuska513.github.io/aribyte-oss/
version: 0.43.0
description: Helm chart to deploy airbyte
digest: 2928f7692e71989ae3c8a1d20abd102746f0a293d19d5805caa460c00c0b338d
name: airbyte
type: application
urls:
- airbyte-0.43.0.tgz
version: 0.43.0
airbyte-bootloader:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.920536651Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: bfed482799ee9b065c802755e67a2220fa3f3e37b5f4f95a3ec066fde154cd2b
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.919482832Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: 6377b93de63df10a0c23e09a79fce3625d8b34b8f7721765f08a58e59bc28b07
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.44.0.tgz
version: 0.44.0
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.918453614Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: 6327695c80f194e8da1191bd9ccd4d4ba1a4174124a3bb31ccb939bf1a671ccd
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.917446496Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: e6b02fb8b22c1ac8848ee5358e8f86482218e4ee5fac90f355b0d7c8613d770f
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.43.2.tgz
version: 0.43.2
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.916413977Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: f9d3543f826a2875ec4e10fd24ec0172f459f5bf13fe6703dc66ebb1e387fcd5
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.915376058Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: 7a91e79432673e51b6cf012a73a7dc4b124c9f043ded152822b0c51044fb387b
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.43.0.tgz
version: 0.43.0
- apiVersion: v2
appVersion: 0.42.0
created: "2022-07-15T15:27:10.91435334Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-bootloader
digest: 13973aaa8ebd00f0ed1b00d14941e3b93a7bb2ac69bfe9e930b80917a544797b
name: airbyte-bootloader
type: application
urls:
- airbyte-bootloader-0.42.0.tgz
version: 0.42.0
pod-sweeper:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.932279262Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: 3ebc55bd44cfe2018ea7c1a4317bf62ba68bcaba344c93acfb9cc97d4cfd39d1
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.930951238Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: 0040e12773bcf11ed6dd6372842e30ee9864da13d34a381e27b7b6d71339efbb
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.44.0.tgz
version: 0.44.0
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.929635215Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: c9aba3c15a0d2ee05bd357c2cb16a49f26415e631b5a424a8afa68ce8faf15c1
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.92825589Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: b6dc77ba3daaa61402650ce757996661394d801b1fb810cb987ac6548d55c3ed
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.43.2.tgz
version: 0.43.2
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.926333955Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: 054f0f4c12263147492d0659b40d2a6687db7a9ccdaabb168bc2086ef1e445ce
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.923923212Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: a9e3b19f0353775334d8d77dbe3a149bae113aeb4c0d3c2108dded10d27e523e
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.43.0.tgz
version: 0.43.0
- apiVersion: v2
appVersion: 0.42.0
created: "2022-07-15T15:27:10.92215228Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-pod-sweeper
digest: 15c90d6cc9e84dcb282b067ee8e78cefac5bb72c6b3efb2872c5051d8f2312f7
name: pod-sweeper
type: application
urls:
- pod-sweeper-0.42.0.tgz
version: 0.42.0
server:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.942334643Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: 38dc68e272d6dea5fddb17810103026057392d8cc9ce7392b9403fb4aaad6ea0
name: server
type: application
urls:
- server-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.940594112Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: 8bdb4c8f91f54821dba1582ceffdc029cc6433bc6b78a7e791201f9a5b3c8a34
name: server
type: application
urls:
- server-0.44.0.tgz
version: 0.44.0
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.938771879Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: 2f24dbf366500f0e4b9b5e3a6ff9d88772615f05a78b2edf069c9a206ec53892
name: server
type: application
urls:
- server-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.937487956Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: 82295347abbf02af94af3637fff3f969a61cb153cbc54f3e7ce18731f57ff3cd
name: server
type: application
urls:
- server-0.43.2.tgz
version: 0.43.2
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.936155132Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: 1410e43b756d57aca048e61e8bd53e60f7a8563ac979988fc72a3b9e0f066184
name: server
type: application
urls:
- server-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.934859908Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: 22a17c98b8cc608a4bb9b9738c30c4ad18daad645d9c015b6eda8df4be9441bd
name: server
type: application
urls:
- server-0.43.0.tgz
version: 0.43.0
- apiVersion: v2
appVersion: 0.42.0
created: "2022-07-15T15:27:10.933570485Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-server
digest: f7bb9589a8c90f5890e6583b6f8db62de580c115754216dbf0153067c36ee58a
name: server
type: application
urls:
- server-0.42.0.tgz
version: 0.42.0
temporal:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.950929297Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: 97b741f7d0a8e1dde6d4878321a72bd5b57163260dfe1d5e497f43d58df364a3
name: temporal
type: application
urls:
- temporal-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.949728576Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: 24a0e669d6d1f41d10f4d1c421ed29ab8fec8f1fb749bfe6d6584d09e18be89c
name: temporal
type: application
urls:
- temporal-0.44.0.tgz
version: 0.44.0
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.948477353Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: 80a41c03b3652af1224994e9c404588e3f2cdb821c1b0a96fc535a706f56e285
name: temporal
type: application
urls:
- temporal-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.947254531Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: 1d09819f41e50c41ca46a0e2de498709ddefd300532ec7f0b0a2523bf67e514d
name: temporal
type: application
urls:
- temporal-0.43.2.tgz
version: 0.43.2
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.94605291Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: 50599887267facf6a4585e80e125f060b39b6f675fe854f228dd328fd151ea78
name: temporal
type: application
urls:
- temporal-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.944843188Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: d70b1e3ff42f85a117449655b3ff3b24dc510836f6ddcddf22ffc948bd16cd01
name: temporal
type: application
urls:
- temporal-0.43.0.tgz
version: 0.43.0
- apiVersion: v2
appVersion: 0.42.0
created: "2022-07-15T15:27:10.943611866Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-temporal
digest: 3c622b8211c8f0c896fa779fd5296ad49b2b8f0d0448991abcf10212668d1f6c
name: temporal
type: application
urls:
- temporal-0.42.0.tgz
version: 0.42.0
webapp:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.960690473Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: ddb710f37699120a66353521e6385ac25d81bd8e051c4aa49e6f505b16035d81
name: webapp
type: application
urls:
- webapp-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.95942545Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: acb8bc7bc484f40f3116e5b45c48e66f01393020bd952a7cc867a943ba17c1c3
name: webapp
type: application
urls:
- webapp-0.44.0.tgz
version: 0.44.0
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.958188928Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: 0e7eb87b8b8178501e0cdb4c90f48a58fa2f0482f6c4eb9defc828b63f1e69ea
name: webapp
type: application
urls:
- webapp-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.956940905Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: b21fc55b3f842f221a6308bdaf8013ceadbeb93995987d744fe541147aef8ead
name: webapp
type: application
urls:
- webapp-0.43.2.tgz
version: 0.43.2
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.955662482Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: 94b1b3e51dacdb6ebf57411a26a0561832914af31ee69881a660dcbd50453114
name: webapp
type: application
urls:
- webapp-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.95439576Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: 20a199993a127a13f14a40656de27b4997e5ee76620c81903a6a80b16ecb5233
name: webapp
type: application
urls:
- webapp-0.43.0.tgz
version: 0.43.0
- apiVersion: v2
appVersion: 0.42.0
created: "2022-07-15T15:27:10.952689929Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-webapp
digest: 9de1a496be0b418e2f66aced0fa16f621cc8f9ed7e295ab776159a9399a580ac
name: webapp
type: application
urls:
- webapp-0.42.0.tgz
version: 0.42.0
worker:
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.971076059Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: 049b6998c1bcb4639e803012d22077e1ece93738ed258fe781e7cd52514bc7d9
name: worker
type: application
urls:
- worker-0.44.1.tgz
version: 0.44.1
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.969741235Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: 36cc65b6d548d44a5557b3eb026d81acaa496ddf6996ba47a389d4e5979eb2e5
name: worker
type: application
urls:
- worker-0.44.0.tgz
version: 0.44.0
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.968403611Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: f2e44bf7102ef8213a37f269e76a9c0b1031a2d6d4dc3573eca2a713bb95a783
name: worker
type: application
urls:
- worker-0.43.3.tgz
version: 0.43.3
- apiVersion: v2
appVersion: 0.39.23-alpha
created: "2022-07-15T15:27:10.967012786Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: 1dfe1eab86c2fcbc048b102ced3b32f3c588e030cdd135706ba0bd0effced510
name: worker
type: application
urls:
- worker-0.43.2.tgz
version: 0.43.2
- apiVersion: v2
appVersion: 0.43.1
created: "2022-07-15T15:27:10.965342756Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: 2ee63ecdde28ada48c9c9374ee356c9367d34c11e6c95d8c37d5190637f625e2
name: worker
type: application
urls:
- worker-0.43.1.tgz
version: 0.43.1
- apiVersion: v2
appVersion: 0.43.0
created: "2022-07-15T15:27:10.963365621Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: e6728e925a78ed7893aeff53c4a93ea53b86858f6d66c9abd6e321835b974753
name: worker
type: application
urls:
- worker-0.43.0.tgz
version: 0.43.0
- apiVersion: v2
appVersion: 0.42.0
created: "2022-07-15T15:27:10.962031397Z"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: Helm chart to deploy airbyte-worker
digest: 31aaac6a17fb83064c918fbf0c05a3d56a0a69977b23b7f39ad7b2b94ad12ca7
name: worker
type: application
urls:
- worker-0.42.0.tgz
version: 0.42.0
generated: "2022-07-15T15:27:10.839954103Z"