This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://togithub.com/unpoller/unpoller) | patch | `v2.11.0` -> `v2.11.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.11.1`](https://togithub.com/unpoller/unpoller/releases/tag/v2.11.1) [Compare Source](https://togithub.com/unpoller/unpoller/compare/v2.11.0...v2.11.1) Fixing the `IDS.data.catname` bug. #### What's Changed - catname on the IDS seems to sometimes be an array of strings by [@​platinummonkey](https://togithub.com/platinummonkey) in [https://github.com/unpoller/unpoller/pull/693](https://togithub.com/unpoller/unpoller/pull/693) - Update some go deps by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/unpoller/unpoller/pull/695](https://togithub.com/unpoller/unpoller/pull/695) **Full Changelog**: https://github.com/unpoller/unpoller/compare/v2.11.0...v2.11.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/unpoller/unpoller
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.11.1@sha256:1e54332b769bda9359f30d72e5924a526cded25699eb5e3c2a4c486161010834
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9130
|
|
metrics:
|
|
main:
|
|
enabled: true
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: main
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /
|
|
readiness:
|
|
path: /
|
|
startup:
|
|
path: /
|
|
env:
|
|
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"
|
|
# UP_UNIFI_DEFAULT_USER: "unifipoller"
|
|
# UP_UNIFI_DEFAULT_PASS: "unifipoller"
|
|
UP_PROMETHEUS_DISABLE: false
|
|
|
|
configmap:
|
|
dashboards:
|
|
enabled: true
|
|
labels:
|
|
grafana_dashboard: "1"
|
|
data:
|
|
upUAP.json: >-
|
|
{{ .Files.Get "dashboards/UAP.json" | indent 8 }}
|
|
upclients.json: >-
|
|
{{ .Files.Get "dashboards/clients.json" | indent 8 }}
|
|
upUSW.json: >-
|
|
{{ .Files.Get "dashboards/USW.json" | indent 8 }}
|
|
upnetwork.json: >-
|
|
{{ .Files.Get "dashboards/network.json" | indent 8 }}
|
|
upUSG.json: >-
|
|
{{ .Files.Get "dashboards/USG.json" | indent 8 }}
|
|
upDPI.json: >-
|
|
{{ .Files.Get "dashboards/DPI.json" | indent 8 }}
|