forked from eclipse-tractusx/tractus-x-umbrella
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
116 lines (112 loc) · 3.83 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
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
# #############################################################################
# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
# #############################################################################
---
apiVersion: v2
name: umbrella
description: |
A Helm chart to spin up Tractus-X OSS components to simulate a complete dataspace network.
With this Helm chart you are able to run end-to-end or create a sandbox environment.
sources:
- https://github.com/eclipse-tractusx/tractus-x-umbrella
type: application
version: 2.1.0
# when adding or updating versions of dependencies, also update list under /docs/user/installation/README.md
dependencies:
# portal
- condition: portal.enabled
name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.3.0
# cx-iam
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 4.0.1
- condition: sharedidp.enabled
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 4.0.1
# discovery-finder
- condition: discoveryfinder.enabled
name: discoveryfinder
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.3.1
# bpn-discovery
- condition: bpndiscovery.enabled
name: bpndiscovery
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.3.1
# sd-factory
- condition: selfdescription.enabled
name: sdfactory
alias: selfdescription
repository: https://eclipse-tractusx.github.io/charts/dev
version: 2.1.21
# ssi-credential-issuer
- name: ssi-credential-issuer
condition: ssi-credential-issuer.enabled
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.2.0
# semantic-hub
- condition: semantic-hub.enabled
name: semantic-hub
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.3.1
# Business Partner Data Management
- name: bpdm
condition: bpdm.enabled
repository: https://eclipse-tractusx.github.io/charts/dev
version: 5.1.0
# TX Data Consumer 1
- name: tx-data-provider
alias: dataconsumerOne
version: 0.1.3
repository: file://../tx-data-provider
condition: dataconsumerOne.enabled
# TX Data Providers
- name: tx-data-provider
version: 0.1.3
repository: file://../tx-data-provider
condition: tx-data-provider.enabled
# TX Data Consumer 2
- name: tx-data-provider
alias: dataconsumerTwo
version: 0.1.3
repository: file://../tx-data-provider
condition: dataconsumerTwo.enabled
# pgadmin4 as helper tool for easy database access
- condition: pgadmin4.enabled
name: pgadmin4
repository: https://helm.runix.net
version: 1.25.x
# bdrs
- name: bdrs-server-memory
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.5.2
condition: bdrs-server-memory.enabled
# iatp
- name: iatpmock
version: 0.1.0
repository: file://charts/iatpmock
condition: iatpmock.enabled
# ssi-dim-wallet-stub
- name: ssi-dim-wallet-stub
repository: https://eclipse-tractusx.github.io/charts/dev
version: 0.1.4
condition: ssi-dim-wallet-stub.enabled