-
Notifications
You must be signed in to change notification settings - Fork 1
/
Chart.yaml
41 lines (33 loc) · 1.13 KB
/
Chart.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
apiVersion: v2
name: smartface
description: SmartFace is a Scalable Facial Recognition Server Platform Able to Process Multiple Real-Time Video Streams. Currently the helm chart supports edge stream and Lightweight Face Identification System (LFIS) deployments
dependencies:
- name: sf-tenant-management
version: "0.4.4"
repository: "oci://ghcr.io/innovatrics/sf-helm"
condition: sf-tenant-management.enabled
- name: rabbitmq
version: "12.0.4"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: rabbitmq.enabled
- name: minio
version: "12.8.15"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: minio.enabled
- name: postgresql
version: "13.2.1"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: postgresql.enabled
type: application
keywords:
- Face recognition
- Biometrics
sources:
- https://github.com/innovatrics/sf-helm
- https://github.com/innovatrics/smartface
home: https://www.innovatrics.com/face-recognition-solutions/
maintainers:
- name: Innovatrics
url: https://www.innovatrics.com/
version: 0.8.8
appVersion: "v5_4.28.2"