diff --git a/charts/tm-forum-api/Chart.yaml b/charts/tm-forum-api/Chart.yaml index 99391ef6..b4fe26c8 100644 --- a/charts/tm-forum-api/Chart.yaml +++ b/charts/tm-forum-api/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tm-forum-api -version: 0.14.14 +version: 0.14.15 appVersion: 0.13.2 kubeVersion: '>= 1.19-0' home: https://github.com/FIWARE/tmforum-api diff --git a/charts/tm-forum-api/README.md b/charts/tm-forum-api/README.md index 0e41c114..12460af2 100644 --- a/charts/tm-forum-api/README.md +++ b/charts/tm-forum-api/README.md @@ -1,6 +1,6 @@ # tm-forum-api -![Version: 0.14.14](https://img.shields.io/badge/Version-0.14.14-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square) +![Version: 0.14.15](https://img.shields.io/badge/Version-0.14.15-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square) A Helm chart for running the FIWARE TMForum-APIs ## Maintainers @@ -109,10 +109,10 @@ For all untouched values, the customized deployement will still use the defaults | defaultConfig.cache.subscriptions.maximumSize | int | `1000` | maximum size of the cache | | defaultConfig.contextUrl | string | `"https://smartdatamodels.org/context.jsonld"` | default context to be used when contacting the context broker | | defaultConfig.endpointsPort | int | `9090` | metrics and health port | -| defaultConfig.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/fiware","tag":"1.3.20"}` | configuration to be used for the image of the container | +| defaultConfig.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/fiware","tag":"1.4.1"}` | configuration to be used for the image of the container | | defaultConfig.image.pullPolicy | string | `"IfNotPresent"` | pull policy to be used | | defaultConfig.image.repository | string | `"quay.io/fiware"` | repository to get the container from | -| defaultConfig.image.tag | string | `"1.3.20"` | tag to be used, most of the time the apis will use the same version | +| defaultConfig.image.tag | string | `"1.4.1"` | tag to be used, most of the time the apis will use the same version | | defaultConfig.livenessProbe.healthPath | string | `"/health/liveness"` | path to be used for the health check | | defaultConfig.livenessProbe.initialDelaySeconds | int | `30` | | | defaultConfig.livenessProbe.periodSeconds | int | `10` | | diff --git a/charts/tm-forum-api/values.yaml b/charts/tm-forum-api/values.yaml index e8f00e74..e16526be 100644 --- a/charts/tm-forum-api/values.yaml +++ b/charts/tm-forum-api/values.yaml @@ -145,7 +145,7 @@ defaultConfig: # -- repository to get the container from repository: quay.io/fiware # -- tag to be used, most of the time the apis will use the same version - tag: 1.3.20 + tag: 1.4.1 # -- pull policy to be used pullPolicy: IfNotPresent # -- log level of the api