Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-09-03 17:18:48 +00:00
parent 7fab46072a
commit d28250d8b0
12 changed files with 2208 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [homebridge-4.0.0](https://github.com/truecharts/charts/compare/homebridge-3.1.0...homebridge-4.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [homebridge-3.1.0](https://github.com/truecharts/charts/compare/homebridge-3.0.8...homebridge-3.1.0) (2023-02-21)
## [homebridge-3.0.8](https://github.com/truecharts/charts/compare/homebridge-3.0.7...homebridge-3.0.8) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [homebridge-3.0.7](https://github.com/truecharts/charts/compare/homebridge-3.0.6...homebridge-3.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [homebridge-3.0.6](https://github.com/truecharts/charts/compare/homebridge-3.0.5...homebridge-3.0.6) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [homebridge-3.0.5](https://github.com/truecharts/charts/compare/homebridge-3.0.4...homebridge-3.0.5) (2022-12-25)
### Chore
- update helm general non-major
## [homebridge-3.0.4](https://github.com/truecharts/charts/compare/homebridge-3.0.3...homebridge-3.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [homebridge-3.0.3](https://github.com/truecharts/charts/compare/homebridge-3.0.2...homebridge-3.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [homebridge-3.0.2](https://github.com/truecharts/charts/compare/homebridge-3.0.1...homebridge-3.0.2) (2022-11-30)
## [homebridge-3.0.2](https://github.com/truecharts/charts/compare/homebridge-3.0.1...homebridge-3.0.2) (2022-11-30)
## [homebridge-3.0.2](https://github.com/truecharts/charts/compare/homebridge-3.0.1...homebridge-3.0.2) (2022-11-30)
## [homebridge-3.0.2](https://github.com/truecharts/charts/compare/homebridge-3.0.1...homebridge-3.0.2) (2022-11-30)

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "2023"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: A lightweight NodeJS server that emulates the iOS HomeKit API
home: https://truecharts.org/charts/incubator/homebridge
icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png
keywords:
- homebridge
- homekit
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: homebridge
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/homebridge
- https://homebridge.io/
- https://github.com/oznu/docker-homebridge
type: application
version: 4.0.0
annotations:
truecharts.org/catagories: |
- media
- test
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -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/incubator/)
**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/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)
---
## 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*

View File

@ -0,0 +1,8 @@
A lightweight NodeJS server that emulates the iOS HomeKit API
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/homebridge](https://truecharts.org/charts/incubator/homebridge)
---
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.

View File

@ -0,0 +1,35 @@
image:
repository: tccr.io/truecharts/homebridge
pullPolicy: IfNotPresent
tag: v2023-01@sha256:fa0512d8b38d20d4078b0f403c23c17716a045fcb4dc723b896461a766e22ee9
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
HOMEBRIDGE_CONFIG_UI: 1
service:
main:
ports:
main:
protocol: http
port: 8581
persistence:
config:
enabled: true
mountPath: /homebridge
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -3,3 +3,4 @@ categories:
- media
- test
screenshots: []