Skip to content

Commit

Permalink
feat: Upload helm chart for Steampipe (#2)
Browse files Browse the repository at this point in the history
* feat: Update github actions
  • Loading branch information
amartingarcia authored Aug 6, 2024
1 parent 07bd3f0 commit edb2c49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/auto-assign.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint and Test Charts

on: pull_request
on:
pull_request:
paths: "charts/**"

jobs:
lint-test:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,10 @@ jobs:
with:
version: v3.13.0

# - name: Add repositories
# run: |
# for dir in $(ls -d charts/); do
# helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
# done

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
#charts_dir: ./
charts_dir: ./
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit edb2c49

Please sign in to comment.