feat: setup initial helm chart

This commit is contained in:
Jonathan Irvin
2024-09-10 10:58:11 -05:00
parent 1fbdc185db
commit 61cb199c75
9 changed files with 380 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
apiVersion: v2
name: postiz-app
description: A Social Media Scheduling App
type: application
version: 1.0.0 # Chart Version
appVersion: "1.2.0"
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