From 876127b3da42e91352fc2f0be0fae2da2fddbd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Rodr=C3=ADguez?= Date: Wed, 25 Mar 2026 13:02:48 +0100 Subject: [PATCH 1/2] build(charts): update desmos --- charts/access-node/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/access-node/values.yaml b/charts/access-node/values.yaml index 72469c0..01cb005 100644 --- a/charts/access-node/values.yaml +++ b/charts/access-node/values.yaml @@ -8,7 +8,7 @@ desmos: ## image repository repository: in2workspace/in2-desmos-api # Overrides the image tag whose default is the chart appVersion. - tag: v2.0.4 + tag: v2.0.7 ## image pull policy pullPolicy: IfNotPresent ## deployment specific configuration From 589f2bf7aecb36d84428d71d36dd3508fd726aba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:04:22 +0000 Subject: [PATCH 2/2] Update helm documentation --- charts/access-node/Chart.yaml | 2 +- charts/access-node/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/access-node/Chart.yaml b/charts/access-node/Chart.yaml index 14b1246..8bda83d 100644 --- a/charts/access-node/Chart.yaml +++ b/charts/access-node/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: access-node description: Umbrella Chart for the DOME Marketplace access-node type: application -version: 1.3.3-PRE-103 +version: 1.3.4-PRE-104 appVersion: 0.0.1 dependencies: - name: desmos diff --git a/charts/access-node/README.md b/charts/access-node/README.md index 1f44356..9fb4908 100644 --- a/charts/access-node/README.md +++ b/charts/access-node/README.md @@ -1,6 +1,6 @@ # access-node -![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) +![Version: 1.3.4-PRE-104](https://img.shields.io/badge/Version-1.3.4--PRE--104-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) Umbrella Chart for the DOME Marketplace access-node @@ -64,7 +64,7 @@ Umbrella Chart for the DOME Marketplace access-node | 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 | | desmos.image.pullPolicy | string | `"IfNotPresent"` | | | desmos.image.repository | string | `"in2workspace/in2-desmos-api"` | | -| desmos.image.tag | string | `"v2.0.4"` | | +| desmos.image.tag | string | `"v2.0.7"` | | | dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled | | dlt-adapter.env.DEBUG | string | `"*"` | | | dlt-adapter.env.ISS | string | `""` | |