Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e13dcf278a
commit
65b8abc3c8
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.23](https://github.com/truecharts/charts/compare/emby-14.0.22...emby-14.0.23) (2023-06-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/emby to v4.7.13.0 ([#9544](https://github.com/truecharts/charts/issues/9544))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.22](https://github.com/truecharts/charts/compare/emby-14.0.21...emby-14.0.22) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.21](https://github.com/truecharts/charts/compare/emby-14.0.20...emby-14.0.21) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.20](https://github.com/truecharts/charts/compare/emby-14.0.19...emby-14.0.20) (2023-06-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.19](https://github.com/truecharts/charts/compare/emby-14.0.18...emby-14.0.19) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/emby to v4.7.12.0 ([#9233](https://github.com/truecharts/charts/issues/9233))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.18](https://github.com/truecharts/charts/compare/emby-14.0.17...emby-14.0.18) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.17](https://github.com/truecharts/charts/compare/emby-14.0.16...emby-14.0.17) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.16](https://github.com/truecharts/charts/compare/emby-14.0.15...emby-14.0.16) (2023-05-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.15](https://github.com/truecharts/charts/compare/emby-14.0.14...emby-14.0.15) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
|
||||
|
||||
|
||||
## [emby-14.0.14](https://github.com/truecharts/charts/compare/emby-14.0.13...emby-14.0.14) (2023-05-22)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.7.13.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.13.0
|
||||
deprecated: false
|
||||
description: Emby Server is a home media server
|
||||
home: https://truecharts.org/charts/stable/emby
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png
|
||||
keywords:
|
||||
- jellyfin
|
||||
- plex
|
||||
- emby
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: emby
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/emby
|
||||
- https://github.com/linuxserver/docker-emby.git
|
||||
type: application
|
||||
version: 14.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
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 @@
|
|||
|
||||
|
||||
## [emby-14.0.23](https://github.com/truecharts/charts/compare/emby-14.0.22...emby-14.0.23) (2023-06-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/emby to v4.7.13.0 ([#9544](https://github.com/truecharts/charts/issues/9544))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Emby Server is a home media server
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/emby](https://truecharts.org/charts/stable/emby)
|
||||
|
||||
---
|
||||
|
||||
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,41 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.7.13.0@sha256:0ca8932d27bca503a2f8f9fe9777db773f20b3c2c21f0dfa3d9f3ceedb6128e1
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10079
|
||||
targetPort: 8096
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /
|
||||
readiness:
|
||||
type: http
|
||||
path: /
|
||||
startup:
|
||||
type: http
|
||||
path: /
|
||||
env: {}
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
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" . }}
|
Loading…
Reference in New Issue