mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
chore: Auto-update chart README [skip ci]
This commit is contained in:
parent
cfd656a76f
commit
29f0d11b5d
@ -1,6 +1,6 @@
|
||||
# nightscout
|
||||
|
||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
|
||||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 14.2.5](https://img.shields.io/badge/AppVersion-14.2.5-informational?style=flat-square)
|
||||
|
||||
nightscout helm package
|
||||
|
||||
@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 4.0.0 |
|
||||
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
@ -72,18 +72,17 @@ N/A
|
||||
## Values
|
||||
|
||||
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
|
||||
**Important**: Some of the below environment variables are **required** to be set for Nightscout to function.
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | See below | environment variables. See more environment variables in the [Nightscout documentation](https://github.com/nightscout/cgm-remote-monitor#environments). |
|
||||
| env | object | See below | environment variables. See more environment variables in the [Nightscout/cgm-remote-monitor documentation](https://github.com/nightscout/cgm-remote-monitor#environment). |
|
||||
| env.API_SECRET | string | `""` | API secret, must be at least 12 characters long |
|
||||
| env.DISPLAY_UNITS | string | `"mg/dl"` | Display units for BG. Valid values are mg/dl or mmol |
|
||||
| env.MONGODB_COLLECTION | string | `"entries"` | MongoDB collection for BG entries |
|
||||
| env.MONGODB_URI | string | `""` | MongoDB URI, eg mongodb://sally:sallypass@ds099999.mongolab.com:99999/nightscout |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.MONGODB_URI | none | **REQUIRED**: MongoDB URI |
|
||||
| env.API_SECRET | none | **REQUIRED**: API secret. Must be at least 12 characters long. |
|
||||
| env.MONGODB_COLLECTION | `"entries"` | **REQUIRED**: MongoDB collection where entries are stored. |
|
||||
| env.DISPLAY_UNITS | `"mg/dl"` | **REQUIRED**: Display units for BG values. Valid values are mg/dl or mmol |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"nightscout/nightscout"` | image repository |
|
||||
| image.repository | string | `"nightscout/cgm-remote-monitor"` | image repository |
|
||||
| image.tag | string | chart.appVersion | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
@ -95,7 +94,7 @@ N/A
|
||||
|
||||
#### Added
|
||||
|
||||
- Initial version
|
||||
* Initial version
|
||||
|
||||
#### Changed
|
||||
|
||||
@ -105,6 +104,10 @@ N/A
|
||||
|
||||
N/A
|
||||
|
||||
### Older versions
|
||||
|
||||
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/nightscout?modal=changelog)
|
||||
|
||||
## Support
|
||||
|
||||
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
|
||||
@ -113,4 +116,4 @@ N/A
|
||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||
|
Loading…
Reference in New Issue
Block a user