Skip to content

Commit 8ac39a8

Browse files
build(charts): update desmos (#103)
* build(charts): update desmos * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4012947 commit 8ac39a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3.2-PRE-102
5+
version: 1.3.3-PRE-103
66
appVersion: 0.0.1
77
dependencies:
88
- name: desmos

charts/access-node/README.md

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

3-
![Version: 1.3.2-PRE-102](https://img.shields.io/badge/Version-1.3.2--PRE--102-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.3.3-PRE-103](https://img.shields.io/badge/Version-1.3.3--PRE--103-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

@@ -64,7 +64,7 @@ Umbrella Chart for the DOME Marketplace access-node
6464
| 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 |
6565
| desmos.image.pullPolicy | string | `"IfNotPresent"` | |
6666
| desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | |
67-
| desmos.image.tag | string | `"v2.0.3"` | |
67+
| desmos.image.tag | string | `"v2.0.4"` | |
6868
| dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled |
6969
| dlt-adapter.env.DEBUG | string | `"*"` | |
7070
| dlt-adapter.env.ISS | string | `"<YOUR-ORGANIZATION-ID-IN>"` | |

charts/access-node/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ desmos:
88
## image repository
99
repository: in2workspace/in2-desmos-api
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: v2.0.3
11+
tag: v2.0.4
1212
## image pull policy
1313
pullPolicy: IfNotPresent
1414
## deployment specific configuration

0 commit comments

Comments
 (0)