Skip to content

Commit

Permalink
0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed May 9, 2023
1 parent 197a1fb commit d3ef264
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ For releases `< 1.0.0` minor version step indicate breaking changes.

## [Unreleased] - YYYY-MM-DD

## [tum-gis-iot-stack-k8s-0.9.10] - 2023-05-09

### Added

- Exposed some more FROST-Sever settings in `values.yml`

## [tum-gis-iot-stack-k8s-0.9.9] - 2023-05-09

### Changed
Expand Down Expand Up @@ -127,6 +133,7 @@ For releases `< 1.0.0` minor version step indicate breaking changes.
### Deprecated

[Unreleased]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.8...HEAD
[tum-gis-iot-stack-k8s-0.9.10]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.9...tum-gis-iot-stack-k8s-0.9.10
[tum-gis-iot-stack-k8s-0.9.9]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.8...tum-gis-iot-stack-k8s-0.9.9
[tum-gis-iot-stack-k8s-0.9.8]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.7...tum-gis-iot-stack-k8s-0.9.8
[tum-gis-iot-stack-k8s-0.9.7]: https://github.com/tum-gis/tum-gis-iot-stack-k8s/compare/tum-gis-iot-stack-k8s-0.9.6...tum-gis-iot-stack-k8s-0.9.7
Expand Down
2 changes: 1 addition & 1 deletion charts/tum-gis-iot-stack-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
name: Bruno Willenborg
url: https://www.asg.ed.tum.de/en/gis/our-team/staff/bruno-willenborg/

version: 0.9.9
version: 0.9.10
appVersion: "2.1.2"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/tum-gis-iot-stack-k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tum-gis-iot-stack-k8s

![Version: 0.9.9](https://img.shields.io/badge/Version-0.9.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
![Version: 0.9.10](https://img.shields.io/badge/Version-0.9.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)

Helm Chart for the TUM-GI IoT stack.

Expand Down
2 changes: 1 addition & 1 deletion charts/tum-gis-iot-stack-k8s/charts/frostweb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/FraunhoferIOSB/FROST-Server


version: 0.6.3
version: 0.6.4
appVersion: "2.1.2"

maintainers:
Expand Down
4 changes: 3 additions & 1 deletion charts/tum-gis-iot-stack-k8s/charts/frostweb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frostweb

![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)
![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.2](https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square)

FROST-Server HTTP and MQTT service.

Expand Down Expand Up @@ -90,8 +90,10 @@ FROST-Server HTTP and MQTT service.
| persistence.idGenerationMode | string | `"ServerGeneratedOnly"` | |
| persistence.queryTimeout | int | `0` | |
| persistence.slowQueryThreshold | int | `200` | |
| plugins.openApi.enable | bool | `false` | Enable/disable OpenAPI endpoint, see https://fraunhoferiosb.github.io/FROST-Server/settings/plugins.html |
| podAnnotations | object | `{}` | Additional pod annotations |
| podSecurityContext | object | `{}` | |
| queueLoggingInterval | int | `0` | |
| readinessProbe.enabled | bool | `true` | Enable/disable readiness probe [Readiness probe](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes) See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#Probe) for details. Use `readinessProbe.probe: {}` to configure [readinessProbe probe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| readinessProbe.failureThreshold | int | `5` | |
| readinessProbe.initialDelaySeconds | int | `10` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
maxDataSize: {{ .Values.maxDataSize | quote }}
defaultCount: {{ .Values.defaultCount | quote }}
logSensitiveData: {{ .Values.logSensitiveData | quote }}
queueLoggingInterval: {{ .Values.queueLoggingInterval | quote }}

# Persistence settings
persistence_db_driver: {{ .Values.persistence.db.driver | quote }}
Expand All @@ -37,6 +38,9 @@ data:
mqtt_Host: {{ .Values.mqtt.host | quote }}
mqtt_QoS: {{ .Values.mqtt.qos | quote }}

# Plugin settings
plugins_openApi_enable: {{ .Values.plugins.openApi.enable | quote }}

# Auth settings
{{ if .Values.auth.enabled -}}
auth_realmName: {{ .Values.auth.realmName | quote }}
Expand Down
8 changes: 8 additions & 0 deletions charts/tum-gis-iot-stack-k8s/charts/frostweb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ defaultTop: 100
defaultCount: false
maxDataSize: "25000000"
logSensitiveData: false
queueLoggingInterval: 0

# FROST-Server MQTT settings
# https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html#mqtt-settings
Expand All @@ -134,6 +135,13 @@ mqttService:
# -- Service port for MQTT
port: 1883

# FROST-Server plugin settings
plugins:
openApi:
# -- Enable/disable OpenAPI endpoint, see
# https://fraunhoferiosb.github.io/FROST-Server/settings/plugins.html
enable: false

# -- Extra environment variables. Watch out for unquoted strings!
extraEnv: {}

Expand Down

0 comments on commit d3ef264

Please sign in to comment.