From 4fe703cf857ea9e3d8b292a8ab21d8633f782a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Tejo=CC=81n?= Date: Fri, 15 Dec 2023 13:09:34 +0100 Subject: [PATCH] ci: fix dependencies of chart repos, remove until necessary --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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