|
1 | | -name: workflow |
2 | 1 | apiVersion: v2 |
3 | | -home: https://github.com/drycc/workflow |
4 | 2 | dependencies: |
5 | 3 | - name: builder |
6 | | - version: <builder-tag> |
7 | | - repository: https://charts.drycc.cc/stable/builder |
| 4 | + repository: oci://registry.drycc.cc/charts-testing |
| 5 | + version: x.x.x |
8 | 6 | - name: imagebuilder |
9 | | - version: <imagebuilder-tag> |
10 | | - repository: https://charts.drycc.cc/stable/imagebuilder |
| 7 | + repository: oci://registry.drycc.cc/charts-testing |
| 8 | + version: x.x.x |
11 | 9 | - name: controller |
12 | | - version: <controller-tag> |
13 | | - repository: https://charts.drycc.cc/stable/controller |
| 10 | + repository: oci://registry.drycc.cc/charts-testing |
| 11 | + version: x.x.x |
14 | 12 | - name: database |
15 | | - version: <database-tag> |
16 | | - repository: https://charts.drycc.cc/stable/database |
| 13 | + repository: oci://registry.drycc.cc/charts-testing |
| 14 | + version: x.x.x |
17 | 15 | - name: fluentd |
18 | | - version: <fluentd-tag> |
19 | | - repository: https://charts.drycc.cc/stable/fluentd |
| 16 | + repository: oci://registry.drycc.cc/charts-testing |
| 17 | + version: x.x.x |
20 | 18 | - name: redis |
21 | | - version: <redis-tag> |
22 | | - repository: https://charts.drycc.cc/stable/redis |
| 19 | + repository: oci://registry.drycc.cc/charts-testing |
| 20 | + version: x.x.x |
23 | 21 | - name: logger |
24 | | - version: <logger-tag> |
25 | | - repository: https://charts.drycc.cc/stable/logger |
| 22 | + repository: oci://registry.drycc.cc/charts-testing |
| 23 | + version: x.x.x |
26 | 24 | - name: storage |
27 | | - version: <storage-tag> |
28 | | - repository: https://charts.drycc.cc/stable/storage |
| 25 | + repository: oci://registry.drycc.cc/charts-testing |
| 26 | + version: x.x.x |
29 | 27 | - name: monitor |
30 | | - version: <monitor-tag> |
31 | | - repository: https://charts.drycc.cc/stable/monitor |
| 28 | + repository: oci://registry.drycc.cc/charts-testing |
| 29 | + version: x.x.x |
32 | 30 | - name: registry |
33 | | - version: <registry-tag> |
34 | | - repository: https://charts.drycc.cc/stable/registry |
| 31 | + repository: oci://registry.drycc.cc/charts-testing |
| 32 | + version: x.x.x |
35 | 33 | - name: registry-proxy |
36 | | - version: <registry-proxy-tag> |
37 | | - repository: https://charts.drycc.cc/stable/registry-proxy |
| 34 | + repository: oci://registry.drycc.cc/charts-testing |
| 35 | + version: x.x.x |
38 | 36 | - name: influxdb |
39 | | - version: <influxdb-tag> |
40 | | - repository: https://charts.drycc.cc/stable/influxdb |
| 37 | + repository: oci://registry.drycc.cc/charts-testing |
| 38 | + version: x.x.x |
41 | 39 | - name: rabbitmq |
42 | | - version: <rabbitmq-tag> |
43 | | - repository: https://charts.drycc.cc/stable/rabbitmq |
| 40 | + repository: oci://registry.drycc.cc/charts-testing |
| 41 | + version: x.x.x |
44 | 42 | - name: passport |
45 | | - version: <passport-tag> |
46 | | - repository: https://charts.drycc.cc/stable/passport |
| 43 | + repository: oci://registry.drycc.cc/charts-testing |
| 44 | + version: x.x.x |
47 | 45 | description: Drycc Workflow |
| 46 | +home: https://github.com/drycc/workflow |
48 | 47 | maintainers: |
49 | | -- name: Team Drycc |
50 | | - email: team@drycc.cc |
| 48 | +- email: team@drycc.cc |
| 49 | + name: Team Drycc |
| 50 | +name: workflow |
51 | 51 | version: v1.0.0 |
0 commit comments