2021-08-16 12:42:21 +02:00
|
|
|
apiVersion: v2
|
|
|
|
name: budibase
|
2021-12-08 17:27:33 +01:00
|
|
|
description: >-
|
|
|
|
Budibase is an open source low-code platform, helping thousands of teams build
|
|
|
|
apps for their workplace in minutes.
|
2021-08-16 12:42:21 +02:00
|
|
|
keywords:
|
2021-12-08 17:27:33 +01:00
|
|
|
- low-code
|
|
|
|
- database
|
|
|
|
- cluster
|
2021-08-16 12:42:21 +02:00
|
|
|
sources:
|
2021-12-08 17:27:33 +01:00
|
|
|
- https://github.com/Budibase/budibase
|
|
|
|
- https://budibase.com
|
2021-08-16 12:42:21 +02:00
|
|
|
type: application
|
2022-12-19 17:01:12 +01:00
|
|
|
# populates on packaging
|
|
|
|
version: 0.0.0
|
|
|
|
# populates on packaging
|
|
|
|
appVersion: 0.0.0
|
2021-08-16 12:42:21 +02:00
|
|
|
dependencies:
|
|
|
|
- name: couchdb
|
2022-03-30 19:12:53 +02:00
|
|
|
version: 3.6.1
|
2021-08-16 12:42:21 +02:00
|
|
|
repository: https://apache.github.io/couchdb-helm
|
2021-08-18 11:47:39 +02:00
|
|
|
condition: services.couchdb.enabled
|
2021-08-16 12:42:21 +02:00
|
|
|
- name: ingress-nginx
|
2021-12-30 19:00:29 +01:00
|
|
|
version: 4.0.13
|
2021-12-30 19:57:23 +01:00
|
|
|
repository: https://kubernetes.github.io/ingress-nginx
|
2021-10-12 22:58:10 +02:00
|
|
|
condition: ingress.nginx
|