Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-20 12:47:09 +00:00
parent a49e282c57
commit e5d2bd2c9e
5 changed files with 55 additions and 452 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="unpoller-1.0.17"></a>
### [unpoller-1.0.17](https://github.com/truecharts/apps/compare/unpoller-1.0.16...unpoller-1.0.17) (2021-12-20)
#### Fix
* InfluxDB is always disabled with current value. ([#1579](https://github.com/truecharts/apps/issues/1579))
<a name="unpoller-1.0.16"></a>
### [unpoller-1.0.16](https://github.com/truecharts/apps/compare/unpoller-1.0.15...unpoller-1.0.16) (2021-12-19)
+1 -1
View File
@@ -11,7 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | `{"UP_INFLUXDB_DISABLE":true,"UP_PROMETHEUS_DISABLE":false}` | Environment variable configuration options for unifi-poller ([docs](https://unifipoller.com/docs/install/configuration)). Note: a [configuration file](https://github.com/unifi-poller/unifi-poller/blob/master/examples/up.conf.example) is also supported. |
| env | object | `{"UP_PROMETHEUS_DISABLE":false}` | Environment variable configuration options for unifi-poller ([docs](https://unifipoller.com/docs/install/configuration)). Note: a [configuration file](https://github.com/unifi-poller/unifi-poller/blob/master/examples/up.conf.example) is also supported. |
| image.pullPolicy | string | `"IfNotPresent"` | Image [k8s pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images). |
| image.repository | string | `"tccr.io/truecharts/unifi-poller"` | Image to deploy. |
| image.tag | string | `"v2.1.3@sha256:2d6cd1f4cdc3d8522d697830f69ca12aa2fe24fda4e5476610af6e0b5c0597e9"` | Image tag to deploy. |