avoid using tiller in helm
This commit is contained in:
parent
42ea628733
commit
abf952a743
|
@ -36,10 +36,6 @@ jobs:
|
||||||
# -o values.preprod.yaml \
|
# -o values.preprod.yaml \
|
||||||
# -L https://api.github.com/repos/budibase/budibase-infra/contents/kubernetes/values.preprod.yaml
|
# -L https://api.github.com/repos/budibase/budibase-infra/contents/kubernetes/values.preprod.yaml
|
||||||
|
|
||||||
- name: Setup Helm
|
|
||||||
uses: azure/setup-helm@v1
|
|
||||||
id: helm-install
|
|
||||||
|
|
||||||
- name: Deploy to Preprod Environment
|
- name: Deploy to Preprod Environment
|
||||||
uses: deliverybot/helm@v1
|
uses: deliverybot/helm@v1
|
||||||
with:
|
with:
|
||||||
|
@ -47,6 +43,7 @@ jobs:
|
||||||
namespace: budibase
|
namespace: budibase
|
||||||
chart: charts/budibase
|
chart: charts/budibase
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
helm: helm3
|
||||||
values: |
|
values: |
|
||||||
globals:
|
globals:
|
||||||
appVersion: v${{ env.RELEASE_VERSION }}
|
appVersion: v${{ env.RELEASE_VERSION }}
|
||||||
|
|
Loading…
Reference in New Issue