-
Notifications
You must be signed in to change notification settings - Fork 2
/
Chart.yaml
39 lines (38 loc) · 1.21 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
apiVersion: v2
name: cognigy.ai
description: A Helm chart for Cognigy.AI Enterprise Conversational Automation Platform
type: application
version: 4.90.2
appVersion: "4.90.2"
kubeVersion: ">=v1.19.0-0,<v1.31.0-0"
home: https://cognigy.com
icon: https://www.cognigy.com/hubfs/Cognigy.svg
sources:
- https://github.com/Cognigy/cognigy-ai-helm-chart
maintainers:
- name: SRE Team
email: [email protected]
dependencies:
- name: traefik
version: "32.1.1"
repository: "https://helm.traefik.io/traefik"
condition: traefik.enabled
- name: qdrant
version: "0.8.3"
repository: "https://qdrant.to/helm"
condition: qdrant.enabled
- name: redis
version: "18.12.1"
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
condition: redisHa.enabled
alias: redisHa
- name: redis
version: "18.12.1"
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
condition: redisPersistentHa.enabled
alias: redisPersistentHa
- name: postgres-operator
version: "1.10.1"
repository: "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"
condition: pgoperator.enabled
alias: pgoperator