Skip to content

Commit

Permalink
chore: use tx-c Helm chart 0.5.0-rc1 with image 0.4.1
Browse files Browse the repository at this point in the history
temporary using fixed image + tag
Because there is no tractusx-connector release including PRs 473,474,475
for 0.4.x we use the legacy Helm chart from release 0.5.0-rc1
  • Loading branch information
fty4 committed Jun 26, 2023
1 parent 8dd797f commit 0ca5ca2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ dependencies:

# edc consumer
- alias: edcconsumer
name: tractusx-connector
version: 0.4.1
name: tractusx-connector-legacy
version: 0.5.0-rc1
repository: https://eclipse-tractusx.github.io/charts/dev
# edc provider
- alias: edcprovider
name: tractusx-connector
version: 0.4.1
name: tractusx-connector-legacy
version: 0.5.0-rc1
repository: https://eclipse-tractusx.github.io/charts/dev
29 changes: 29 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
# #############################################################################
---
global:
edc:
# temporary using fixed image + tag
# Because there is no tractusx-connector release including PRs 473,474,475
# for 0.4.x we use the legacy Helm chart from release 0.5.0-rc1
cp:
image: &edcCpImage tractusx/edc-controlplane-postgresql-hashicorp-vault
dp:
image: &edcDpImage tractusx/edc-dataplane-hashicorp-vault
tag: &edcImageTag 0.4.1


daps:
# url: &dapsUrl "http://{{ .Release.Name }}-daps:4567"
auth:
Expand Down Expand Up @@ -118,6 +129,10 @@ edcconsumer:
management:
authKey: consumer-authkey

image:
repository: *edcCpImage
tag: *edcImageTag

daps:
clientId: *edcConsumerDapsClientId

Expand All @@ -137,6 +152,11 @@ edcconsumer:
# persistence:
# accessMode: "ReadWriteOnce"

dataplane:
image:
repository: *edcDpImage
tag: *edcImageTag

participant:
id: consumer

Expand Down Expand Up @@ -182,9 +202,18 @@ edcprovider:
management:
authKey: provider-authkey

image:
repository: *edcCpImage
tag: *edcImageTag

daps:
clientId: *edcProviderDapsClientId

dataplane:
image:
repository: *edcDpImage
tag: *edcImageTag

participant:
id: provider

Expand Down

0 comments on commit 0ca5ca2

Please sign in to comment.