Skip to content

Commit

Permalink
fix: Add missing dependency in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Feb 19, 2024
1 parent ace875f commit 95b5653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
helm dependency update "$dir";
done
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add ethereum-helm-charts https://ethpandaops.github.io/ethereum-helm-charts
helm repo add prometheus-charts https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add external-secrets https://charts.external-secrets.io
Expand Down

0 comments on commit 95b5653

Please sign in to comment.