-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
217 lines (217 loc) · 6.98 KB
/
Copy pathChart.yaml
File metadata and controls
217 lines (217 loc) · 6.98 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
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
apiVersion: v2
name: agyn-platform
description: Umbrella chart for Agyn production platform workloads.
type: application
version: 0.52.0
appVersion: "0.1.0"
home: https://github.com/agynio/platform-charts
sources:
- https://github.com/agynio/platform-charts
kubeVersion: ">=1.26.0-0"
dependencies:
# The workload layer: the runner that executes agent workloads and the apps
# bundled with this release. Version-locked to the release, which is the
# intended relationship for components the platform ships -- a third-party
# runner or app is registered through the API and deployed on its own
# schedule. They shipped as a second chart only because they mount a service
# token that used to require a human between two installs.
- name: k8s-runner
repository: oci://ghcr.io/agynio/charts
version: 0.11.0
condition: bundledRunner.enabled
- name: reminders
repository: oci://ghcr.io/agynio/charts
version: 0.2.5
condition: bundledApps.reminders.enabled
- name: telegram-connector
repository: oci://ghcr.io/agynio/charts
version: 0.1.5
condition: bundledApps.telegramConnector.enabled
- name: slack-connector
repository: oci://ghcr.io/agynio/charts
version: 0.2.0
condition: bundledApps.slackConnector.enabled
# Reconciles the resources this release declares the platform should contain.
# Carries the custom resource definitions those declarations are written
# against, so the kinds are established by the same release that uses them.
- name: platform-controller
repository: oci://ghcr.io/agynio/charts
version: 0.1.4
condition: platform-controller.enabled
# Optional in-cluster database, so the umbrella can stand up a working
# platform on its own. Production points platform.database at a managed
# instance and leaves this disabled.
- name: postgres-helm
alias: postgres
repository: oci://ghcr.io/agynio/charts
version: 0.1.1
condition: postgres.enabled
- name: metering
repository: oci://ghcr.io/agynio/charts
version: 0.3.0
condition: metering.enabled
# Authorization store and its database. Optional for the same reason as
# postgres: an operator with a managed OpenFGA points platform.openfga at it.
- name: openfga
repository: https://openfga.github.io/helm-charts
version: 0.2.56
condition: openfga.enabled
- name: minio
repository: https://charts.min.io
version: 5.4.0
condition: minio.enabled
- name: egress
repository: oci://ghcr.io/agynio/charts
version: 0.2.0
condition: egress.enabled
- name: egress-gateway
repository: oci://ghcr.io/agynio/charts
version: 0.1.9
condition: egress-gateway.enabled
- name: gateway
repository: oci://ghcr.io/agynio/charts
version: 0.26.0
condition: gateway.enabled
- name: terminal-proxy
repository: oci://ghcr.io/agynio/charts
version: 0.6.4
condition: terminal-proxy.enabled
- name: images
repository: oci://ghcr.io/agynio/charts
version: 0.2.0
condition: images.enabled
- name: image-proxy
repository: oci://ghcr.io/agynio/charts
version: 0.1.0
condition: image-proxy.enabled
- name: agents
repository: oci://ghcr.io/agynio/charts
version: 0.13.0
condition: agents.enabled
- name: agents-orchestrator
repository: oci://ghcr.io/agynio/charts
version: 0.20.0
condition: agents-orchestrator.enabled
- name: threads
repository: oci://ghcr.io/agynio/charts
version: 0.4.18
condition: threads.enabled
- name: chat
repository: oci://ghcr.io/agynio/charts
version: 0.3.6
condition: chat.enabled
- name: users
repository: oci://ghcr.io/agynio/charts
version: 0.8.0
condition: users.enabled
- name: organizations
repository: oci://ghcr.io/agynio/charts
version: 0.8.0
condition: organizations.enabled
- name: identity
repository: oci://ghcr.io/agynio/charts
version: 0.4.0
condition: identity.enabled
# Bundled OIDC provider, so an install has a working issuer without one being
# supplied. Vendored until it publishes a chart release, the same way groups
# is carried.
- name: keycloak
repository: file://charts/keycloak
version: 0.2.2
condition: keycloak.enabled
- name: authorization
repository: oci://ghcr.io/agynio/charts
version: 0.6.5
condition: authorization.enabled
- name: groups
repository: file://charts/groups
version: 0.2.0
condition: groups.enabled
- name: networks
repository: oci://ghcr.io/agynio/charts
version: 0.4.0
condition: networks.enabled
- name: apps
repository: oci://ghcr.io/agynio/charts
version: 0.4.8
condition: apps.enabled
- name: runners
repository: oci://ghcr.io/agynio/charts
version: 0.8.0
condition: runners.enabled
- name: ziti-management
repository: oci://ghcr.io/agynio/charts
version: 0.12.0
condition: ziti-management.enabled
- name: expose
repository: oci://ghcr.io/agynio/charts
version: 0.3.0
condition: expose.enabled
- name: secrets
repository: oci://ghcr.io/agynio/charts
version: 0.4.0
condition: secrets.enabled
- name: llm
repository: oci://ghcr.io/agynio/charts
version: 0.5.1
condition: llm.enabled
- name: llm-proxy
repository: oci://ghcr.io/agynio/charts
version: 0.14.0
condition: llm-proxy.enabled
# Vendored until terminal-proxy publishes its first chart release, the same
# way groups and networks are carried.
- name: token-counting
repository: oci://ghcr.io/agynio/charts
version: 0.3.3
condition: token-counting.enabled
- name: tracing
repository: oci://ghcr.io/agynio/charts
version: 0.3.8
condition: tracing.enabled
- name: notifications
repository: oci://ghcr.io/agynio/charts
version: 0.5.0
condition: notifications.enabled
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 2.14.0
condition: nats.enabled
- name: files
repository: oci://ghcr.io/agynio/charts
version: 0.1.7
condition: files.enabled
- name: media-proxy
repository: oci://ghcr.io/agynio/charts
version: 0.1.6
condition: media-proxy.enabled
- name: chat-app
repository: oci://ghcr.io/agynio/charts
version: 0.5.5
condition: chat-app.enabled
- name: console-app
repository: oci://ghcr.io/agynio/charts
version: 0.25.0
condition: console-app.enabled
- name: tracing-app
repository: oci://ghcr.io/agynio/charts
version: 0.6.0
condition: tracing-app.enabled
- name: sandboxes-app
repository: oci://ghcr.io/agynio/charts
version: 0.2.0
condition: sandboxes-app.enabled
- name: redis
alias: notifications-redis
repository: https://charts.bitnami.com/bitnami
version: 25.3.2
condition: notifications.redis.enabled
- name: docker-registry
alias: registry-mirror
repository: https://twuni.github.io/docker-registry.helm
version: 2.2.3
condition: registryMirror.enabled
- name: ncps
repository: oci://ghcr.io/agynio/charts
version: 0.1.3
condition: ncps.enabled