forked from linuxfoundation/lfx-v2-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
103 lines (103 loc) · 3.73 KB
/
Chart.yaml
File metadata and controls
103 lines (103 loc) · 3.73 KB
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
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
---
apiVersion: v2
name: lfx-platform
description: LFX Platform v2 Helm chart
type: application
# This version should not be incremented, as it is dynamically replaced with the release version during the chart build job.
version: 0.0.1
icon: https://github.com/linuxfoundation/lfx-v2-helm/raw/main/img/lfx-logo-color.svg
dependencies:
- name: traefik
repository: oci://ghcr.io/traefik/helm
version: ~36.2.0
condition: traefik.enabled
- name: openfga
repository: https://openfga.github.io/helm-charts
version: ~0.2.39
condition: openfga.enabled
- name: heimdall
repository: oci://ghcr.io/dadrus/heimdall/chart
version: ~0.16.6
condition: heimdall.enabled
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: ~1.3.8
condition: nats.enabled
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts/
version: ~2.34.0
condition: opensearch.enabled
- name: mailpit
repository: https://jouve.github.io/charts/
version: ~0.25.0
condition: mailpit.enabled
- name: authelia
repository: https://charts.authelia.com
version: ~0.10.41
condition: authelia.enabled
- name: nack
repository: https://nats-io.github.io/k8s/helm/charts/
version: ~0.29.0
condition: nack.enabled
- name: fga-operator
repository: https://3schwartz.github.io/fga-operator/
version: ~1.0.0
condition: fga-operator.enabled
- name: external-secrets
repository: https://charts.external-secrets.io
version: ~2.1.0
condition: external-secrets.enabled
- name: cert-manager
repository: https://charts.jetstack.io
version: ~1.18.2
condition: cert-manager.enabled
- name: trust-manager
repository: https://charts.jetstack.io
version: ~0.18.0
condition: trustManagerEnabled
- name: lfx-v2-query-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-query-service/chart
version: ~0.4.12
condition: lfx-v2-query-service.enabled
- name: lfx-v2-project-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-project-service/chart
version: ~0.5.7
condition: lfx-v2-project-service.enabled
- name: lfx-v2-fga-sync
repository: oci://ghcr.io/linuxfoundation/lfx-v2-fga-sync/chart
version: ~0.2.14
condition: lfx-v2-fga-sync.enabled
- name: lfx-v2-access-check
repository: oci://ghcr.io/linuxfoundation/lfx-v2-access-check/chart
version: ~0.2.8
condition: lfx-v2-access-check.enabled
- name: lfx-v2-indexer-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-indexer-service/chart
version: ~0.4.17
condition: lfx-v2-indexer-service.enabled
- name: lfx-v2-committee-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-committee-service/chart
version: ~0.2.22
condition: lfx-v2-committee-service.enabled
- name: lfx-v2-meeting-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-meeting-service/chart
version: ~0.7.0
condition: lfx-v2-meeting-service.enabled
- name: lfx-v2-mailing-list-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-mailing-list-service/chart
version: ~0.3.0
condition: lfx-v2-mailing-list-service.enabled
- name: lfx-v2-auth-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
version: ~0.4.0
condition: lfx-v2-auth-service.enabled
- name: lfx-v2-voting-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-voting-service/chart
version: ~0.2.3
condition: lfx-v2-voting-service.enabled
- name: lfx-v2-survey-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-survey-service/chart
version: ~0.2.3
condition: lfx-v2-survey-service.enabled