forked from coo-ops.space/helm-charts
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: romm
|
|
# This is the chart version.
|
|
version: 0.1.2
|
|
# A SemVer range of compatible Kubernetes versions (optional)
|
|
# kubeVersion: ">=1.16.0-0"
|
|
# What is this Application?
|
|
description: "ROMM (Rom Manager) is a web based retro roms manager integrated with IGDB. "
|
|
type: application
|
|
# Meta Keywords
|
|
keywords:
|
|
- organisation
|
|
- inventory
|
|
- ROMs
|
|
- Backups
|
|
# The URL of this projects home page
|
|
home: https://github.com/zurdi15/romm
|
|
# A list of URLs to source code for this project
|
|
sources:
|
|
- https://hub.docker.com/r/zurdi15/romm
|
|
dependencies:
|
|
- name: mariadb
|
|
version: 12.2.5
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: mariadb.enabled
|
|
# Who's looking after this Chart?
|
|
maintainers:
|
|
- name: Kyle Coo-ops
|
|
email: kyle@coo-ops.space
|
|
url: https://git.coo-ops.space/cooper
|
|
- name: Alice
|
|
email: alice@stacktonic.com.au
|
|
url: https://github.com/HunterNyan
|
|
# A URL to an SVG or PNG image to be used as an icon (optional).
|
|
icon: https://raw.githubusercontent.com/zurdi15/romm/master/romm.svg
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
appVersion: "1.8.4"
|
|
# Whether this chart is deprecated (optional, boolean)
|
|
deprecated: false |