0
Fork 0
mirror of https://github.com/penpot/penpot-helm.git synced 2024-12-22 13:43:01 -05:00
penpot-helm/charts/penpot/Chart.yaml

53 lines
1.5 KiB
YAML
Raw Normal View History

2024-07-24 06:21:02 -05:00
---
2024-06-11 06:46:03 -05:00
apiVersion: v2
2024-11-14 12:35:25 -05:00
version: 0.4.0 # Chart version
appVersion: "2.3.2" # Penpot version
2024-06-11 06:46:03 -05:00
type: application
name: penpot
description: Helm chart for Penpot, the Open Source design and prototyping platform.
maintainers:
2024-07-24 06:21:02 -05:00
- name: Kaleidos INC
url: https://kaleidos.net
2024-06-11 06:46:03 -05:00
home: https://penpot.app
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
sources:
2024-07-24 06:21:02 -05:00
- https://github.com/penpot/penpot/tree/main
- https://github.com/penpot/penpot-helm/tree/main
2024-06-11 06:46:03 -05:00
keywords:
2024-07-24 06:21:02 -05:00
- kubernetes
- penpot
- penpotapp
- design
- designsystem
- opensource
- ux
- ui
2024-07-12 10:02:15 -05:00
annotations:
artifacthub.io/signKey: |
fingerprint: F0B526DC641A6DCBD94A2B2BA11A82757E9E6942
2024-07-24 06:21:02 -05:00
url: https://helm.penpot.app/pubkey.asc
2024-08-01 10:12:07 -05:00
artifacthub.io/links: |
- name: support
url: https://github.com/penpot/penpot-helm/issues
- name: community
url: https://community.penpot.app
2024-08-02 06:02:50 -05:00
- name: documentation
url: https://help.penpot.app/
- name: tutorials
url: https://www.youtube.com/playlist?list=PLgcCPfOv5v54WpXhHmNO7T-YC7AE-SRsr
- name: dev-diaries
url: https://penpot.app/dev-diaries.html
2024-08-01 10:12:07 -05:00
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
2024-09-09 06:39:17 -05:00
- kind: changed
2024-11-14 12:35:25 -05:00
description: Bump Penpot images to 2.3.2.
2024-06-11 06:46:03 -05:00
dependencies:
2024-07-24 06:21:02 -05:00
- 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