Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-27 20:56:44 +00:00
parent 32978ab6d8
commit 26555608e5
19 changed files with 44447 additions and 8 deletions

View File

@ -12,6 +12,10 @@ title: Changelog
## [unpoller-9.1.11](https://github.com/truecharts/charts/compare/unpoller-9.1.10...unpoller-9.1.11) (2024-02-03)
### Chore
@ -93,7 +97,3 @@ title: Changelog
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency

View File

@ -4,13 +4,13 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: metrics
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.9.5
dependencies:
- name: common
version: 18.0.1
version: 18.0.3
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -24,7 +24,7 @@ keywords:
- unifi
- unifi-poller
- metrics
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
- https://ghcr.io/unpoller/unpoller
type: application
version: 10.1.0
version: 10.2.0

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -36,3 +36,22 @@ workload:
# 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 }}