File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : access-node
33description : Umbrella Chart for the DOME Marketplace access-node
44type : application
5- version : 1.2.5 -PRE-94
5+ version : 1.2.6 -PRE-94
66appVersion : 0.0.1
77dependencies :
88 - name : desmos
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ desmos:
44 enabled : true
55 # -- overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace
66 fullnameOverride : desmos
7- # -- also update the version on contextUrl of tmf
8- desmosPathVersion : v2
97 image :
108 # # image repository
119 repository : in2workspace/in2-desmos-api
1210 # Overrides the image tag whose default is the chart appVersion.
13- tag : v2.0.2-snapshot
11+ tag : v2.0.2
1412 # # image pull policy
1513 pullPolicy : IfNotPresent
1614 # # deployment specific configuration
@@ -72,6 +70,7 @@ desmos:
7270 verifier :
7371 enableCustomVerifier : false
7472 customVerifier : " https://verifier.dome-marketplace-<env>.org"
73+ desmosPathVersion : v2
7574
7675 # # configuration of the database to be used by the blockchain-connector
7776 db :
@@ -113,7 +112,7 @@ dlt-adapter:
113112 DEBUG : " *"
114113 PRIVATE_KEY : <YOUR-PRIVATE-KEY>
115114 RPC_ADDRESS : https://red-t.alastria.io/v0/9461d9f4292b41230527d57ee90652a6
116- ISS : <YOUR-ORGANIZATION-ID-IN-SHA256 >
115+ ISS : <YOUR-ORGANIZATION-ID-IN>
117116
118117# # configuration of postgres to be used for the blockchain-connector - see https://github.com/bitnami/charts/tree/main/bitnami/postgresql for details
119118postgresql :
You can’t perform that action at this time.
0 commit comments