Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tmforum empty list update bug #34

Merged
merged 3 commits into from
Oct 7, 2024
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: 0.4.0-PRE-33
version: 0.5.0-PRE-34
appVersion: 0.0.1
dependencies:
- name: desmos
Expand Down
6 changes: 3 additions & 3 deletions charts/access-node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# access-node

![Version: 0.4.0-PRE-33](https://img.shields.io/badge/Version-0.4.0--PRE--33-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: 0.5.0-PRE-34](https://img.shields.io/badge/Version-0.5.0--PRE--34-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 @@ -93,8 +93,8 @@ Umbrella Chart for the DOME Marketplace access-node
| scorpio.service.type | string | `"ClusterIP"` | ClusterIP is the recommended type for most clusters |
| tm-forum-api.apiProxy.enabled | bool | `true` | should the proxy be enabled |
| 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 |
| tm-forum-api.defaultConfig.image | object | `{"tag":"0.16.0"}` | configuration to be used for the image of the containers |
| tm-forum-api.defaultConfig.image.tag | string | `"0.16.0"` | current latest tag |
| tm-forum-api.defaultConfig.image | object | `{"tag":"0.21.0"}` | configuration to be used for the image of the containers |
| tm-forum-api.defaultConfig.image.tag | string | `"0.21.0"` | current latest tag |
| tm-forum-api.defaultConfig.ngsiLd | object | `{"url":"http://scorpio:9090"}` | ngsi-ld broker connection information |
| tm-forum-api.defaultConfig.ngsiLd.url | string | `"http://scorpio:9090"` | address of the broker |
| 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 |
Expand Down
4 changes: 2 additions & 2 deletions charts/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ tm-forum-api:
# -- configuration to be used for the image of the containers
image:
# -- current latest tag
tag: "0.16.0"
tag: "0.21.0"
# -- ngsi-ld broker connection information
ngsiLd:
# -- address of the broker
Expand All @@ -221,4 +221,4 @@ tm-forum-api:
## configuration for the api proxy, to serve all apis through one kubernetes service
apiProxy:
# -- should the proxy be enabled
enabled: true
enabled: true