From b8993ba13c54219edba1be4fb5671e3a890831c2 Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Mon, 7 Oct 2024 14:12:43 +0200 Subject: [PATCH 1/2] Update values.yaml --- charts/access-node/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/access-node/values.yaml b/charts/access-node/values.yaml index f48eeaf..dda8407 100644 --- a/charts/access-node/values.yaml +++ b/charts/access-node/values.yaml @@ -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 @@ -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 \ No newline at end of file + enabled: true From e0b9e2de1808c276dc3e59f48b4f5f1bb2fbad63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:18:58 +0000 Subject: [PATCH 2/2] Update helm documentation --- charts/access-node/Chart.yaml | 2 +- charts/access-node/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/access-node/Chart.yaml b/charts/access-node/Chart.yaml index 93e4bf0..d3f43ac 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: 0.4.0-PRE-33 +version: 0.5.0-PRE-34 appVersion: 0.0.1 dependencies: - name: desmos diff --git a/charts/access-node/README.md b/charts/access-node/README.md index dd5b76a..38cf461 100644 --- a/charts/access-node/README.md +++ b/charts/access-node/README.md @@ -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 @@ -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 |