diff --git a/applications/tm-forum-api/Chart.yaml b/applications/tm-forum-api/Chart.yaml index c9c5e3e..e45c70b 100644 --- a/applications/tm-forum-api/Chart.yaml +++ b/applications/tm-forum-api/Chart.yaml @@ -3,10 +3,10 @@ name: tm-forum-api description: Chart holder for argo-cd type: application -version: 0.0.3 -appVersion: "0.4.1" +version: 0.0.4 +appVersion: "0.13.2" dependencies: - name: tm-forum-api - version: 0.2.2 + version: 0.2.3 repository: https://fiware.github.io/helm-charts diff --git a/applications/tm-forum-api/values.yaml b/applications/tm-forum-api/values.yaml index 9e37332..4377e58 100644 --- a/applications/tm-forum-api/values.yaml +++ b/applications/tm-forum-api/values.yaml @@ -1,18 +1,6 @@ tm-forum-api: ## configuration to be used by every api-deployment if nothing specific is provided. defaultConfig: - - # -- configuration to be used for the image of the container - image: - # -- repository to get the container from - #repository: quay.io/wi_stefan - repository: quay.io/beknazar - # -- tag to be used, most of the time the apis will use the same version - #tag: 0.5.0 - tag: 2.0.2 - # -- pull policy to be used - pullPolicy: IfNotPresent - # -- ngsi-ld broker connection information ngsiLd: # -- timeout for requests ot the broker @@ -73,3 +61,7 @@ tm-forum-api: - name: service-catalog image: tmforum-service-catalog basePath: /tmf-api/serviceCatalogManagement/v4 + + # redis caching + redis: + enabled: false