Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
30
incubator/gaseous-server/0.0.1/.helmignore
Normal file
30
incubator/gaseous-server/0.0.1/.helmignore
Normal 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
|
||||
0
incubator/gaseous-server/0.0.1/CHANGELOG.md
Normal file
0
incubator/gaseous-server/0.0.1/CHANGELOG.md
Normal file
44
incubator/gaseous-server/0.0.1/Chart.yaml
Normal file
44
incubator/gaseous-server/0.0.1/Chart.yaml
Normal 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
|
||||
1
incubator/gaseous-server/0.0.1/README.md
Normal file
1
incubator/gaseous-server/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
8
incubator/gaseous-server/0.0.1/app-readme.md
Normal file
8
incubator/gaseous-server/0.0.1/app-readme.md
Normal 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!
|
||||
BIN
incubator/gaseous-server/0.0.1/charts/common-17.3.9.tgz
Normal file
BIN
incubator/gaseous-server/0.0.1/charts/common-17.3.9.tgz
Normal file
Binary file not shown.
BIN
incubator/gaseous-server/0.0.1/charts/mariadb-12.1.17.tgz
Normal file
BIN
incubator/gaseous-server/0.0.1/charts/mariadb-12.1.17.tgz
Normal file
Binary file not shown.
65
incubator/gaseous-server/0.0.1/ix_values.yaml
Normal file
65
incubator/gaseous-server/0.0.1/ix_values.yaml
Normal 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
|
||||
3499
incubator/gaseous-server/0.0.1/questions.yaml
Executable file
3499
incubator/gaseous-server/0.0.1/questions.yaml
Executable file
File diff suppressed because it is too large
Load Diff
1
incubator/gaseous-server/0.0.1/templates/NOTES.txt
Normal file
1
incubator/gaseous-server/0.0.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
incubator/gaseous-server/0.0.1/templates/common.yaml
Normal file
1
incubator/gaseous-server/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
incubator/gaseous-server/0.0.1/values.yaml
Normal file
0
incubator/gaseous-server/0.0.1/values.yaml
Normal file
4
incubator/gaseous-server/item.yaml
Normal file
4
incubator/gaseous-server/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.png
|
||||
categories:
|
||||
- media
|
||||
screenshots: []
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -11,7 +11,8 @@ securityContext:
|
||||
runAsUser: 0
|
||||
capabilities:
|
||||
add:
|
||||
- SYS_ADMIN
|
||||
- NET_RAW
|
||||
- NET_ADMIN
|
||||
|
||||
icloudpd:
|
||||
apple_id: your@appleid.com
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user