1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

test K8S CI

This commit is contained in:
Martin McKeaveney 2021-08-18 18:09:40 +01:00
parent b583d7083e
commit 9599f6cb30
6 changed files with 46 additions and 4 deletions

View file

@ -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:

Binary file not shown.

BIN
docs/budibase-0.1.1.tgz Normal file

Binary file not shown.

View file

@ -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"

View file

@ -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 Executable file
View file

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