forked from christianhuth/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
37 lines (37 loc) · 1.44 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
apiVersion: v2
name: baserow
description: Baserow is an open source no-code database and Airtable alternative.
type: application
version: 1.26.0
appVersion: "1.19.1"
home: https://github.com/christianknell/helm-charts
icon: https://baserow.io/img/favicon_192.png
maintainers:
- name: christianknell
email: [email protected]
sources:
- https://gitlab.com/bramw/baserow
- https://baserow.io
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.14.2
condition: redis.enabled
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: changed
description: bumped dependency of postgresql to chart version 12.12.10
- kind: fixed
description: wrong template name for postgresql dependency
artifacthub.io/screenshots: |
- title: Create your own online database without technical experience.
url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png
- title: With Baserow you decide how you want to structure everything. Whether you’re managing customers, products, airplanes or all of them.
url: https://baserow.io/_nuxt/img/home_screenshot_2.d05a825.png
- title: Easily create custom plugins with our boilerplate or use third party ones.
url: https://baserow.io/_nuxt/img/home_screenshot_3.182742a.png