diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1163258..8864ad5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,12 +32,12 @@ jobs: - name: Add dependency chart repos run: | - helm repo add elastic https://helm.elastic.co - helm repo add grafana https://grafana.github.io/helm-charts - helm repo add prometheus https://prometheus-community.github.io/helm-charts - helm repo add bitnami https://charts.bitnami.com/bitnami - helm repo add hashicorp https://helm.releases.hashicorp.com - helm repo add minio https://helm.min.io + #helm repo add elastic https://helm.elastic.co + #helm repo add grafana https://grafana.github.io/helm-charts + #helm repo add prometheus https://prometheus-community.github.io/helm-charts + #helm repo add bitnami https://charts.bitnami.com/bitnami + #helm repo add hashicorp https://helm.releases.hashicorp.com + #helm repo add minio https://helm.min.io - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0