Skip to content

Commit

Permalink
Merge pull request #3 from sorry-cypress/move-helm-charts-to-charts
Browse files Browse the repository at this point in the history
Move helm-charts/charts to charts
  • Loading branch information
tico24 authored Jan 6, 2021
2 parents 1057a1d + 8395f55 commit 2eb4076
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: helm-charts/charts
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
remote: origin
target-branch: main
chart-dirs:
- helm-charts/charts
- charts
2 changes: 1 addition & 1 deletion test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
remote: origin
target-branch: main
chart-dirs:
- helm-charts/charts
- charts
helm-extra-args: --timeout 600s

0 comments on commit 2eb4076

Please sign in to comment.