|
1 | 1 | apiVersion: v2
|
| 2 | +dependencies: |
| 3 | +- name: builder |
| 4 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 5 | + version: 2.13.10 |
| 6 | +- name: slugbuilder |
| 7 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 8 | + version: 2.8.2 |
| 9 | +- name: dockerbuilder |
| 10 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 11 | + version: 2.8.5 |
| 12 | +- name: controller |
| 13 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 14 | + version: 2.22.3 |
| 15 | +- name: slugrunner |
| 16 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 17 | + version: 2.7.2 |
| 18 | +- name: database |
| 19 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 20 | + version: 2.7.8 |
| 21 | +- name: fluentd |
| 22 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 23 | + version: 2.15.3 |
| 24 | +- name: redis |
| 25 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 26 | + version: 2.4.5 |
| 27 | +- name: logger |
| 28 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 29 | + version: 2.5.3 |
| 30 | +- name: minio |
| 31 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 32 | + version: 2.4.7 |
| 33 | +- name: monitor |
| 34 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 35 | + version: 2.11.6 |
| 36 | +- name: nsqd |
| 37 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 38 | + version: 2.5.4 |
| 39 | +- name: registry |
| 40 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 41 | + version: 2.6.3 |
| 42 | +- name: registry-proxy |
| 43 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 44 | + version: 1.5.3 |
| 45 | +- name: registry-token-refresher |
| 46 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 47 | + version: 1.2.4 |
| 48 | +- name: router |
| 49 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 50 | + version: 2.19.4 |
| 51 | +- name: workflow-manager |
| 52 | + repository: oci://ghcr.io/kingdonb/hephy-workflow-beta |
| 53 | + version: 2.6.4 |
2 | 54 | description: Hephy Workflow
|
3 | 55 | home: https://github.com/teamhephy/workflow
|
4 | 56 | maintainers:
|
5 | 57 | - email: team@teamhephy.com
|
| 58 | + name: Team Hephy |
6 | 59 | name: workflow
|
7 |
| -version: 2.24.0-beta.3 |
8 |
| -dependencies: |
9 |
| - - name: builder |
10 |
| - version: "2.13.7" |
11 |
| - repository: https://charts.teamhephy.com |
12 |
| - - name: slugbuilder |
13 |
| - version: "2.8.0" |
14 |
| - repository: https://charts.teamhephy.com |
15 |
| - - name: dockerbuilder |
16 |
| - version: "2.8.3" |
17 |
| - repository: https://charts.teamhephy.com |
18 |
| - - name: controller |
19 |
| - version: "2.23.0" |
20 |
| - repository: https://charts-beta.hephy.pro |
21 |
| - - name: slugrunner |
22 |
| - version: "2.7.0" |
23 |
| - repository: https://charts.teamhephy.com |
24 |
| - - name: database |
25 |
| - version: "2.7.6" |
26 |
| - repository: https://charts.teamhephy.com |
27 |
| - - name: fluentd |
28 |
| - version: "2.15.1" |
29 |
| - repository: https://charts.teamhephy.com |
30 |
| - - name: redis |
31 |
| - version: "2.4.2" |
32 |
| - repository: https://charts.teamhephy.com |
33 |
| - - name: logger |
34 |
| - version: "2.5.1" |
35 |
| - repository: https://charts.teamhephy.com |
36 |
| - - name: minio |
37 |
| - version: "2.4.5" |
38 |
| - repository: https://charts.teamhephy.com |
39 |
| - - name: monitor |
40 |
| - version: "2.11.2" |
41 |
| - repository: https://charts.teamhephy.com |
42 |
| - - name: nsqd |
43 |
| - version: "2.5.1" |
44 |
| - repository: https://charts.teamhephy.com |
45 |
| - - name: registry |
46 |
| - version: "2.6.1" |
47 |
| - repository: https://charts.teamhephy.com |
48 |
| - - name: registry-proxy |
49 |
| - version: "v1.5.1" |
50 |
| - repository: https://charts.teamhephy.com |
51 |
| - - name: registry-token-refresher |
52 |
| - version: "v1.2.2" |
53 |
| - repository: https://charts.teamhephy.com |
54 |
| - - name: router |
55 |
| - version: "2.19.0" |
56 |
| - repository: https://charts.teamhephy.com |
57 |
| - - name: workflow-manager |
58 |
| - version: "2.6.2" |
59 |
| - repository: https://charts.teamhephy.com |
| 60 | +version: 2.24.0-beta.6 |
0 commit comments