Skip to content

Commit

Permalink
Deploy charts on push
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Jan 1, 2024
1 parent 5e9d956 commit efe0ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: make install-all

- name: Release
uses: helm/[email protected]
with:
charts_dir: .

env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
VERTEX_CHARTS := $(shell find . -maxdepth 1 -type d -name 'vertex-*' -exec basename {} \;)

install-all:
helm repo add bitnami https://charts.bitnami.com/bitnami

update-all:
helm repo update
helm dependency update dind --skip-refresh
Expand Down

0 comments on commit efe0ff5

Please sign in to comment.