diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 18fe4e576e..999ff498c9 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.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: diff --git a/docs/budibase-0.1.0.tgz b/docs/budibase-0.1.0.tgz index 242aa79d90..7873874ab0 100644 Binary files a/docs/budibase-0.1.0.tgz and b/docs/budibase-0.1.0.tgz differ diff --git a/docs/budibase-0.1.1.tgz b/docs/budibase-0.1.1.tgz new file mode 100644 index 0000000000..d415a4db97 Binary files /dev/null and b/docs/budibase-0.1.1.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index aedbc97da9..668033bc4c 100644 --- a/docs/index.yaml +++ b/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" diff --git a/hosting/kubernetes/budibase/Chart.yaml b/hosting/kubernetes/budibase/Chart.yaml index c1683cf78d..bcba5f5059 100644 --- a/hosting/kubernetes/budibase/Chart.yaml +++ b/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 diff --git a/scripts/release_helm_chart.sh b/scripts/release_helm_chart.sh new file mode 100755 index 0000000000..b1594cca91 --- /dev/null +++ b/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 \ No newline at end of file