Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
88b4934b75
commit
8e871e341f
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [romm-1.0.0](https://github.com/truecharts/charts/compare/romm-0.1.0...romm-1.0.0) (2023-06-01)
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "1.8.4"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 12.10.4
|
||||||
|
- condition: mariadb.enabled
|
||||||
|
name: mariadb
|
||||||
|
repository: https://deps.truecharts.org/
|
||||||
|
version: 7.0.34
|
||||||
|
deprecated: false
|
||||||
|
description: game library manager focused in retro gaming
|
||||||
|
home: https://truecharts.org/charts/stable/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/stable/romm
|
||||||
|
- https://github.com/zurdi15/romm
|
||||||
|
type: application
|
||||||
|
version: 1.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/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%20Apps/Important-MUST-READ).
|
||||||
|
- 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 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [romm-1.0.0](https://github.com/truecharts/charts/compare/romm-0.1.0...romm-1.0.0) (2023-06-01)
|
||||||
|
|
|
@ -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/stable/romm](https://truecharts.org/charts/stable/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.4@sha256:2caadd52ad96c4f674030ea0176361e796fdc158c5f1eb48406863aa6e03ec4d
|
||||||
|
|
||||||
|
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:
|
||||||
|
library:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /romm/library
|
||||||
|
resources:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /romm/resources
|
||||||
|
|
||||||
|
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