From fc5d12c4ab0e011965d68693db78f792c68a6ad8 Mon Sep 17 00:00:00 2001 From: "alejandro.niet" Date: Fri, 27 Mar 2026 13:25:30 +0100 Subject: [PATCH] Fixed dlt adapter alastria and hashnet overlapping. Disabled dome ied and hashnet dlt adapter by default since they are not getting healthy. --- charts/access-node/Chart.yaml | 4 ++-- charts/access-node/values.yaml | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) 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