Skip to content

Commit

Permalink
Update values.yaml (#326)
Browse files Browse the repository at this point in the history
* Update values.yaml

* Update helm documentation

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wistefan and github-actions[bot] authored Jan 31, 2025
1 parent 2709cd4 commit 7672ff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.10.10
version: 0.10.11
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.10.10](https://img.shields.io/badge/Version-0.10.10-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square)
![Version: 0.10.11](https://img.shields.io/badge/Version-0.10.11-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":"0.30.7"}` | configuration to be used for the image of the container |
| defaultConfig.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/fiware","tag":"0.31.2"}` | 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 | `"0.30.7"` | tag to be used, most of the time the apis will use the same version |
| defaultConfig.image.tag | string | `"0.31.2"` | 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: 0.30.7
tag: 0.31.2
# -- pull policy to be used
pullPolicy: IfNotPresent
# -- log level of the api
Expand Down

0 comments on commit 7672ff4

Please sign in to comment.