diff --git a/stable/unpoller/1.0.16/CHANGELOG.md b/stable/unpoller/1.0.17/CHANGELOG.md
similarity index 91%
rename from stable/unpoller/1.0.16/CHANGELOG.md
rename to stable/unpoller/1.0.17/CHANGELOG.md
index cdd9b018929..cae14add932 100644
--- a/stable/unpoller/1.0.16/CHANGELOG.md
+++ b/stable/unpoller/1.0.17/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [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))
+
+
+
### [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 @@
### [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))
-
-
-
-
-### [unpoller-1.0.7](https://github.com/truecharts/apps/compare/unpoller-1.0.6...unpoller-1.0.7) (2021-12-04)
diff --git a/stable/unpoller/1.0.16/CONFIG.md b/stable/unpoller/1.0.17/CONFIG.md
similarity index 100%
rename from stable/unpoller/1.0.16/CONFIG.md
rename to stable/unpoller/1.0.17/CONFIG.md
diff --git a/stable/unpoller/1.0.16/Chart.lock b/stable/unpoller/1.0.17/Chart.lock
similarity index 78%
rename from stable/unpoller/1.0.16/Chart.lock
rename to stable/unpoller/1.0.17/Chart.lock
index 9b1238c6c40..b4f08d7fd15 100644
--- a/stable/unpoller/1.0.16/Chart.lock
+++ b/stable/unpoller/1.0.17/Chart.lock
@@ -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"
diff --git a/stable/unpoller/1.0.16/Chart.yaml b/stable/unpoller/1.0.17/Chart.yaml
similarity index 98%
rename from stable/unpoller/1.0.16/Chart.yaml
rename to stable/unpoller/1.0.17/Chart.yaml
index 44f5b6fa273..f8b496be69a 100644
--- a/stable/unpoller/1.0.16/Chart.yaml
+++ b/stable/unpoller/1.0.17/Chart.yaml
@@ -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
diff --git a/stable/unpoller/1.0.16/README.md b/stable/unpoller/1.0.17/README.md
similarity index 100%
rename from stable/unpoller/1.0.16/README.md
rename to stable/unpoller/1.0.17/README.md
diff --git a/stable/unpoller/1.0.16/app-readme.md b/stable/unpoller/1.0.17/app-readme.md
similarity index 100%
rename from stable/unpoller/1.0.16/app-readme.md
rename to stable/unpoller/1.0.17/app-readme.md
diff --git a/stable/unpoller/1.0.16/charts/common-8.9.24.tgz b/stable/unpoller/1.0.17/charts/common-8.9.24.tgz
similarity index 100%
rename from stable/unpoller/1.0.16/charts/common-8.9.24.tgz
rename to stable/unpoller/1.0.17/charts/common-8.9.24.tgz
diff --git a/stable/unpoller/1.0.16/helm-values.md b/stable/unpoller/1.0.17/helm-values.md
similarity index 84%
rename from stable/unpoller/1.0.16/helm-values.md
rename to stable/unpoller/1.0.17/helm-values.md
index 244e958b337..b7e7436904d 100644
--- a/stable/unpoller/1.0.16/helm-values.md
+++ b/stable/unpoller/1.0.17/helm-values.md
@@ -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. |
diff --git a/stable/unpoller/1.0.16/ix_values.yaml b/stable/unpoller/1.0.17/ix_values.yaml
similarity index 98%
rename from stable/unpoller/1.0.16/ix_values.yaml
rename to stable/unpoller/1.0.17/ix_values.yaml
index dd8d7339467..b43aea50d68 100644
--- a/stable/unpoller/1.0.16/ix_values.yaml
+++ b/stable/unpoller/1.0.17/ix_values.yaml
@@ -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:
diff --git a/stable/unpoller/1.0.16/questions.yaml b/stable/unpoller/1.0.17/questions.yaml
similarity index 100%
rename from stable/unpoller/1.0.16/questions.yaml
rename to stable/unpoller/1.0.17/questions.yaml
diff --git a/stable/unpoller/1.0.16/security.md b/stable/unpoller/1.0.17/security.md
similarity index 100%
rename from stable/unpoller/1.0.16/security.md
rename to stable/unpoller/1.0.17/security.md
diff --git a/stable/unpoller/1.0.16/templates/common.yaml b/stable/unpoller/1.0.17/templates/common.yaml
similarity index 100%
rename from stable/unpoller/1.0.16/templates/common.yaml
rename to stable/unpoller/1.0.17/templates/common.yaml
diff --git a/stable/unpoller/1.0.16/templates/prometheusrules.yaml b/stable/unpoller/1.0.17/templates/prometheusrules.yaml
similarity index 100%
rename from stable/unpoller/1.0.16/templates/prometheusrules.yaml
rename to stable/unpoller/1.0.17/templates/prometheusrules.yaml
diff --git a/stable/unpoller/1.0.16/templates/servicemonitor.yaml b/stable/unpoller/1.0.17/templates/servicemonitor.yaml
similarity index 100%
rename from stable/unpoller/1.0.16/templates/servicemonitor.yaml
rename to stable/unpoller/1.0.17/templates/servicemonitor.yaml
diff --git a/stable/unpoller/1.0.16/values.yaml b/stable/unpoller/1.0.17/values.yaml
similarity index 100%
rename from stable/unpoller/1.0.16/values.yaml
rename to stable/unpoller/1.0.17/values.yaml