diff --git a/charts/access-node/Chart.yaml b/charts/access-node/Chart.yaml index 726967e..14b1246 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.2-PRE-102 +version: 1.3.3-PRE-103 appVersion: 0.0.1 dependencies: - name: desmos diff --git a/charts/access-node/README.md b/charts/access-node/README.md index f679991..1f44356 100644 --- a/charts/access-node/README.md +++ b/charts/access-node/README.md @@ -1,6 +1,6 @@ # access-node -![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) +![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) 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.3"` | | +| desmos.image.tag | string | `"v2.0.4"` | | | dlt-adapter.enabled | bool | `true` | should the dlt-adapter be enabled | | dlt-adapter.env.DEBUG | string | `"*"` | | | dlt-adapter.env.ISS | string | `""` | | diff --git a/charts/access-node/values.yaml b/charts/access-node/values.yaml index c1fd596..72469c0 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.3 + tag: v2.0.4 ## image pull policy pullPolicy: IfNotPresent ## deployment specific configuration