From 645d727194eeae1cabe2f371a2ca2fe9ded76598 Mon Sep 17 00:00:00 2001 From: Roger Miret Date: Mon, 3 Aug 2026 08:45:06 +0200 Subject: [PATCH 1/2] build(charts): update desmos imatge tag to 2.0.16 --- charts/access-node/Chart.yaml | 2 +- charts/access-node/README.md | 196 ++++++++++++++++----------------- charts/access-node/values.yaml | 2 +- 3 files changed, 100 insertions(+), 100 deletions(-) diff --git a/charts/access-node/Chart.yaml b/charts/access-node/Chart.yaml index 433840c..7223bb8 100644 --- a/charts/access-node/Chart.yaml +++ b/charts/access-node/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: access-node description: Umbrella Chart for the DOME Marketplace access-node type: application -version: 1.3.13-PRE-114 +version: 1.3.14-PRE-115 appVersion: 0.0.1 dependencies: - name: desmos diff --git a/charts/access-node/README.md b/charts/access-node/README.md index ac74178..6c3373a 100644 --- a/charts/access-node/README.md +++ b/charts/access-node/README.md @@ -1,6 +1,6 @@ # access-node -![Version: 1.3.13-PRE-114](https://img.shields.io/badge/Version-1.3.13--PRE--114-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 1.3.14-PRE-115](https://img.shields.io/badge/Version-1.3.13--PRE--114-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) Umbrella Chart for the DOME Marketplace access-node @@ -20,104 +20,104 @@ Umbrella Chart for the DOME Marketplace access-node ## Values -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| desmos.app.desmosPathVersion | string | `"v2"` | | -| desmos.app.dltAdapter.externalDomain | external | `"http://dlt-adapter:8080"` | address of the dlt-adapter | -| desmos.app.dltAdapter.internalDomain | local | `"http://dlt-adapter:8080"` | address of the dlt-adapter | -| desmos.app.dltAdapter.provider | string | `"digitelts"` | provider of the dlt-adapter component | -| desmos.app.externalAccessNodesUrls.customUrls | string | `"http://your-custom-url.org"` | | -| desmos.app.externalAccessNodesUrls.enableCustomUrls | bool | `false` | | -| desmos.app.externalDomain.domain | string | `"example-external-domain.org"` | | -| desmos.app.externalDomain.protocol | string | `"https"` | | -| desmos.app.internalServerPort | int | `8080` | | -| desmos.app.learCredentialMachineInBase64.existingSecret.enabled | bool | `false` | | -| desmos.app.learCredentialMachineInBase64.existingSecret.key | string | `"lear-credential-machine"` | | -| desmos.app.learCredentialMachineInBase64.existingSecret.name | string | `"desmos-lear-credential-machine-secret"` | | -| desmos.app.learCredentialMachineInBase64.value | string | `"your-lear-credential-machine-in-base64"` | | -| desmos.app.logLevel.app | string | `"INFO"` | | -| desmos.app.logLevel.root | string | `"INFO"` | | -| desmos.app.operator.externalDomain | string | `"http://scorpio:9090"` | external address of the broker. Will be included in the hashlink and used by other access-nodes to retrieve the actual entities | -| desmos.app.operator.internalDomain | string | `"http://scorpio:9090"` | internal address of the context broker to be used by the connector | -| desmos.app.operator.organizationIdentifier | string | `""` | did of the organization running the node | -| desmos.app.operator.provider | string | `"scorpio"` | provider of the broker | -| desmos.app.privateKey | object | `{"existingSecret":{"enabled":false,"key":"","name":""},"value":""}` | configuration to set your private key | -| desmos.app.privateKey.existingSecret.enabled | bool | `false` | should an existing secret be used | -| desmos.app.privateKey.existingSecret.key | string | `""` | key to retrieve the password from | -| desmos.app.privateKey.existingSecret.name | string | `""` | name of the secret | -| desmos.app.privateKey.value | string | `""` | your Ethereum private key | -| desmos.app.profile | string | `"dev"` | | -| desmos.app.trustedAccessNodesList.customTrustedList | string | `"https://raw.githubusercontent.com/DOME-Marketplace/dome-access-node-directory/main/access-node-directory-"` | | -| desmos.app.trustedAccessNodesList.enableCustomTrustedList | bool | `false` | | -| desmos.app.verifier.customVerifier | string | `"https://verifier.dome-marketplace-.org"` | | -| desmos.app.verifier.enableCustomVerifier | bool | `false` | | -| desmos.db.existingSecret.enabled | bool | `false` | should an existing secret be used | -| desmos.db.existingSecret.key | string | `"desmos-db-password"` | key to retrieve the password from | -| desmos.db.existingSecret.name | string | `"desmos-secret"` | name of the secret | -| desmos.db.externalService | bool | `false` | should be true if is an external service | -| desmos.db.host | string | `"postgresql-connector"` | host of the db | -| desmos.db.name | string | `"mktdb"` | name of the db | -| desmos.db.password | string | `"postgres"` | default password to be used | -| desmos.db.port | int | `5432` | port of the host of the db | -| desmos.db.username | string | `"postgres"` | username to be used | -| desmos.enabled | bool | `true` | should the desmos-blockchain-connector be enabled | -| desmos.fullnameOverride | string | `"desmos"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| desmos.image.pullPolicy | string | `"IfNotPresent"` | | -| desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | | -| desmos.image.tag | string | `"v2.0.15"` | | -| dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled | -| dlt-adapter.env.DEBUG | string | `"*"` | | -| dlt-adapter.env.ISS | string | `""` | | -| dlt-adapter.env.PRIVATE_KEY | string | `""` | | -| dlt-adapter.env.RPC_ADDRESS | string | `"https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6"` | | -| dlt-adapter.existingSecret.enabled | bool | `false` | | -| dlt-adapter.existingSecret.key | string | `"private-key"` | | -| dlt-adapter.existingSecret.name | string | `"private-key-secret"` | | -| dlt-adapter.fullnameOverride | string | `"dlt-adapter"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| dlt-adapter.service.port | int | `8080` | | -| kafka.enabled | bool | `false` | should kafka be enabled? | -| postgis.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | -| postgis.auth.password | string | `"postgres"` | username to be used | -| postgis.auth.username | string | `"postgres"` | username to be used | -| postgis.enabled | bool | `true` | should postgis be enabled | -| postgis.fullnameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| postgis.image.pullPolicy | string | `"IfNotPresent"` | | -| postgis.image.registry | string | `"docker.io"` | | -| postgis.image.repository | string | `"bitnamilegacy/postgresql"` | | -| postgis.image.tag | string | `"16.0.0-debian-11-r13"` | | -| postgis.nameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| Key | Type | Default | Description | +|-----|------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| +| desmos.app.desmosPathVersion | string | `"v2"` | | +| desmos.app.dltAdapter.externalDomain | external | `"http://dlt-adapter:8080"` | address of the dlt-adapter | +| desmos.app.dltAdapter.internalDomain | local | `"http://dlt-adapter:8080"` | address of the dlt-adapter | +| desmos.app.dltAdapter.provider | string | `"digitelts"` | provider of the dlt-adapter component | +| desmos.app.externalAccessNodesUrls.customUrls | string | `"http://your-custom-url.org"` | | +| desmos.app.externalAccessNodesUrls.enableCustomUrls | bool | `false` | | +| desmos.app.externalDomain.domain | string | `"example-external-domain.org"` | | +| desmos.app.externalDomain.protocol | string | `"https"` | | +| desmos.app.internalServerPort | int | `8080` | | +| desmos.app.learCredentialMachineInBase64.existingSecret.enabled | bool | `false` | | +| desmos.app.learCredentialMachineInBase64.existingSecret.key | string | `"lear-credential-machine"` | | +| desmos.app.learCredentialMachineInBase64.existingSecret.name | string | `"desmos-lear-credential-machine-secret"` | | +| desmos.app.learCredentialMachineInBase64.value | string | `"your-lear-credential-machine-in-base64"` | | +| desmos.app.logLevel.app | string | `"INFO"` | | +| desmos.app.logLevel.root | string | `"INFO"` | | +| desmos.app.operator.externalDomain | string | `"http://scorpio:9090"` | external address of the broker. Will be included in the hashlink and used by other access-nodes to retrieve the actual entities | +| desmos.app.operator.internalDomain | string | `"http://scorpio:9090"` | internal address of the context broker to be used by the connector | +| desmos.app.operator.organizationIdentifier | string | `""` | did of the organization running the node | +| desmos.app.operator.provider | string | `"scorpio"` | provider of the broker | +| desmos.app.privateKey | object | `{"existingSecret":{"enabled":false,"key":"","name":""},"value":""}` | configuration to set your private key | +| desmos.app.privateKey.existingSecret.enabled | bool | `false` | should an existing secret be used | +| desmos.app.privateKey.existingSecret.key | string | `""` | key to retrieve the password from | +| desmos.app.privateKey.existingSecret.name | string | `""` | name of the secret | +| desmos.app.privateKey.value | string | `""` | your Ethereum private key | +| desmos.app.profile | string | `"dev"` | | +| desmos.app.trustedAccessNodesList.customTrustedList | string | `"https://raw.githubusercontent.com/DOME-Marketplace/dome-access-node-directory/main/access-node-directory-"` | | +| desmos.app.trustedAccessNodesList.enableCustomTrustedList | bool | `false` | | +| desmos.app.verifier.customVerifier | string | `"https://verifier.dome-marketplace-.org"` | | +| desmos.app.verifier.enableCustomVerifier | bool | `false` | | +| desmos.db.existingSecret.enabled | bool | `false` | should an existing secret be used | +| desmos.db.existingSecret.key | string | `"desmos-db-password"` | key to retrieve the password from | +| desmos.db.existingSecret.name | string | `"desmos-secret"` | name of the secret | +| desmos.db.externalService | bool | `false` | should be true if is an external service | +| desmos.db.host | string | `"postgresql-connector"` | host of the db | +| desmos.db.name | string | `"mktdb"` | name of the db | +| desmos.db.password | string | `"postgres"` | default password to be used | +| desmos.db.port | int | `5432` | port of the host of the db | +| desmos.db.username | string | `"postgres"` | username to be used | +| desmos.enabled | bool | `true` | should the desmos-blockchain-connector be enabled | +| desmos.fullnameOverride | string | `"desmos"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| desmos.image.pullPolicy | string | `"IfNotPresent"` | | +| desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | | +| desmos.image.tag | string | `"v2.0.16"` | | +| dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled | +| dlt-adapter.env.DEBUG | string | `"*"` | | +| dlt-adapter.env.ISS | string | `""` | | +| dlt-adapter.env.PRIVATE_KEY | string | `""` | | +| dlt-adapter.env.RPC_ADDRESS | string | `"https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6"` | | +| dlt-adapter.existingSecret.enabled | bool | `false` | | +| dlt-adapter.existingSecret.key | string | `"private-key"` | | +| dlt-adapter.existingSecret.name | string | `"private-key-secret"` | | +| dlt-adapter.fullnameOverride | string | `"dlt-adapter"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| dlt-adapter.service.port | int | `8080` | | +| kafka.enabled | bool | `false` | should kafka be enabled? | +| postgis.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | +| postgis.auth.password | string | `"postgres"` | username to be used | +| postgis.auth.username | string | `"postgres"` | username to be used | +| postgis.enabled | bool | `true` | should postgis be enabled | +| postgis.fullnameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| postgis.image.pullPolicy | string | `"IfNotPresent"` | | +| postgis.image.registry | string | `"docker.io"` | | +| postgis.image.repository | string | `"bitnamilegacy/postgresql"` | | +| postgis.image.tag | string | `"16.0.0-debian-11-r13"` | | +| postgis.nameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | | postgis.primary.initdb.scripts."enable.sh" | string | `"psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE EXTENSION postgis;\"\npsql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE DATABASE ngb;\"\n"` | enable the postgis extension and create the database as expected by scorpio | -| postgresql.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | -| postgresql.auth.password | string | `"postgres"` | password to be used | -| postgresql.auth.username | string | `"postgres"` | username to be used | -| postgresql.enabled | bool | `true` | should the postgresql deployment be enabled | -| postgresql.fullnameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| postgresql.image.pullPolicy | string | `"IfNotPresent"` | | -| postgresql.image.registry | string | `"docker.io"` | | -| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | | -| postgresql.image.tag | string | `"16.0.0-debian-11-r13"` | | -| postgresql.nameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| postgresql.primary.initdb.scripts."create.sh" | string | `"psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE DATABASE mktdb;\"\n"` | create the database as expected by the blockchain-connector | -| scorpio.db.dbhost | string | `"postgis"` | host of the db | -| scorpio.db.password | string | `"postgres"` | password to be used | -| scorpio.db.user | string | `"postgres"` | username to be used | -| scorpio.enabled | bool | `true` | should scorpio be enabled | -| scorpio.fullnameOverride | string | `"scorpio"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| scorpio.image.repository | string | `"scorpiobroker/all-in-one-runner"` | repository to be used - resource friendly all-in-one-runner without kafka | -| scorpio.image.tag | string | `"java-4.1.10"` | tag of the image to be used - latest java image without kafka | -| scorpio.livenessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | -| scorpio.readinessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | -| scorpio.service.type | string | `"ClusterIP"` | ClusterIP is the recommended type for most clusters | -| tm-forum-api.apiProxy.enabled | bool | `true` | should the proxy be enabled | -| tm-forum-api.defaultConfig.additionalEnvVars[0].name | string | `"MAPPING_STRICT_RELATIONSHIPS"` | | -| tm-forum-api.defaultConfig.additionalEnvVars[0].value | string | `"false"` | | -| tm-forum-api.defaultConfig.additionalEnvVars[1].name | string | `"API_EXTENSION_ENABLED"` | | -| tm-forum-api.defaultConfig.additionalEnvVars[1].value | string | `"true"` | | -| tm-forum-api.defaultConfig.contextUrl | string | `"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"` | default context to be used when contacting the context broker | -| tm-forum-api.defaultConfig.ngsiLd | object | `{"url":"http://scorpio:9090"}` | ngsi-ld broker connection information | -| tm-forum-api.defaultConfig.ngsiLd.url | string | `"http://scorpio:9090"` | address of the broker | -| tm-forum-api.defaultConfig.serverHost | string | `"http://localhost:8080"` | host that the tm-forum api can be reached at, when the proxy is enabled it should be set to that address. If not, set the host for each api individually | -| tm-forum-api.enabled | bool | `true` | should tm-forum-api be enabled | +| postgresql.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | +| postgresql.auth.password | string | `"postgres"` | password to be used | +| postgresql.auth.username | string | `"postgres"` | username to be used | +| postgresql.enabled | bool | `true` | should the postgresql deployment be enabled | +| postgresql.fullnameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| postgresql.image.pullPolicy | string | `"IfNotPresent"` | | +| postgresql.image.registry | string | `"docker.io"` | | +| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | | +| postgresql.image.tag | string | `"16.0.0-debian-11-r13"` | | +| postgresql.nameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| postgresql.primary.initdb.scripts."create.sh" | string | `"psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE DATABASE mktdb;\"\n"` | create the database as expected by the blockchain-connector | +| scorpio.db.dbhost | string | `"postgis"` | host of the db | +| scorpio.db.password | string | `"postgres"` | password to be used | +| scorpio.db.user | string | `"postgres"` | username to be used | +| scorpio.enabled | bool | `true` | should scorpio be enabled | +| scorpio.fullnameOverride | string | `"scorpio"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| scorpio.image.repository | string | `"scorpiobroker/all-in-one-runner"` | repository to be used - resource friendly all-in-one-runner without kafka | +| scorpio.image.tag | string | `"java-4.1.10"` | tag of the image to be used - latest java image without kafka | +| scorpio.livenessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | +| scorpio.readinessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | +| scorpio.service.type | string | `"ClusterIP"` | ClusterIP is the recommended type for most clusters | +| tm-forum-api.apiProxy.enabled | bool | `true` | should the proxy be enabled | +| tm-forum-api.defaultConfig.additionalEnvVars[0].name | string | `"MAPPING_STRICT_RELATIONSHIPS"` | | +| tm-forum-api.defaultConfig.additionalEnvVars[0].value | string | `"false"` | | +| tm-forum-api.defaultConfig.additionalEnvVars[1].name | string | `"API_EXTENSION_ENABLED"` | | +| tm-forum-api.defaultConfig.additionalEnvVars[1].value | string | `"true"` | | +| tm-forum-api.defaultConfig.contextUrl | string | `"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"` | default context to be used when contacting the context broker | +| tm-forum-api.defaultConfig.ngsiLd | object | `{"url":"http://scorpio:9090"}` | ngsi-ld broker connection information | +| tm-forum-api.defaultConfig.ngsiLd.url | string | `"http://scorpio:9090"` | address of the broker | +| tm-forum-api.defaultConfig.serverHost | string | `"http://localhost:8080"` | host that the tm-forum api can be reached at, when the proxy is enabled it should be set to that address. If not, set the host for each api individually | +| tm-forum-api.enabled | bool | `true` | should tm-forum-api be enabled | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/access-node/values.yaml b/charts/access-node/values.yaml index 1183d41..926ab2c 100644 --- a/charts/access-node/values.yaml +++ b/charts/access-node/values.yaml @@ -8,7 +8,7 @@ desmos: ## image repository repository: in2workspace/in2-desmos-api # Overrides the image tag whose default is the chart appVersion. - tag: v2.0.15 + tag: v2.0.16 ## image pull policy pullPolicy: IfNotPresent ## deployment specific configuration From 0541bc88e23a2674425a91904a86fe22e1943f5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:55:07 +0000 Subject: [PATCH 2/2] Update helm documentation --- charts/access-node/README.md | 196 +++++++++++++++++------------------ 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/charts/access-node/README.md b/charts/access-node/README.md index 6c3373a..b357c6f 100644 --- a/charts/access-node/README.md +++ b/charts/access-node/README.md @@ -1,6 +1,6 @@ # access-node -![Version: 1.3.14-PRE-115](https://img.shields.io/badge/Version-1.3.13--PRE--114-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 1.3.14-PRE-115](https://img.shields.io/badge/Version-1.3.14--PRE--115-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) Umbrella Chart for the DOME Marketplace access-node @@ -20,104 +20,104 @@ Umbrella Chart for the DOME Marketplace access-node ## Values -| Key | Type | Default | Description | -|-----|------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| -| desmos.app.desmosPathVersion | string | `"v2"` | | -| desmos.app.dltAdapter.externalDomain | external | `"http://dlt-adapter:8080"` | address of the dlt-adapter | -| desmos.app.dltAdapter.internalDomain | local | `"http://dlt-adapter:8080"` | address of the dlt-adapter | -| desmos.app.dltAdapter.provider | string | `"digitelts"` | provider of the dlt-adapter component | -| desmos.app.externalAccessNodesUrls.customUrls | string | `"http://your-custom-url.org"` | | -| desmos.app.externalAccessNodesUrls.enableCustomUrls | bool | `false` | | -| desmos.app.externalDomain.domain | string | `"example-external-domain.org"` | | -| desmos.app.externalDomain.protocol | string | `"https"` | | -| desmos.app.internalServerPort | int | `8080` | | -| desmos.app.learCredentialMachineInBase64.existingSecret.enabled | bool | `false` | | -| desmos.app.learCredentialMachineInBase64.existingSecret.key | string | `"lear-credential-machine"` | | -| desmos.app.learCredentialMachineInBase64.existingSecret.name | string | `"desmos-lear-credential-machine-secret"` | | -| desmos.app.learCredentialMachineInBase64.value | string | `"your-lear-credential-machine-in-base64"` | | -| desmos.app.logLevel.app | string | `"INFO"` | | -| desmos.app.logLevel.root | string | `"INFO"` | | -| desmos.app.operator.externalDomain | string | `"http://scorpio:9090"` | external address of the broker. Will be included in the hashlink and used by other access-nodes to retrieve the actual entities | -| desmos.app.operator.internalDomain | string | `"http://scorpio:9090"` | internal address of the context broker to be used by the connector | -| desmos.app.operator.organizationIdentifier | string | `""` | did of the organization running the node | -| desmos.app.operator.provider | string | `"scorpio"` | provider of the broker | -| desmos.app.privateKey | object | `{"existingSecret":{"enabled":false,"key":"","name":""},"value":""}` | configuration to set your private key | -| desmos.app.privateKey.existingSecret.enabled | bool | `false` | should an existing secret be used | -| desmos.app.privateKey.existingSecret.key | string | `""` | key to retrieve the password from | -| desmos.app.privateKey.existingSecret.name | string | `""` | name of the secret | -| desmos.app.privateKey.value | string | `""` | your Ethereum private key | -| desmos.app.profile | string | `"dev"` | | -| desmos.app.trustedAccessNodesList.customTrustedList | string | `"https://raw.githubusercontent.com/DOME-Marketplace/dome-access-node-directory/main/access-node-directory-"` | | -| desmos.app.trustedAccessNodesList.enableCustomTrustedList | bool | `false` | | -| desmos.app.verifier.customVerifier | string | `"https://verifier.dome-marketplace-.org"` | | -| desmos.app.verifier.enableCustomVerifier | bool | `false` | | -| desmos.db.existingSecret.enabled | bool | `false` | should an existing secret be used | -| desmos.db.existingSecret.key | string | `"desmos-db-password"` | key to retrieve the password from | -| desmos.db.existingSecret.name | string | `"desmos-secret"` | name of the secret | -| desmos.db.externalService | bool | `false` | should be true if is an external service | -| desmos.db.host | string | `"postgresql-connector"` | host of the db | -| desmos.db.name | string | `"mktdb"` | name of the db | -| desmos.db.password | string | `"postgres"` | default password to be used | -| desmos.db.port | int | `5432` | port of the host of the db | -| desmos.db.username | string | `"postgres"` | username to be used | -| desmos.enabled | bool | `true` | should the desmos-blockchain-connector be enabled | -| desmos.fullnameOverride | string | `"desmos"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| desmos.image.pullPolicy | string | `"IfNotPresent"` | | -| desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | | -| desmos.image.tag | string | `"v2.0.16"` | | -| dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled | -| dlt-adapter.env.DEBUG | string | `"*"` | | -| dlt-adapter.env.ISS | string | `""` | | -| dlt-adapter.env.PRIVATE_KEY | string | `""` | | -| dlt-adapter.env.RPC_ADDRESS | string | `"https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6"` | | -| dlt-adapter.existingSecret.enabled | bool | `false` | | -| dlt-adapter.existingSecret.key | string | `"private-key"` | | -| dlt-adapter.existingSecret.name | string | `"private-key-secret"` | | -| dlt-adapter.fullnameOverride | string | `"dlt-adapter"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| dlt-adapter.service.port | int | `8080` | | -| kafka.enabled | bool | `false` | should kafka be enabled? | -| postgis.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | -| postgis.auth.password | string | `"postgres"` | username to be used | -| postgis.auth.username | string | `"postgres"` | username to be used | -| postgis.enabled | bool | `true` | should postgis be enabled | -| postgis.fullnameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| postgis.image.pullPolicy | string | `"IfNotPresent"` | | -| postgis.image.registry | string | `"docker.io"` | | -| postgis.image.repository | string | `"bitnamilegacy/postgresql"` | | -| postgis.image.tag | string | `"16.0.0-debian-11-r13"` | | -| postgis.nameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| desmos.app.desmosPathVersion | string | `"v2"` | | +| desmos.app.dltAdapter.externalDomain | external | `"http://dlt-adapter:8080"` | address of the dlt-adapter | +| desmos.app.dltAdapter.internalDomain | local | `"http://dlt-adapter:8080"` | address of the dlt-adapter | +| desmos.app.dltAdapter.provider | string | `"digitelts"` | provider of the dlt-adapter component | +| desmos.app.externalAccessNodesUrls.customUrls | string | `"http://your-custom-url.org"` | | +| desmos.app.externalAccessNodesUrls.enableCustomUrls | bool | `false` | | +| desmos.app.externalDomain.domain | string | `"example-external-domain.org"` | | +| desmos.app.externalDomain.protocol | string | `"https"` | | +| desmos.app.internalServerPort | int | `8080` | | +| desmos.app.learCredentialMachineInBase64.existingSecret.enabled | bool | `false` | | +| desmos.app.learCredentialMachineInBase64.existingSecret.key | string | `"lear-credential-machine"` | | +| desmos.app.learCredentialMachineInBase64.existingSecret.name | string | `"desmos-lear-credential-machine-secret"` | | +| desmos.app.learCredentialMachineInBase64.value | string | `"your-lear-credential-machine-in-base64"` | | +| desmos.app.logLevel.app | string | `"INFO"` | | +| desmos.app.logLevel.root | string | `"INFO"` | | +| desmos.app.operator.externalDomain | string | `"http://scorpio:9090"` | external address of the broker. Will be included in the hashlink and used by other access-nodes to retrieve the actual entities | +| desmos.app.operator.internalDomain | string | `"http://scorpio:9090"` | internal address of the context broker to be used by the connector | +| desmos.app.operator.organizationIdentifier | string | `""` | did of the organization running the node | +| desmos.app.operator.provider | string | `"scorpio"` | provider of the broker | +| desmos.app.privateKey | object | `{"existingSecret":{"enabled":false,"key":"","name":""},"value":""}` | configuration to set your private key | +| desmos.app.privateKey.existingSecret.enabled | bool | `false` | should an existing secret be used | +| desmos.app.privateKey.existingSecret.key | string | `""` | key to retrieve the password from | +| desmos.app.privateKey.existingSecret.name | string | `""` | name of the secret | +| desmos.app.privateKey.value | string | `""` | your Ethereum private key | +| desmos.app.profile | string | `"dev"` | | +| desmos.app.trustedAccessNodesList.customTrustedList | string | `"https://raw.githubusercontent.com/DOME-Marketplace/dome-access-node-directory/main/access-node-directory-"` | | +| desmos.app.trustedAccessNodesList.enableCustomTrustedList | bool | `false` | | +| desmos.app.verifier.customVerifier | string | `"https://verifier.dome-marketplace-.org"` | | +| desmos.app.verifier.enableCustomVerifier | bool | `false` | | +| desmos.db.existingSecret.enabled | bool | `false` | should an existing secret be used | +| desmos.db.existingSecret.key | string | `"desmos-db-password"` | key to retrieve the password from | +| desmos.db.existingSecret.name | string | `"desmos-secret"` | name of the secret | +| desmos.db.externalService | bool | `false` | should be true if is an external service | +| desmos.db.host | string | `"postgresql-connector"` | host of the db | +| desmos.db.name | string | `"mktdb"` | name of the db | +| desmos.db.password | string | `"postgres"` | default password to be used | +| desmos.db.port | int | `5432` | port of the host of the db | +| desmos.db.username | string | `"postgres"` | username to be used | +| desmos.enabled | bool | `true` | should the desmos-blockchain-connector be enabled | +| desmos.fullnameOverride | string | `"desmos"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| desmos.image.pullPolicy | string | `"IfNotPresent"` | | +| desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | | +| desmos.image.tag | string | `"v2.0.16"` | | +| dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled | +| dlt-adapter.env.DEBUG | string | `"*"` | | +| dlt-adapter.env.ISS | string | `""` | | +| dlt-adapter.env.PRIVATE_KEY | string | `""` | | +| dlt-adapter.env.RPC_ADDRESS | string | `"https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6"` | | +| dlt-adapter.existingSecret.enabled | bool | `false` | | +| dlt-adapter.existingSecret.key | string | `"private-key"` | | +| dlt-adapter.existingSecret.name | string | `"private-key-secret"` | | +| dlt-adapter.fullnameOverride | string | `"dlt-adapter"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| dlt-adapter.service.port | int | `8080` | | +| kafka.enabled | bool | `false` | should kafka be enabled? | +| postgis.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | +| postgis.auth.password | string | `"postgres"` | username to be used | +| postgis.auth.username | string | `"postgres"` | username to be used | +| postgis.enabled | bool | `true` | should postgis be enabled | +| postgis.fullnameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| postgis.image.pullPolicy | string | `"IfNotPresent"` | | +| postgis.image.registry | string | `"docker.io"` | | +| postgis.image.repository | string | `"bitnamilegacy/postgresql"` | | +| postgis.image.tag | string | `"16.0.0-debian-11-r13"` | | +| postgis.nameOverride | string | `"postgis"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | | postgis.primary.initdb.scripts."enable.sh" | string | `"psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE EXTENSION postgis;\"\npsql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE DATABASE ngb;\"\n"` | enable the postgis extension and create the database as expected by scorpio | -| postgresql.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | -| postgresql.auth.password | string | `"postgres"` | password to be used | -| postgresql.auth.username | string | `"postgres"` | username to be used | -| postgresql.enabled | bool | `true` | should the postgresql deployment be enabled | -| postgresql.fullnameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| postgresql.image.pullPolicy | string | `"IfNotPresent"` | | -| postgresql.image.registry | string | `"docker.io"` | | -| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | | -| postgresql.image.tag | string | `"16.0.0-debian-11-r13"` | | -| postgresql.nameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| postgresql.primary.initdb.scripts."create.sh" | string | `"psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE DATABASE mktdb;\"\n"` | create the database as expected by the blockchain-connector | -| scorpio.db.dbhost | string | `"postgis"` | host of the db | -| scorpio.db.password | string | `"postgres"` | password to be used | -| scorpio.db.user | string | `"postgres"` | username to be used | -| scorpio.enabled | bool | `true` | should scorpio be enabled | -| scorpio.fullnameOverride | string | `"scorpio"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | -| scorpio.image.repository | string | `"scorpiobroker/all-in-one-runner"` | repository to be used - resource friendly all-in-one-runner without kafka | -| scorpio.image.tag | string | `"java-4.1.10"` | tag of the image to be used - latest java image without kafka | -| scorpio.livenessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | -| scorpio.readinessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | -| scorpio.service.type | string | `"ClusterIP"` | ClusterIP is the recommended type for most clusters | -| tm-forum-api.apiProxy.enabled | bool | `true` | should the proxy be enabled | -| tm-forum-api.defaultConfig.additionalEnvVars[0].name | string | `"MAPPING_STRICT_RELATIONSHIPS"` | | -| tm-forum-api.defaultConfig.additionalEnvVars[0].value | string | `"false"` | | -| tm-forum-api.defaultConfig.additionalEnvVars[1].name | string | `"API_EXTENSION_ENABLED"` | | -| tm-forum-api.defaultConfig.additionalEnvVars[1].value | string | `"true"` | | -| tm-forum-api.defaultConfig.contextUrl | string | `"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"` | default context to be used when contacting the context broker | -| tm-forum-api.defaultConfig.ngsiLd | object | `{"url":"http://scorpio:9090"}` | ngsi-ld broker connection information | -| tm-forum-api.defaultConfig.ngsiLd.url | string | `"http://scorpio:9090"` | address of the broker | -| tm-forum-api.defaultConfig.serverHost | string | `"http://localhost:8080"` | host that the tm-forum api can be reached at, when the proxy is enabled it should be set to that address. If not, set the host for each api individually | -| tm-forum-api.enabled | bool | `true` | should tm-forum-api be enabled | +| postgresql.auth.enablePostgresUser | bool | `true` | should the default postgres user be enabled | +| postgresql.auth.password | string | `"postgres"` | password to be used | +| postgresql.auth.username | string | `"postgres"` | username to be used | +| postgresql.enabled | bool | `true` | should the postgresql deployment be enabled | +| postgresql.fullnameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| postgresql.image.pullPolicy | string | `"IfNotPresent"` | | +| postgresql.image.registry | string | `"docker.io"` | | +| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | | +| postgresql.image.tag | string | `"16.0.0-debian-11-r13"` | | +| postgresql.nameOverride | string | `"postgresql-connector"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| postgresql.primary.initdb.scripts."create.sh" | string | `"psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c \"CREATE DATABASE mktdb;\"\n"` | create the database as expected by the blockchain-connector | +| scorpio.db.dbhost | string | `"postgis"` | host of the db | +| scorpio.db.password | string | `"postgres"` | password to be used | +| scorpio.db.user | string | `"postgres"` | username to be used | +| scorpio.enabled | bool | `true` | should scorpio be enabled | +| scorpio.fullnameOverride | string | `"scorpio"` | overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace | +| scorpio.image.repository | string | `"scorpiobroker/all-in-one-runner"` | repository to be used - resource friendly all-in-one-runner without kafka | +| scorpio.image.tag | string | `"java-4.1.10"` | tag of the image to be used - latest java image without kafka | +| scorpio.livenessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | +| scorpio.readinessProbe.path | string | `"/q/health"` | path to be used for the readiness probe, older versions used /actuator/health | +| scorpio.service.type | string | `"ClusterIP"` | ClusterIP is the recommended type for most clusters | +| tm-forum-api.apiProxy.enabled | bool | `true` | should the proxy be enabled | +| tm-forum-api.defaultConfig.additionalEnvVars[0].name | string | `"MAPPING_STRICT_RELATIONSHIPS"` | | +| tm-forum-api.defaultConfig.additionalEnvVars[0].value | string | `"false"` | | +| tm-forum-api.defaultConfig.additionalEnvVars[1].name | string | `"API_EXTENSION_ENABLED"` | | +| tm-forum-api.defaultConfig.additionalEnvVars[1].value | string | `"true"` | | +| tm-forum-api.defaultConfig.contextUrl | string | `"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"` | default context to be used when contacting the context broker | +| tm-forum-api.defaultConfig.ngsiLd | object | `{"url":"http://scorpio:9090"}` | ngsi-ld broker connection information | +| tm-forum-api.defaultConfig.ngsiLd.url | string | `"http://scorpio:9090"` | address of the broker | +| tm-forum-api.defaultConfig.serverHost | string | `"http://localhost:8080"` | host that the tm-forum api can be reached at, when the proxy is enabled it should be set to that address. If not, set the host for each api individually | +| tm-forum-api.enabled | bool | `true` | should tm-forum-api be enabled | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)