Fix helm ci

This commit is contained in:
Thomas Miceli 2025-05-09 20:16:57 +02:00
parent 75e71fd042
commit 546f1968e0

View File

@ -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