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