Skip to content

Commit

Permalink
ci: fix dependencies of chart repos, remove until necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotejon committed Dec 15, 2023
1 parent 040124a commit 4fe703c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 4fe703c

Please sign in to comment.