We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The TractusX-EDC Docker images must be refactored to prepare for and reflect the planned changes to the Helm Charts
Excerpt rom the decision record:
The following changes need to be made to our Docker images: rename edc-controlplane-memory -> -edc-runtime-memory in edc-runtime-memory use FsVault instead of AzureVault edc-runtime-memory contains an embedded data plane rename edc-controlplane-postgresql -> edc-controlplane-postgresql-azure-vault delete edc-controlplane-memory-hashicorp-vault thus effectively resulting in the following structure: edc-controlplane |-> edc-runtime-memory |-> edc-controlplane-postgresql-hashicorp-vault |-> edc-controlplane-postgresql-azure-vault edc-dataplane |-> edc-dataplane-hashicorp-vault |-> edc-dataplane-azure-vaul
The following changes need to be made to our Docker images:
edc-controlplane-memory
-edc-runtime-memory
edc-runtime-memory
FsVault
AzureVault
edc-controlplane-postgresql
edc-controlplane-postgresql-azure-vault
edc-controlplane-memory-hashicorp-vault
thus effectively resulting in the following structure:
edc-controlplane |-> edc-runtime-memory |-> edc-controlplane-postgresql-hashicorp-vault |-> edc-controlplane-postgresql-azure-vault edc-dataplane |-> edc-dataplane-hashicorp-vault |-> edc-dataplane-azure-vaul
The text was updated successfully, but these errors were encountered:
closing, because refactoring the docker images should be done directly when creating the chart
Sorry, something went wrong.
paullatzelsperger
No branches or pull requests
WHAT
The TractusX-EDC Docker images must be refactored to prepare for and reflect the planned changes to the Helm Charts
HOW
Excerpt rom the decision record:
The text was updated successfully, but these errors were encountered: