1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

adding and updating helm repos

This commit is contained in:
Martin McKeaveney 2021-12-13 16:52:35 +01:00
parent cea723801c
commit e02c4f013e
4 changed files with 48 additions and 2415 deletions

View file

@ -16,7 +16,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14.x
@ -44,14 +43,19 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
- uses: azure/setup-helm@v1
id: install
- run: yarn release:helm
env:
BUDIBASE_RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
- name: Configure Git
- name: Configure Git and Helm
run: |
git config user.name "Budibase Helm Bot"
git config user.email "<>"
helm repo add budibase https://budibase.github.io/budibase
helm repo update
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff