Skip to content

Commit

Permalink
Merge pull request #12 from flanksource/bugfix/helm-release-perms
Browse files Browse the repository at this point in the history
fix: correct helm release permissions
  • Loading branch information
paddatrapper authored Mar 3, 2022
2 parents 7505692 + 1326874 commit 14db6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
repository: "charts"
- name: Update chart repo
run: |
ls -la
# Work-around for https://github.com/GuillaumeFalourd/clone-github-repo-action/issues/1
sudo chown -R runner:docker ./charts
cd charts
ls -la
cp ../apm-hub-*.tgz ./
helm repo index --merge index.yaml .
- name: Push changes to chart repo
Expand Down

0 comments on commit 14db6bc

Please sign in to comment.