mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-19 13:19:03 +00:00
20 lines
520 B
YAML
20 lines
520 B
YAML
apiVersion: v2
|
|
name: vikunja
|
|
description: The to-do app to organize your life
|
|
home: https://vikunja.io/
|
|
sources:
|
|
- https://kolaente.dev/vikunja/
|
|
- https://gitlab.com/oecis/charts/-/tree/main/charts/vikunja
|
|
type: application
|
|
version: 0.2.1
|
|
appVersion: "0.24.3"
|
|
dependencies:
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 12.x.x
|
|
- condition: redis.enabled
|
|
name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 17.x.x
|