mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-23 17:52:36 -04:00
24 lines
634 B
YAML
24 lines
634 B
YAML
apiVersion: v2
|
|
name: kyoo
|
|
description: Kyoo is an open source media server alternative to Jellyfin and Plex.
|
|
|
|
type: application
|
|
version: 0.0.0
|
|
appVersion: "0.0.0"
|
|
|
|
icon: https://raw.githubusercontent.com/zoriya/Kyoo/refs/heads/master/icons/icon.svg
|
|
|
|
dependencies:
|
|
- condition: meilisearch.enabled
|
|
name: meilisearch
|
|
repository: https://meilisearch.github.io/meilisearch-kubernetes
|
|
version: 0.13.0
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 16.7.4
|
|
- condition: rabbitmq.enabled
|
|
name: rabbitmq
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 16.0.2
|