Skip to content

Commit

Permalink
Merge pull request #65 from homeylab/unpoller-2.1.0
Browse files Browse the repository at this point in the history
bump unpoller to 2.11.2
  • Loading branch information
pchang388 authored May 5, 2024
2 parents df8b468 + 1ff8ede commit 5261cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/unpoller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
## Chart Version
version: 2.0.4
version: 2.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
## App (unpoller) Version
appVersion: "v2.9.5"
appVersion: "v2.11.2"
4 changes: 3 additions & 1 deletion charts/unpoller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ settings:
save_anomalies: false
save_dpi: false
verify_ssl: false
# role: ""
## if existing secrets is supplied, below section is ignored
## to use in a secret, use `UP_UNIFI_CONTROLLER_0_{USER/PASS}` in secret key
## to use in an env variable, use `UP_UNIFI_CONTROLLER_0_{USER/PASS}` in secret key
auth:
## For a Non UnifiOS Controller (like: https://hub.docker.com/r/linuxserver/unifi-controller):
## Email field will be the `username`
Expand All @@ -102,6 +103,7 @@ settings:
db: ""
interval: ""
## if existing secrets is supplied, below section is ignored
## to use in an env variable, use `UP_INFLUXDB_{USER/PASS}` in secret key
auth:
user: ""
pass: ""
Expand Down

0 comments on commit 5261cc5

Please sign in to comment.