From 356ddfd15ee03278ce801c402124526a5b931e69 Mon Sep 17 00:00:00 2001 From: Oswaldo Montenegro Date: Fri, 19 Jul 2024 17:32:51 +0200 Subject: [PATCH] fix default value.yaml file to populate the miw for E2E Adopter Journey The default false flag prevented the post-install job from executing, which is required to populate the miw with the BPN entries. This issue was preventing the dataconsumerOne from fetching the catalog from the dataprovider since it's entry was missing on the miw. --- charts/umbrella/Chart.yaml | 2 +- charts/umbrella/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/umbrella/Chart.yaml b/charts/umbrella/Chart.yaml index 5c77e2ec..07dac863 100644 --- a/charts/umbrella/Chart.yaml +++ b/charts/umbrella/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/eclipse-tractusx/tractus-x-umbrella type: application -version: 0.17.0 +version: 0.17.1 # when adding or updating versions of dependencies, also update list under README.md#Install dependencies: diff --git a/charts/umbrella/values.yaml b/charts/umbrella/values.yaml index 4e0da7cd..7d9d10cb 100644 --- a/charts/umbrella/values.yaml +++ b/charts/umbrella/values.yaml @@ -593,7 +593,7 @@ selfdescription: managed-identity-wallet: enabled: false seeding: - enabled: false + enabled: true # -- Map of company BPN and company name. For each of these Companies, a MIW wallet will be created. companies: BPNL00000003AZQP: "BPN_OEM_C"