0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-22 21:53:14 -05:00
penpot-helm/charts/penpot/Chart.yaml

37 lines
1,011 B
YAML
Raw Normal View History

2024-06-11 06:46:03 -05:00
apiVersion: v2
2024-07-12 10:02:15 -05:00
version: 0.1.0-alpha-1 # Chart version
2024-06-11 06:46:03 -05:00
appVersion: "2.0.3" # Penpot version
type: application
name: penpot
description: Helm chart for Penpot, the Open Source design and prototyping platform.
maintainers:
- name: Kaleidos INC
url: https://kaleidos.net
home: https://penpot.app
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
sources:
- https://github.com/penpot/penpot/tree/main
- https://github.com/penpot/penpot-helm/tree/main
keywords:
- kubernetes
- penpot
- penpotapp
- design
- designsystem
- opensource
- ux
- ui
2024-07-12 10:02:15 -05:00
annotations:
artifacthub.io/signKey: |
fingerprint: F0B526DC641A6DCBD94A2B2BA11A82757E9E6942
url: https://penpot.github.io/penpot-helm/pubkey.asc
2024-06-11 06:46:03 -05:00
dependencies:
- name: postgresql
version: 15.x.x # appVersion >= 16.2.0
repository: https://charts.bitnami.com/bitnami
condition: global.postgresqlEnabled
- name: redis
version: 19.x.x # appVersion >= 7.2.4
repository: https://charts.bitnami.com/bitnami
condition: global.redisEnabled