From 8296f1de44a64b0c07df07501317820e8c9e2ed6 Mon Sep 17 00:00:00 2001 From: Dolpher Du Date: Tue, 26 Nov 2024 13:23:24 +0000 Subject: [PATCH] Fix ct lint 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 }}