Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): rework chart to use latest tractusx-connector chart #22

Merged
merged 11 commits into from
Jun 26, 2023
34 changes: 4 additions & 30 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,17 @@ dependencies:
- alias: certsconsumer
name: certs
version: 0.1.0
condition: global.edc.enabled
- alias: certsprovider
name: certs
version: 0.1.0
condition: global.edc.enabled

- alias: dapsserver
name: daps-server
version: 1.7.5
# adding repo as directory to modify the chart
# repository: https://eclipse-tractusx.github.io/charts/dev

# edc consumer
- alias: edcconsumer
name: tractusx-connector
version: 0.3.0
# repository: https://catenax-ng.github.io/product-edc
condition: global.edc.enabled
version: 0.4.1
repository: https://eclipse-tractusx.github.io/charts/dev
# edc provider
- alias: edcprovider
name: tractusx-connector
version: 0.3.0
# repository: https://catenax-ng.github.io/product-edc
condition: global.edc.enabled

# - alias: psqlconsumer
# name: postgresql
# version: 11.9.13 # TODO: upgrade to PSQL v15
# repository: https://charts.bitnami.com/bitnami
# condition: global.edc.enabled
# - alias: psqlprovider
# name: postgresql
# version: 11.9.13 # TODO: upgrade to PSQL v15
# repository: https://charts.bitnami.com/bitnami
# condition: global.edc.enabled

- name: vault
version: 0.23.0
repository: https://helm.releases.hashicorp.com
condition: global.edc.enabled
version: 0.4.1
repository: https://eclipse-tractusx.github.io/charts/dev
27 changes: 0 additions & 27 deletions charts/umbrella/charts/daps-server/Chart.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions charts/umbrella/charts/daps-server/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions charts/umbrella/charts/daps-server/templates/NOTES.txt

This file was deleted.

90 changes: 0 additions & 90 deletions charts/umbrella/charts/daps-server/templates/_helpers.tpl

This file was deleted.

124 changes: 0 additions & 124 deletions charts/umbrella/charts/daps-server/templates/configmap.yml

This file was deleted.

Loading