Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-12-04 16:30:06 +00:00
parent ae86c47811
commit 8c705545bb
12 changed files with 2886 additions and 1 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [fireshare-2.0.13](https://github.com/truecharts/charts/compare/fireshare-2.0.12...fireshare-2.0.13) (2023-12-03)
### Chore
- bump everything to ensure catalog has latest versions
## [fireshare-2.0.12](https://github.com/truecharts/charts/compare/fireshare-3.0.0...fireshare-2.0.12) (2023-12-02)
### Chore
- fix annotations again
- update annotations
- cleanup chart.yaml and add min-max scale version
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
### Fix
- ensure all questions.yaml can be rendered ([#15612](https://github.com/truecharts/charts/issues/15612))
## [fireshare-3.0.0](https://github.com/truecharts/charts/compare/fireshare-2.0.11...fireshare-3.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
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
## [fireshare-2.0.11](https://github.com/truecharts/charts/compare/fireshare-2.0.10...fireshare-2.0.11) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [fireshare-2.0.10](https://github.com/truecharts/charts/compare/fireshare-2.0.9...fireshare-2.0.10) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [fireshare-2.0.9](https://github.com/truecharts/charts/compare/fireshare-2.0.8...fireshare-2.0.9) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [fireshare-2.0.8](https://github.com/truecharts/charts/compare/fireshare-2.0.7...fireshare-2.0.8) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [fireshare-2.0.7](https://github.com/truecharts/charts/compare/fireshare-2.0.6...fireshare-2.0.7) (2022-12-25)
### Chore
- update helm general non-major
## [fireshare-2.0.6](https://github.com/truecharts/charts/compare/fireshare-2.0.5...fireshare-2.0.6) (2022-12-23)
### Chore
- update container image tccr.io/truecharts/fireshare to v1.2.8

View File

@ -0,0 +1,35 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: fireshare
version: 3.0.0
appVersion: 1.2.15
description: Share your game clips, videos, or other media via unique links.
home: https://truecharts.org/charts/incubator/fireshare
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png
deprecated: false
sources:
- https://github.com/ShaneIsrael/fireshare
- https://github.com/truecharts/charts/tree/master/charts/incubator/fireshare
- https://github.com/truecharts/containers/tree/master/mirrorfireshare
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- fireshare
dependencies:
- name: common
version: 15.3.1
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator

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 @@
Share your game clips, videos, or other media via unique links.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/fireshare](https://truecharts.org/charts/incubator/fireshare)
---
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,46 @@
image:
pullPolicy: IfNotPresent
repository: shaneisrael/fireshare
tag: 1.2.15@sha256:7b567c9c5b58b471700641a03bdb45d87fee1f18940e08d364c0b4d07a91b878
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
SECRET_KEY:
secretKeyRef:
name: fireshare-secrets
key: SECRET_KEY
MINUTES_BETWEEN_VIDEO_SCANS: 5
ADMIN_PASSWORD: "changeme"
service:
main:
ports:
main:
port: 10287
protocol: http
targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
processeddata:
enabled: true
mountPath: /processed
videos:
enabled: true
mountPath: /videos
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
{{/* Define the secrets */}}
{{- define "fireshare.secrets" -}}
{{- $secretName := (printf "%s-fireshare-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $secretKey := randAlphaNum 32 -}}
{{- with lookup "v1" "Secret" .Release.Namespace $secretName -}}
{{- $secretKey = index .data "SECRET_KEY" | b64dec -}}
{{- end }}
enabled: true
data:
SECRET_KEY: {{ $secretKey }}
{{- end -}}

View File

@ -0,0 +1,10 @@
{{- include "tc.v1.common.loader.init" . -}}
{{/* Render secrets for fireshare */}}
{{- $secrets := include "fireshare.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "fireshare-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{- include "tc.v1.common.loader.apply" . -}}

View File

View File

@ -5,6 +5,7 @@
## [orbital-sync-2.0.10](https://github.com/truecharts/charts/compare/orbital-sync-2.0.9...orbital-sync-2.0.10) (2023-12-03)
### Chore
@ -96,4 +97,3 @@
## [orbital-sync-2.0.3](https://github.com/truecharts/charts/compare/orbital-sync-2.0.2...orbital-sync-2.0.3) (2022-12-13)
### Chore