1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/charts/budibase
Rory Powell 3e3029e4d6 Publish helm chart with correct app version, publish on develop (#9099)
* Publish helm chart with correct app version, publish on develop

* Uncomment checkout

* Remove concurrency flag temporarily

* Prevent created at timestamp from changing on each helm repo index

* Add logging

* Fix syntax error

* Add logging

* Fix package command

* Remove copy tgz

* Update commit message

* Add job to trigger budibase-deploys

* Fix repository

* Update access token

* Update access token

* Update access token

* Separate deploy release env from docker image release

* Dependency between image release and chart release
2022-12-19 16:01:12 +00:00
..
charts
templates Fix helm upgrade by adding quota to MINIO_ENABLED (#9054) 2022-12-15 12:29:53 +00:00
.helmignore
Chart.lock
Chart.yaml Publish helm chart with correct app version, publish on develop (#9099) 2022-12-19 16:01:12 +00:00
README.md
values.yaml File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00

Budibase

Budibase Budibase is an open source low-code platform, helping thousands of teams build apps for their workplace in minutes.

TL;DR;

$ cd chart
$ helm install budibase .

Introduction

This chart bootstraps a Budibase deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • helm v3 or above
  • Kubernetes 1.4+
  • PV provisioner support in the underlying infrastructure (with persistence storage enabled)

Installing the Chart

To install the chart with the release name budi-release:

$ helm install budi-release .

The command deploys Budibase on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release