-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix dependencies of chart repos, remove until necessary
- Loading branch information
1 parent
040124a
commit 4fe703c
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|