From da0846e58ab0b31ec5b338ea9e8a9a0d1f751a72 Mon Sep 17 00:00:00 2001 From: dolpher Date: Tue, 26 Nov 2024 16:54:28 +0800 Subject: [PATCH] Fix ct lint (#611) Add milvus repo to fix the helm dep build issue. Signed-off-by: Dolpher Du --- .github/workflows/pr-chart-validate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-chart-validate.yaml b/.github/workflows/pr-chart-validate.yaml index 4b5229eb2..9b1af29bc 100644 --- a/.github/workflows/pr-chart-validate.yaml +++ b/.github/workflows/pr-chart-validate.yaml @@ -53,4 +53,5 @@ jobs: if: steps.list-changed.outputs.changed == 'true' run: | helm-charts/update_dependency.sh + helm repo add milvus https://zilliztech.github.io/milvus-helm ct lint --check-version-increment=false --validate-maintainers=false --chart-dirs ${{ env.CHARTS_DIRS }} --target-branch ${{ github.event.repository.default_branch }}