Skip to content

Commit

Permalink
feat (actions): add charts_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ojaswa1942 committed Apr 8, 2024
1 parent 935d59e commit 8e62b91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: code-analysis
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions code-analysis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0"
# It is recommended to use it with quotes.
appVersion: "1.0"

0 comments on commit 8e62b91

Please sign in to comment.