helm release
This commit is contained in:
parent
7abf272d6d
commit
237bd8ab48
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue