Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b2bc65181e
commit
4a5340546a
|
@ -0,0 +1,13 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [dell-idrac-fan-controller-0.0.1]dell-idrac-fan-controller-0.0.1 (2023-05-01)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add idrac-fan-controller ([#8657](https://github.com/truecharts/charts/issues/8657))
|
||||
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.6.1
|
||||
deprecated: false
|
||||
description: Control your Dell PowerEdge fans via IPMI
|
||||
home: https://truecharts.org/charts/incubator/dell-idrac-fan-controller
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png
|
||||
keywords:
|
||||
- iDrac
|
||||
- Dell
|
||||
- fan-controller
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: dell-idrac-fan-controller
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/dell-idrac-fan-controller
|
||||
- https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
- hardware
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [dell-idrac-fan-controller-0.0.1]dell-idrac-fan-controller-0.0.1 (2023-05-01)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add idrac-fan-controller ([#8657](https://github.com/truecharts/charts/issues/8657))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Control your Dell PowerEdge fans via IPMI
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/dell-idrac-fan-controller](https://truecharts.org/charts/incubator/dell-idrac-fan-controller)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,36 @@
|
|||
image:
|
||||
repository: ghcr.io/tigerblue77/dell_idrac_fan_controller
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:5732a9fe3ed0f195152be4f281e3394ae2b1dec932918ea7690c072c77465ba9
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
env:
|
||||
IDRAC_HOST: ""
|
||||
IDRAC_USERNAME: ""
|
||||
IDRAC_PASSWORD: ""
|
||||
FAN_SPEED: 5
|
||||
CPU_TEMPERATURE_THRESHOLD: 50
|
||||
CHECK_INTERVAL: 60
|
||||
DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,5 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.png
|
||||
categories:
|
||||
- utilities
|
||||
- hardware
|
||||
|
Loading…
Reference in New Issue