Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/access-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/access-node/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `"<YOUR-ORGANIZATION-ID-IN>"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down