From 95888892da9ec8e0d93e8f2d6fddc36602b02eda Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 19 Feb 2026 11:26:07 +0100 Subject: [PATCH] CI: Fix --- .gitea/workflows/build-helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-helm-release.yaml b/.gitea/workflows/build-helm-release.yaml index 87c67bb..8ca35c3 100644 --- a/.gitea/workflows/build-helm-release.yaml +++ b/.gitea/workflows/build-helm-release.yaml @@ -15,7 +15,7 @@ jobs: uses: azure/setup-helm@v4.3.0 - name: Install cm-push - run: helm plugin install https://github.com/chartmuseum/helm-push + run: helm plugin install https://github.com/chartmuseum/helm-push --verify=false - name: Setup helm Repo run: helm repo add --username ${{ secrets.REGISTRY_USER }} --password ${{ secrets.REGISTRY_PASSWORD }} gitea https://git.kocoder.xyz/api/packages/kocoded/helm