Skip to content

Commit

Permalink
chore(ci): fix the PR pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Dec 13, 2023
1 parent 6c68928 commit 7f5987a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chart-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
image: jnorwood/helm-docs:v1.11.3
options: -v ${{ github.workspace }}/charts:/helm-docs
run: helm-docs
run: helm-docs -i managed-identity-wallet/.helmdocsignore

- name: Verify that no changes are required
run: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install Helm unittest plugin
run: |
helm plugin install https://github.com/helm-unittest/helm-unittest.git
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 0.3.5
- name: Run Helm unittests
run: task helm:unittest
Expand Down
1 change: 1 addition & 0 deletions charts/managed-identity-wallet/.helmdocsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts/
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
tests/
values-*.yaml
README.md.gotmpl
.helmdocsignore
ci/
argocd/

0 comments on commit 7f5987a

Please sign in to comment.