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.name "Budibase Helm Bot"
|
||||||
git config user.email "<>"
|
git config user.email "<>"
|
||||||
git pull
|
git pull
|
||||||
|
helm package charts/budibase
|
||||||
mv budibase-${{ env.RELEASE_VERSION }}.tgz docs
|
mv budibase-${{ env.RELEASE_VERSION }}.tgz docs
|
||||||
helm repo index docs
|
helm repo index docs
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
|
|
|
@ -11,8 +11,8 @@ sources:
|
||||||
- https://github.com/Budibase/budibase
|
- https://github.com/Budibase/budibase
|
||||||
- https://budibase.com
|
- https://budibase.com
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 0.2.5
|
||||||
appVersion: 1.0.20
|
appVersion: 1.0.25
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: couchdb
|
- name: couchdb
|
||||||
version: 3.3.4
|
version: 3.3.4
|
||||||
|
|
Loading…
Reference in New Issue