File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.4 -PRE-93
5+ version : 1.2.5 -PRE-94
66appVersion : 0.0.1
77dependencies :
88 - name : desmos
Original file line number Diff line number Diff line change 11# access-node
22
3- ![ Version: 1.2.4 -PRE-93 ] ( https://img.shields.io/badge/Version-1.2.4 --PRE--93 -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.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 )
44
55Umbrella Chart for the DOME Marketplace access-node
66
@@ -62,7 +62,7 @@ Umbrella Chart for the DOME Marketplace access-node
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.0 " ` | |
65+ | desmos.image.tag | string | ` "v2.0.2-snapshot " ` | |
6666| dlt-adapter.enabled | bool | ` true ` | should the dlt-adapter be enabled |
6767| dlt-adapter.env.DEBUG | string | ` "*" ` | |
6868| dlt-adapter.env.ISS | string | ` "<YOUR-ORGANIZATION-ID-IN-SHA256>" ` | |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ desmos:
1010 # # image repository
1111 repository : in2workspace/in2-desmos-api
1212 # Overrides the image tag whose default is the chart appVersion.
13- tag : v2.0.0
13+ tag : v2.0.2-snapshot
1414 # # image pull policy
1515 pullPolicy : IfNotPresent
1616 # # deployment specific configuration
You can’t perform that action at this time.
0 commit comments