Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e2bdf43939
commit
d9fac68c68
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [wyoming-piper-0.0.1]wyoming-piper-0.0.1 (2023-07-19)
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "0.0.2"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 12.14.6
|
||||||
|
deprecated: false
|
||||||
|
description: The Wyoming integration of piper
|
||||||
|
home: https://truecharts.org/charts/incubator/wyoming-piper
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png
|
||||||
|
keywords:
|
||||||
|
- wyoming-piper
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: wyoming-piper
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/wyoming-piper
|
||||||
|
- https://github.com/home-assistant/addons/tree/master/piper
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- home-automation
|
||||||
|
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/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*
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [wyoming-piper-0.0.1]wyoming-piper-0.0.1 (2023-07-19)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
The Wyoming integration of piper
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/wyoming-piper](https://truecharts.org/charts/incubator/wyoming-piper)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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,43 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/wyoming-piper
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: v0.0.2@sha256:f005182e6f3d661f59319c738569e399e519ac1ee92a603a696ca36806f049e7
|
||||||
|
|
||||||
|
wyoming_piper:
|
||||||
|
voice: en-us-lessac-low
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
port: 10200
|
||||||
|
scheme: tcp
|
||||||
|
readiness:
|
||||||
|
port: 10200
|
||||||
|
scheme: tcp
|
||||||
|
startup:
|
||||||
|
port: 10200
|
||||||
|
scheme: tcp
|
||||||
|
args:
|
||||||
|
- --voice
|
||||||
|
- "{{ .Values.wyoming_piper.voice }}"
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 10200
|
||||||
|
protocol: tcp
|
||||||
|
targetPort: 10200
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /data
|
||||||
|
|
||||||
|
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/wyoming-piper.png
|
||||||
|
categories:
|
||||||
|
- home-automation
|
||||||
|
|
||||||
|
screenshots: []
|
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [wyoming-whisper-0.0.1]wyoming-whisper-0.0.1 (2023-07-19)
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "latest"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 12.14.6
|
||||||
|
deprecated: false
|
||||||
|
description: The Wyoming integration of whisper
|
||||||
|
home: https://truecharts.org/charts/incubator/wyoming-whisper
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.png
|
||||||
|
keywords:
|
||||||
|
- wyoming-whisper
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: wyoming-whisper
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/wyoming-whisper
|
||||||
|
- https://github.com/home-assistant/addons/tree/master/whisper
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- home-automation
|
||||||
|
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/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*
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [wyoming-whisper-0.0.1]wyoming-whisper-0.0.1 (2023-07-19)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
The Wyoming integration of whisper
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/wyoming-whisper](https://truecharts.org/charts/incubator/wyoming-whisper)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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,46 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/wyoming-whisper
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: vlatest@sha256:e743a5a69808756571d8025224da1f6c66a39a510ae4abd1308955df0938c107
|
||||||
|
|
||||||
|
wyoming_whisper:
|
||||||
|
model: tiny-int8
|
||||||
|
language: en
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
port: 10300
|
||||||
|
scheme: tcp
|
||||||
|
readiness:
|
||||||
|
port: 10300
|
||||||
|
scheme: tcp
|
||||||
|
startup:
|
||||||
|
port: 10300
|
||||||
|
scheme: tcp
|
||||||
|
args:
|
||||||
|
- --model
|
||||||
|
- "{{ .Values.wyoming_whisper.model }}"
|
||||||
|
- --language
|
||||||
|
- "{{ .Values.wyoming_whisper.language }}"
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 10300
|
||||||
|
protocol: tcp
|
||||||
|
targetPort: 10300
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /data
|
||||||
|
|
||||||
|
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/wyoming-whisper.png
|
||||||
|
categories:
|
||||||
|
- home-automation
|
||||||
|
|
||||||
|
screenshots: []
|
|
@ -0,0 +1,99 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-11.0.0](https://github.com/truecharts/charts/compare/stash-10.0.25...stash-11.0.0) (2023-07-19)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.25](https://github.com/truecharts/charts/compare/stash-10.0.24...stash-10.0.25) (2023-07-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/stash to v0.21.0 ([#10319](https://github.com/truecharts/charts/issues/10319))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.24](https://github.com/truecharts/charts/compare/stash-10.0.23...stash-10.0.24) (2023-07-01)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.23](https://github.com/truecharts/charts/compare/stash-10.0.22...stash-10.0.23) (2023-06-13)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.22](https://github.com/truecharts/charts/compare/stash-10.0.21...stash-10.0.22) (2023-06-11)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.21](https://github.com/truecharts/charts/compare/stash-10.0.20...stash-10.0.21) (2023-06-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.20](https://github.com/truecharts/charts/compare/stash-10.0.19...stash-10.0.20) (2023-06-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.19](https://github.com/truecharts/charts/compare/stash-10.0.18...stash-10.0.19) (2023-06-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.18](https://github.com/truecharts/charts/compare/stash-10.0.17...stash-10.0.18) (2023-05-27)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.17](https://github.com/truecharts/charts/compare/stash-10.0.16...stash-10.0.17) (2023-05-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-10.0.16](https://github.com/truecharts/charts/compare/stash-10.0.15...stash-10.0.16) (2023-05-24)
|
||||||
|
|
||||||
|
### Chore
|
|
@ -0,0 +1,25 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "0.21.0"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 12.14.6
|
||||||
|
description: An organizer for your porn, written in Go
|
||||||
|
home: https://truecharts.org/charts/stable/stash
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png
|
||||||
|
keywords:
|
||||||
|
- porn
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: stash
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/stable/stash
|
||||||
|
- https://github.com/stashapp/stash
|
||||||
|
version: 11.0.0
|
||||||
|
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/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*
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [stash-11.0.0](https://github.com/truecharts/charts/compare/stash-10.0.25...stash-11.0.0) (2023-07-19)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
An organizer for your porn, written in Go
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/stash](https://truecharts.org/charts/stable/stash)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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,50 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/stash
|
||||||
|
tag: v0.21.0@sha256:0cc9317fd946f62239e1a25bf433ec222926afe51ab19371e38f17bf40aee240
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
runAsNonRoot: false
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 9999
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
STASH_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
|
STASH_STASH: /data
|
||||||
|
STASH_GENERATED: /generated
|
||||||
|
STASH_METADATA: /metadata
|
||||||
|
STASH_CACHE: /cache
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/root/.stash"
|
||||||
|
cache:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/cache"
|
||||||
|
generated:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/generated"
|
||||||
|
metadata:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/metadata"
|
||||||
|
data:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/data"
|
||||||
|
|
||||||
|
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