Skip to content

Commit 3f37c2a

Browse files
Update values.yaml (#397)
* Update values.yaml * Update helm documentation * Update helm documentation --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7221b10 commit 3f37c2a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

charts/odrl-pap/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# odrl-pap
22

3-
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.4-informational?style=flat-square)
3+
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![AppVersion: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.4-informational?style=flat-square)
44

55
A Helm chart for running the odrl-pap on kubernetes.
66

@@ -44,6 +44,7 @@ A Helm chart for running the odrl-pap on kubernetes.
4444
| deployment.image.pullPolicy | string | `"IfNotPresent"` | specification of the image pull policy |
4545
| deployment.image.repository | string | `"quay.io/fiware/odrl-pap"` | til image name ref: https://quay.io/repository/wistefan/odrl-pap |
4646
| deployment.image.tag | string | `"1.0.2"` | tag of the image to be used |
47+
| deployment.imagePullSecrets | list | `[]` | secrets for pulling images from a private repository ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ |
4748
| deployment.livenessProbe.initialDelaySeconds | int | `30` | |
4849
| deployment.livenessProbe.periodSeconds | int | `10` | |
4950
| deployment.livenessProbe.successThreshold | int | `1` | |

charts/tm-forum-api/Chart.yaml

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

charts/tm-forum-api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tm-forum-api
22

3-
![Version: 0.14.12](https://img.shields.io/badge/Version-0.14.12-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square)
3+
![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)
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.3.10"}` | configuration to be used for the image of the container |
112+
| defaultConfig.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/fiware","tag":"1.3.16"}` | 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.3.10"` | tag to be used, most of the time the apis will use the same version |
115+
| defaultConfig.image.tag | string | `"1.3.16"` | 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

Lines changed: 1 addition & 1 deletion
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.3.15
148+
tag: 1.3.16
149149
# -- pull policy to be used
150150
pullPolicy: IfNotPresent
151151
# -- log level of the api

0 commit comments

Comments
 (0)