Skip to content

Commit 8611b56

Browse files
committed
[ACCES_NODE / desmos]
update charts version
1 parent 3e9f394 commit 8611b56

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-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.5-PRE-94
5+
version: 1.2.6-PRE-94
66
appVersion: 0.0.1
77
dependencies:
88
- name: desmos

charts/access-node/values.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
119118
postgresql:

0 commit comments

Comments
 (0)