From 1ef814f0cc349ebef93dc207717be3f027ed86f0 Mon Sep 17 00:00:00 2001 From: Wei-Xiang Sun Date: Mon, 18 Dec 2023 15:52:59 +0800 Subject: [PATCH] replace deprecated minio repo for ci (#80) Signed-off-by: mingzhou.swx Co-authored-by: mingzhou.swx --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0aa76d7..dba01b6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,7 +26,7 @@ jobs: - name: Add dependency chart repos run: | helm repo add openkruise https://openkruise.github.io/charts - helm repo add minio https://helm.min.io/ + helm repo add minio https://operator.min.io helm repo add stable https://charts.helm.sh/stable helm repo add incubator https://charts.helm.sh/incubator - name: Configure Git