32 lines
953 B
YAML
32 lines
953 B
YAML
apiVersion: v2
|
|
appVersion: "1.2.3"
|
|
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
|
name: recipes
|
|
version: 6.0.27
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- recipes
|
|
- cooking
|
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes
|
|
icon: https://truecharts.org/_static/img/appicons/recipes.png
|
|
sources:
|
|
- https://github.com/vabene1111/recipes
|
|
- https://hub.docker.com/r/vabene1111/recipes
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 9.3.3
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.truecharts.org/
|
|
version: 7.0.54
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- media
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|