From 237bd8ab48391ddd86f10b8e32a2f304c2da3601 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Tue, 21 Dec 2021 15:12:28 +0000 Subject: [PATCH] helm release --- .github/workflows/release-selfhost.yml | 3 ++- charts/budibase/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-selfhost.yml b/.github/workflows/release-selfhost.yml index 4d038c84c4..90f578cf56 100644 --- a/.github/workflows/release-selfhost.yml +++ b/.github/workflows/release-selfhost.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - with: + with: fetch_depth: 0 - name: Tag and release Docker images (Self Host) @@ -46,6 +46,7 @@ jobs: git config user.name "Budibase Helm Bot" git config user.email "<>" git pull + helm package charts/budibase mv budibase-${{ env.RELEASE_VERSION }}.tgz docs helm repo index docs git checkout gh-pages diff --git a/charts/budibase/Chart.yaml b/charts/budibase/Chart.yaml index cec5af2914..cc7119f57d 100644 --- a/charts/budibase/Chart.yaml +++ b/charts/budibase/Chart.yaml @@ -11,8 +11,8 @@ sources: - https://github.com/Budibase/budibase - https://budibase.com type: application -version: 1.0.0 -appVersion: 1.0.20 +version: 0.2.5 +appVersion: 1.0.25 dependencies: - name: couchdb version: 3.3.4