helm-charts/charts/stable/romm/Chart.yaml
Renovate Bot 7ac6a9ae89
Some checks failed
checks / check and test (push) Failing after 1m5s
checks / check and test (pull_request) Failing after 54s
Update Helm release mariadb to v16
2024-02-21 07:12:17 +00:00

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: 16.2.0
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