Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
887d61af11
commit
40e15a5e08
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [romm-0.0.1]romm-0.0.1 (2023-05-20)
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.7.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.8.1
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.27
|
||||
deprecated: false
|
||||
description: game library manager focused in retro gaming
|
||||
home: https://truecharts.org/charts/incubator/romm
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png
|
||||
keywords:
|
||||
- romm
|
||||
- rom-manager
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: romm
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/romm
|
||||
- https://github.com/zurdi15/romm
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [romm-0.0.1]romm-0.0.1 (2023-05-20)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
game library manager focused in retro gaming
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/romm](https://truecharts.org/charts/incubator/romm)
|
||||
|
||||
---
|
||||
|
||||
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.
Binary file not shown.
|
@ -0,0 +1,70 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/romm
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.8.1@sha256:b8e1b4d352c223b73b049e48aa960827bc59e7587d5b64452a3fa99ca219f71f
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
readiness:
|
||||
type: http
|
||||
startup:
|
||||
type: http
|
||||
env:
|
||||
ROMM_DB_DRIVER: mariadb
|
||||
# IGDB client id
|
||||
CLIENT_ID: ""
|
||||
# IGDB client secret
|
||||
CLIENT_SECRET: ""
|
||||
# WIP
|
||||
STEAMGRIDDB_API_KEY: ""
|
||||
DB_PORT: 3306
|
||||
DB_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
|
||||
DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: plainhost
|
||||
DB_PASSWD:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: mariadb-password
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
port: 10680
|
||||
|
||||
persistence:
|
||||
romm:
|
||||
enabled: true
|
||||
mountPath: /romm
|
||||
library:
|
||||
enabled: true
|
||||
mountPath: /romm/library
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: romm
|
||||
mariadbDatabase: romm
|
||||
|
||||
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" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png
|
||||
categories:
|
||||
- media
|
||||
|
Loading…
Reference in New Issue