32 lines
772 B
YAML
32 lines
772 B
YAML
apiVersion: v2
|
|
name: postiz-app
|
|
description: A Social Media Scheduling App
|
|
type: application
|
|
version: 1.0.2
|
|
appVersion: "1.3.0"
|
|
maintainers:
|
|
- name: jonathan-irvin
|
|
email: offendingcommit@gmail.com
|
|
url: https://linktr.ee/offendingcommit
|
|
- name: jamesread
|
|
email: contact@jread.com
|
|
url: http://jread.com
|
|
keywords:
|
|
- social media
|
|
- marketing
|
|
- scheduling
|
|
- queue
|
|
home: https://postiz.com
|
|
sources:
|
|
- https://github.com/gitroomhq/postiz-app
|
|
- https://github.com/gitroomhq/postiz-helmchart
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 15.5.28
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: redis
|
|
version: 20.1.0
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|