Skip to content
Open
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/tm-forum-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/tm-forum-api/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/tm-forum-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading