We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9714cde commit da0846eCopy full SHA for da0846e
.github/workflows/pr-chart-validate.yaml
@@ -53,4 +53,5 @@ jobs:
53
if: steps.list-changed.outputs.changed == 'true'
54
run: |
55
helm-charts/update_dependency.sh
56
+ helm repo add milvus https://zilliztech.github.io/milvus-helm
57
ct lint --check-version-increment=false --validate-maintainers=false --chart-dirs ${{ env.CHARTS_DIRS }} --target-branch ${{ github.event.repository.default_branch }}
0 commit comments