diff --git a/charts/access-node/Chart.yaml b/charts/access-node/Chart.yaml index 8bda83d..a7d3acd 100644 --- a/charts/access-node/Chart.yaml +++ b/charts/access-node/Chart.yaml @@ -10,13 +10,13 @@ dependencies: repository: https://in2workspace.github.io/helm-charts version: 1.1.4 - name: dlt-adapter - condition: dlt-adapter.enabled alias: dlt-adapter-alastria + condition: dlt-adapter-alastria.enabled repository: https://alastria.github.io/helm-charts version: 8.0.0 - name: dlt-adapter - condition: dlt-adapter.enabled alias: dlt-adapter-hashnet + condition: dlt-adapter-hashnet.enabled repository: https://alastria.github.io/helm-charts version: 8.0.0 - name: dome-ied diff --git a/charts/access-node/values.yaml b/charts/access-node/values.yaml index 01cb005..a5921d4 100644 --- a/charts/access-node/values.yaml +++ b/charts/access-node/values.yaml @@ -95,7 +95,7 @@ desmos: key: desmos-db-password ## configuration for the dlt-adapter - see https://DOME-Marketplace.github.io/access-node/dlt-adapter for configuration documentation -dlt-adapter: +dlt-adapter-alastria: # -- should the dlt-adapter be enabled enabled: true # -- overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace @@ -114,6 +114,12 @@ dlt-adapter: RPC_ADDRESS: https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6 ISS: +dlt-adapter-hashnet: + enabled: false + +dome-ied: + enabled: false + ## configuration of postgres to be used for the blockchain-connector - see https://github.com/bitnami/charts/tree/main/bitnami/postgresql for details postgresql: # -- should the postgresql deployment be enabled