Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/access-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion charts/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -114,6 +114,12 @@ dlt-adapter:
RPC_ADDRESS: https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6
ISS: <YOUR-ORGANIZATION-ID-IN>

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
Expand Down
Loading