diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index b62e0d5..a1df414 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -30,6 +30,7 @@ jobs: run: | helm repo add alfresco-common https://alfresco.github.io/alfresco-helm-charts/ helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami/ + helm repo add elastic https://helm.elastic.co - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0