Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8336b47e14
commit
0c439f340e
|
@ -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)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
<a name="unpoller-1.0.8"></a>
|
||||
### [unpoller-1.0.8](https://github.com/truecharts/apps/compare/unpoller-1.0.7...unpoller-1.0.8) (2021-12-05)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468))
|
||||
|
||||
|
||||
|
||||
<a name="unpoller-1.0.7"></a>
|
||||
### [unpoller-1.0.7](https://github.com/truecharts/apps/compare/unpoller-1.0.6...unpoller-1.0.7) (2021-12-04)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.9.24
|
||||
digest: sha256:1496c228986729d8cb70f0dd54bedbe7987b6ea0809484b4f4a394e26df9343c
|
||||
generated: "2021-12-19T23:38:29.787918181Z"
|
||||
generated: "2021-12-20T12:43:23.683963776Z"
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/unifi-poller/unifi-poller
|
||||
- https://hub.docker.com/r/golift/unifi-poller
|
||||
type: application
|
||||
version: 1.0.16
|
||||
version: 1.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -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. |
|
|
@ -15,7 +15,6 @@ env:
|
|||
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
||||
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
||||
UP_PROMETHEUS_DISABLE: false
|
||||
UP_INFLUXDB_DISABLE: true
|
||||
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue