Skip to content

Commit fe3ad61

Browse files
Update helm documentation
1 parent 8a55b70 commit fe3ad61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/access-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: access-node
33
description: Umbrella Chart for the DOME Marketplace access-node
44
type: application
5-
version: 1.2.6-PRE-94
5+
version: 1.2.6-PRE-95
66
appVersion: 0.0.1
77
dependencies:
88
- name: desmos

charts/access-node/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# access-node
22

3-
![Version: 1.2.5-PRE-94](https://img.shields.io/badge/Version-1.2.5--PRE--94-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)
3+
![Version: 1.2.6-PRE-95](https://img.shields.io/badge/Version-1.2.6--PRE--95-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)
44

55
Umbrella Chart for the DOME Marketplace access-node
66

@@ -20,6 +20,7 @@ Umbrella Chart for the DOME Marketplace access-node
2020

2121
| Key | Type | Default | Description |
2222
|-----|------|---------|-------------|
23+
| desmos.app.desmosPathVersion | string | `"v2"` | |
2324
| desmos.app.dltAdapter.externalDomain | external | `"http://dlt-adapter:8080"` | address of the dlt-adapter |
2425
| desmos.app.dltAdapter.internalDomain | local | `"http://dlt-adapter:8080"` | address of the dlt-adapter |
2526
| desmos.app.dltAdapter.provider | string | `"digitelts"` | provider of the dlt-adapter component |
@@ -57,15 +58,14 @@ Umbrella Chart for the DOME Marketplace access-node
5758
| desmos.db.password | string | `"postgres"` | default password to be used |
5859
| desmos.db.port | int | `5432` | port of the host of the db |
5960
| desmos.db.username | string | `"postgres"` | username to be used |
60-
| desmos.desmosPathVersion | string | `"v2"` | also update the version on contextUrl of tmf |
6161
| desmos.enabled | bool | `true` | should the desmos-blockchain-connector be enabled |
6262
| 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 |
6363
| desmos.image.pullPolicy | string | `"IfNotPresent"` | |
6464
| desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | |
65-
| desmos.image.tag | string | `"v2.0.2-snapshot"` | |
65+
| desmos.image.tag | string | `"v2.0.2"` | |
6666
| dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled |
6767
| dlt-adapter.env.DEBUG | string | `"*"` | |
68-
| dlt-adapter.env.ISS | string | `"<YOUR-ORGANIZATION-ID-IN-SHA256>"` | |
68+
| dlt-adapter.env.ISS | string | `"<YOUR-ORGANIZATION-ID-IN>"` | |
6969
| dlt-adapter.env.PRIVATE_KEY | string | `"<YOUR-PRIVATE-KEY>"` | |
7070
| dlt-adapter.env.RPC_ADDRESS | string | `"https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6"` | |
7171
| dlt-adapter.existingSecret.enabled | bool | `false` | |

0 commit comments

Comments
 (0)