Browse Source

test K8S CI

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
5843fa0286
  1. 6
      .github/workflows/budibase_ci.yml
  2. BIN
      docs/budibase-0.1.0.tgz
  3. BIN
      docs/budibase-0.1.1.tgz
  4. 39
      docs/index.yaml
  5. 2
      hosting/kubernetes/budibase/Chart.yaml
  6. 3
      scripts/release_helm_chart.sh

6
.github/workflows/budibase_ci.yml

@ -43,6 +43,12 @@ jobs:
verbose: true
- run: yarn test:e2e:ci
- uses: azure/setup-helm@v1
id: install
- run: ./scripts/release_helm
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:

BIN
docs/budibase-0.1.0.tgz

Binary file not shown.

BIN
docs/budibase-0.1.1.tgz

Binary file not shown.

39
docs/index.yaml

@ -3,9 +3,42 @@ entries:
budibase:
- apiVersion: v2
appVersion: 0.9.56
created: "2021-08-11T23:12:24.184224+01:00"
created: "2021-08-18T18:06:38.067593+01:00"
dependencies:
- condition: services.couchdb.enabled
name: couchdb
repository: https://apache.github.io/couchdb-helm
version: 3.3.4
- name: ingress-nginx
repository: https://github.com/kubernetes/ingress-nginx
version: 3.35.0
description: Budibase is an open source low-code platform, helping thousands of teams build apps for their workplace in minutes.
digest: 19bde738daee9c5fe0fd3aef74c41214be4f7f1b9951b277506684493a5bc3fe
digest: 4a9a4030fb9f37f6ae7370aff2fa253fee00b1e09e7bcf7ba9502740ebb8556e
keywords:
- low-code
- database
- cluster
name: budibase
sources:
- https://github.com/Budibase/budibase
- https://budibase.com
type: application
urls:
- https://budibase.github.io/budibase/budibase-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
appVersion: 0.9.56
created: "2021-08-18T18:06:38.062135+01:00"
dependencies:
- condition: services.couchdb.enabled
name: couchdb
repository: https://apache.github.io/couchdb-helm
version: 3.3.4
- name: ingress-nginx
repository: https://github.com/kubernetes/ingress-nginx
version: 3.35.0
description: Budibase is an open source low-code platform, helping thousands of teams build apps for their workplace in minutes.
digest: 08031b0803cce0eff64472e569d454d9176119c8207aa9873a9c95ee66cc7d3f
keywords:
- low-code
- database
@ -18,4 +51,4 @@ entries:
urls:
- https://budibase.github.io/budibase/budibase-0.1.0.tgz
version: 0.1.0
generated: "2021-08-11T23:12:24.178479+01:00"
generated: "2021-08-18T18:06:38.057522+01:00"

2
hosting/kubernetes/budibase/Chart.yaml

@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

3
scripts/release_helm_chart.sh

@ -0,0 +1,3 @@
cd docs
helm package ../hosting/kubernetes/budibase
helm repo index . --url https://budibase.github.io/budibase
Loading…
Cancel
Save