Skip to content

Commit 4f106b8

Browse files
Update values.yaml (#334)
* Update values.yaml * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a87ef4 commit 4f106b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/tm-forum-api/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tm-forum-api
3-
version: 0.13.0
3+
version: 0.13.1
44
appVersion: 0.13.2
55
kubeVersion: '>= 1.19-0'
66
home: https://github.com/FIWARE/tmforum-api

charts/tm-forum-api/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tm-forum-api
22

3-
![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square)
3+
![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square)
44
A Helm chart for running the FIWARE TMForum-APIs
55

66
## Maintainers
@@ -109,10 +109,10 @@ For all untouched values, the customized deployement will still use the defaults
109109
| defaultConfig.cache.subscriptions.maximumSize | int | `1000` | maximum size of the cache |
110110
| defaultConfig.contextUrl | string | `"https://smartdatamodels.org/context.jsonld"` | default context to be used when contacting the context broker |
111111
| defaultConfig.endpointsPort | int | `9090` | metrics and health port |
112-
| defaultConfig.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/fiware","tag":"1.2.0"}` | configuration to be used for the image of the container |
112+
| defaultConfig.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/fiware","tag":"1.2.1"}` | configuration to be used for the image of the container |
113113
| defaultConfig.image.pullPolicy | string | `"IfNotPresent"` | pull policy to be used |
114114
| defaultConfig.image.repository | string | `"quay.io/fiware"` | repository to get the container from |
115-
| defaultConfig.image.tag | string | `"1.2.0"` | tag to be used, most of the time the apis will use the same version |
115+
| defaultConfig.image.tag | string | `"1.2.1"` | tag to be used, most of the time the apis will use the same version |
116116
| defaultConfig.livenessProbe.healthPath | string | `"/health/liveness"` | path to be used for the health check |
117117
| defaultConfig.livenessProbe.initialDelaySeconds | int | `30` | |
118118
| defaultConfig.livenessProbe.periodSeconds | int | `10` | |

charts/tm-forum-api/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ defaultConfig:
145145
# -- repository to get the container from
146146
repository: quay.io/fiware
147147
# -- tag to be used, most of the time the apis will use the same version
148-
tag: 1.2.0
148+
tag: 1.2.1
149149
# -- pull policy to be used
150150
pullPolicy: IfNotPresent
151151
# -- log level of the api

0 commit comments

Comments
 (0)