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

helm release

This commit is contained in:
Martin McKeaveney 2021-12-21 15:12:28 +00:00
parent 7abf272d6d
commit 237bd8ab48
2 changed files with 4 additions and 3 deletions

View file

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

View file

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