helm-charts/charts/stable/romm/Chart.yaml

40 lines
1.2 KiB
YAML
Raw Normal View History

2023-06-25 19:16:34 +00:00
apiVersion: v2
name: romm
# This is the chart version.
2023-06-28 02:58:01 +00:00
version: 0.1.2
2023-06-25 19:16:34 +00:00
# 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
2024-02-21 05:24:01 +00:00
version: 16.2.0
2023-06-25 19:16:34 +00:00
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
2023-06-28 02:58:01 +00:00
appVersion: "1.8.4"
2023-06-25 19:16:34 +00:00
# Whether this chart is deprecated (optional, boolean)
deprecated: false