Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-26 14:37:03 +00:00
parent 3b5ab19c49
commit 5004dcfc18
13 changed files with 33 additions and 27 deletions

View File

@ -1,9 +0,0 @@
## [unpoller-6.0.22](https://github.com/truecharts/charts/compare/unpoller-6.0.21...unpoller-6.0.22) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,15 @@
## [unpoller-6.0.23](https://github.com/truecharts/charts/compare/unpoller-6.0.22...unpoller-6.0.23) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/unifi-poller to v2.7.14 ([#9938](https://github.com/truecharts/charts/issues/9938))
## [unpoller-6.0.22](https://github.com/truecharts/charts/compare/unpoller-6.0.21...unpoller-6.0.22) (2023-06-13)
### Chore
@ -88,12 +97,3 @@
## [unpoller-6.0.13](https://github.com/truecharts/charts/compare/unpoller-6.0.12...unpoller-6.0.13) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
## [unpoller-6.0.12](https://github.com/truecharts/charts/compare/unpoller-6.0.11...unpoller-6.0.12) (2023-05-16)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.7.13"
appVersion: "2.7.14"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
- https://github.com/unifi-poller/unifi-poller
type: application
version: 6.0.22
version: 6.0.23
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [unpoller-6.0.23](https://github.com/truecharts/charts/compare/unpoller-6.0.22...unpoller-6.0.23) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/unifi-poller to v2.7.14 ([#9938](https://github.com/truecharts/charts/issues/9938))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/unifi-poller
pullPolicy: IfNotPresent
tag: 2.7.13@sha256:5bb7f298e96b9f76251c082d8aefc427ca6351ef53e72b7eac9256f2485a57cd
tag: v2.7.14@sha256:2f47c8246da958716448e98248a890d2f3d2d76ab50fbeab467b021aa203410a
service:
main:
ports:

View File

@ -267,6 +267,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -283,6 +284,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -663,14 +665,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -684,7 +686,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -692,7 +694,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi
@ -756,6 +758,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -784,7 +787,7 @@ questions:
description: Enable Prometheus Metrics
schema:
type: boolean
default: true
default: false
show_subquestions_if: true
subquestions:
- variable: prometheusRule
@ -1378,6 +1381,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1398,6 +1402,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png
categories:
- metrics
screenshots: []