Skip to content

Commit fda6315

Browse files
[ACCES_NODE / desmos] fix path version fix tmf uri version path (#91)
* [ACCES_NODE / desmos] fix path version fix tmf uri version path * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a525a09 commit fda6315

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.2.1-PRE-90
5+
version: 1.2.2-PRE-91
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.2.1-PRE-90](https://img.shields.io/badge/Version-1.2.1--PRE--90-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.2-PRE-91](https://img.shields.io/badge/Version-1.2.2--PRE--91-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

@@ -103,7 +103,7 @@ Umbrella Chart for the DOME Marketplace access-node
103103
| tm-forum-api.defaultConfig.additionalEnvVars[0].value | string | `"false"` | |
104104
| tm-forum-api.defaultConfig.additionalEnvVars[1].name | string | `"API_EXTENSION_ENABLED"` | |
105105
| tm-forum-api.defaultConfig.additionalEnvVars[1].value | string | `"true"` | |
106-
| tm-forum-api.defaultConfig.contextUrl | string | `"https://uri.etsi.org/ngsi-ld/v2/ngsi-ld-core-context.jsonld"` | default context to be used when contacting the context broker |
106+
| tm-forum-api.defaultConfig.contextUrl | string | `"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"` | default context to be used when contacting the context broker |
107107
| tm-forum-api.defaultConfig.ngsiLd | object | `{"url":"http://scorpio:9090"}` | ngsi-ld broker connection information |
108108
| tm-forum-api.defaultConfig.ngsiLd.url | string | `"http://scorpio:9090"` | address of the broker |
109109
| tm-forum-api.defaultConfig.serverHost | string | `"http://localhost:8080"` | host that the tm-forum api can be reached at, when the proxy is enabled it should be set to that address. If not, set the host for each api individually |

charts/access-node/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ tm-forum-api:
217217
# -- address of the broker
218218
url: http://scorpio:9090
219219
# -- default context to be used when contacting the context broker
220-
contextUrl: https://uri.etsi.org/ngsi-ld/v2/ngsi-ld-core-context.jsonld
220+
contextUrl: https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld
221221
# -- host that the tm-forum api can be reached at, when the proxy is enabled it should be set to that address. If not, set the host for each api individually
222222
serverHost: http://localhost:8080
223223
# additional env vars (If you want the requests to fail in case of unresolvable relationships, you can use the defaults)

0 commit comments

Comments
 (0)