From e4aaf6ed9c84d1e1f681836d92cf56f4aea139bf Mon Sep 17 00:00:00 2001 From: jyje Date: Mon, 5 May 2025 09:02:17 +0900 Subject: [PATCH] fix(ci): add milvus repo on `helm-release` --- .github/workflows/helm-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index ce4041a..594a7e4 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -65,6 +65,7 @@ jobs: helm repo add open-webui https://helm.openwebui.com/ helm repo add tika https://apache.jfrog.io/artifactory/tika/ helm repo add redis https://charts.bitnami.com/bitnami + helm repo add milvus https://zilliztech.github.io/milvus-helm - name: Run chart-releaser uses: helm/chart-releaser-action@v1.7.0