From 7f5987ab2f8f596bb191dd89bc88cddb68af92a7 Mon Sep 17 00:00:00 2001 From: Peter Motzko Date: Wed, 13 Dec 2023 10:04:36 +0100 Subject: [PATCH] chore(ci): fix the PR pipeline --- .github/workflows/chart-verification.yml | 4 ++-- charts/managed-identity-wallet/.helmdocsignore | 1 + charts/managed-identity-wallet/.helmignore | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 charts/managed-identity-wallet/.helmdocsignore diff --git a/.github/workflows/chart-verification.yml b/.github/workflows/chart-verification.yml index ffdc2c8ca..a75cec444 100644 --- a/.github/workflows/chart-verification.yml +++ b/.github/workflows/chart-verification.yml @@ -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: | @@ -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 diff --git a/charts/managed-identity-wallet/.helmdocsignore b/charts/managed-identity-wallet/.helmdocsignore new file mode 100644 index 000000000..ee3892e87 --- /dev/null +++ b/charts/managed-identity-wallet/.helmdocsignore @@ -0,0 +1 @@ +charts/ diff --git a/charts/managed-identity-wallet/.helmignore b/charts/managed-identity-wallet/.helmignore index 0886f15ef..70181f49b 100644 --- a/charts/managed-identity-wallet/.helmignore +++ b/charts/managed-identity-wallet/.helmignore @@ -24,5 +24,5 @@ tests/ values-*.yaml README.md.gotmpl +.helmdocsignore ci/ -argocd/