From 6bd2ed65c6ca6b61628a369375518b85e9f46a0b Mon Sep 17 00:00:00 2001 From: Yuvraj Date: Thu, 28 May 2020 13:05:15 -0700 Subject: [PATCH] small typo fix --- .github/workflows/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index ec4e91829d..c27443a74e 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -33,11 +33,11 @@ jobs: # exit 1 # fi - name: Check sintax - run: helm lint charts/oldmonk/ + run: helm lint charts/kyverno/ - name: Create package run: | mkdir -p output/helm-charts/ - helm package charts/oldmonk/ -d output/helm-charts/ + helm package charts/kyverno/ -d output/helm-charts/ - name: Reindex repo run: | wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml