From 546f1968e0ff2432a82d7ba999f8fbaf12755fe1 Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Fri, 9 May 2025 20:16:57 +0200 Subject: [PATCH] Fix helm ci --- .github/workflows/helm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index e47937e..6fe414d 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -26,6 +26,7 @@ jobs: helm package ./opengist # First time, create the index + wget -q https://helm.opengist.io/index.yaml if [ ! -f index.yaml ]; then helm repo index --url https://helm.opengist.io . else