Skip to content

Commit

Permalink
use servarr/ as chart path in helm cmds
Browse files Browse the repository at this point in the history
Forgive me, I forgot to change the chart path also for helm dependency update and helm package commands.
  • Loading branch information
imgios authored Apr 10, 2024
1 parent 87efae0 commit a4f8e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
uses: azure/[email protected]

- name: Helm Dependency update
run: helm dependency update --debug
run: helm dependency update servarr/ --debug

- name: Helm Template
run: helm template servarr servarr/ --debug -f .github/ci/ci-values.yaml

- name: Create Package
run: helm package .
run: helm package servarr/

0 comments on commit a4f8e58

Please sign in to comment.