Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-21 17:12:57 +00:00
parent 7e118302ae
commit 94d20d3bc7
65 changed files with 3655 additions and 1 deletions

View File

@ -0,0 +1,30 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@ -0,0 +1,44 @@
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 1.7.1
dependencies:
- name: common
version: 17.3.9
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 12.1.17
repository: oci://tccr.io/truecharts
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
deprecated: false
description: A game ROM manager using multiple sources to identify and provide metadata.
home: https://truecharts.org/charts/incubator/gaseous-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png
keywords:
- gaseous-server
- rom-manager
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: gaseous-server
sources:
- https://github.com/gaseous-project/gaseous-server
- https://github.com/truecharts/charts/tree/master/charts/incubator/gaseous-server
- https://hub.docker.com/r/gaseousgames/gaseousserver
type: application
version: 0.0.1

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,8 @@
A game ROM manager using multiple sources to identify and provide metadata.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/gaseous-server](https://truecharts.org/charts/incubator/gaseous-server)
---
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!

View File

@ -0,0 +1,65 @@
image:
repository: gaseousgames/gaseousserver
pullPolicy: IfNotPresent
tag: v1.7.1@sha256:ebbd35645d8e15e48fbf8b5af4adde9ac65e3aad3b0de627dacb2a012feff723
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 80
port: 5198
gaseous:
igdb:
id: ""
secret: ""
workload:
main:
podSpec:
containers:
main:
env:
dbhost:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
dbuser: "{{ .Values.mariadb.mariadbUsername }}"
dbname: "{{ .Values.mariadb.mariadbDatabase }}"
dbpass:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: mariadb-password
dbport: 3306
igdbclientid: "{{ .Values.gaseous.igdb.id }}"
igdbclientsecret: "{{ .Values.gaseous.igdb.secret }}"
persistence:
config:
enabled: true
mountPath: "/root/.gaseous-server"
logs:
enabled: true
mountPath: "/root/.gaseous-server/Logs"
data:
enabled: true
mountPath: "/root/.gaseous-server/Data"
mariadb:
enabled: true
mariadbUsername: gaseous
mariadbDatabase: gaseous
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

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png
categories:
- media
screenshots: []

View File

@ -11,7 +11,8 @@ securityContext:
runAsUser: 0
capabilities:
add:
- SYS_ADMIN
- NET_RAW
- NET_ADMIN
icloudpd:
apple_id: your@appleid.com