From e344883342f5b38d3c51329fc6e3aaeace745312 Mon Sep 17 00:00:00 2001 From: "James W." <104535511+0xThresh@users.noreply.github.com> Date: Wed, 12 Mar 2025 18:07:03 -0700 Subject: [PATCH] Revert "fix(ci/release): Fix helm dependency for milvus" --- .github/workflows/helm-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 594a7e4..ce4041a 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -65,7 +65,6 @@ 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