Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Apr 17, 2023
1 parent 9f0f907 commit f96d9fc
Show file tree
Hide file tree
Showing 27 changed files with 1,502 additions and 1,494 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@

---
apiVersion: v2
name: tractusx-runtime
description: A Helm chart for Tractus-X Eclipse Data Space Connector Runtime
name: tractusx-connector
description: |
A Helm chart for Tractus-X Eclipse Data Space Connector Application. This includes the runtime, which consists of a control plane
and a data plane, and all third-party services such as PostgreSQL and HashiCorp Vault.
This chart is intended to be used as self-contained deployment, which only requires an external DAPS instance.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -42,6 +46,25 @@ version: 0.3.2
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.2"
home: https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector/charts/tractusx-runtime
home: https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector
sources:
- https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector/charts/tractusx-runtime
- https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector

dependencies:
# EDC Connector Runtime (ControlPlane + DataPlane)
- name: tractusx-runtime
version: "0.3.2"
alias: runtime
repository: "file://../tractusx-runtime"

# HashiCorp Vault
- name: vault
alias: vault
version: 0.20.0
repository: https://helm.releases.hashicorp.com

# PostgreSQL
- name: postgresql
alias: postgresql
version: 12.1.6
repository: https://charts.bitnami.com/bitnami
237 changes: 237 additions & 0 deletions charts/tractusx-connector-app/README.md

Large diffs are not rendered by default.

File renamed without changes.
532 changes: 532 additions & 0 deletions charts/tractusx-connector-app/values.yaml

Large diffs are not rendered by default.

31 changes: 8 additions & 23 deletions charts/tractusx-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@

---
apiVersion: v2
name: tractusx-connector
description: A Helm chart for Tractus-X Eclipse Data Space Connector Application
name: tractusx-runtime
description: |
A Helm chart for Tractus-X Eclipse Data Space Connector. The connector deployment consists of two runtime consists of a
Control Plane and a Data Plane. Note that no external dependencies such as a PostgreSQL database and HashiCorp Vault are included.
This chart is intended for use with an _existing_ PostgreSQL database and an _existing_ HashiCorp Vault.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -42,25 +46,6 @@ version: 0.3.2
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.2"
home: https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector
home: https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector/charts/tractusx-runtime
sources:
- https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector

dependencies:
# EDC Connector Runtime (ControlPlane + DataPlane)
- name: tractusx-runtime
version: "0.3.2"
alias: runtime
repository: "file://../tractusx-runtime"

# HashiCorp Vault
- name: vault
alias: vault
version: 0.20.0
repository: https://helm.releases.hashicorp.com

# PostgreSQL
- name: postgresql
alias: postgresql
version: 12.1.6
repository: https://charts.bitnami.com/bitnami
- https://github.com/eclipse-tractusx/tractusx-edc/tree/main/charts/tractusx-connector/charts/tractusx-runtime
433 changes: 217 additions & 216 deletions charts/tractusx-connector/README.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f96d9fc

Please sign in to comment.