diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94807771..50bc85ce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,6 +45,7 @@ jobs: - name: Package Chart run: | + helm repo add bitnami https://charts.bitnami.com/bitnami helm dependency build helm package . -d docs helm repo index ./docs/ --url https://cortexproject.github.io/cortex-helm-chart