24 lines
687 B
YAML
24 lines
687 B
YAML
apiVersion: v2
|
|
appVersion: 1.0.0
|
|
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator
|
|
name: tt-rss
|
|
version: 2.1.1
|
|
kubeVersion: ">=1.16.0-0"
|
|
keywords:
|
|
- tt-rss
|
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/tt-rss
|
|
icon: https://git.tt-rss.org/fox/tt-rss/raw/branch/master/images/favicon-72px.png
|
|
sources:
|
|
- https://git.tt-rss.org/fox/tt-rss
|
|
maintainers:
|
|
- name: angelnu
|
|
email: git@angelnu.com
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.k8s-at-home.com
|
|
version: 2.1.0
|
|
- name: postgresql
|
|
version: 10.3.7
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|