Skip to content

Commit

Permalink
fix: add runix helm repo to the dependency hack script
Browse files Browse the repository at this point in the history
  • Loading branch information
almadigabor authored and evegufy committed May 13, 2024
1 parent cd7c7ba commit 03e8c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/helm-dependencies.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ if ! helm repo list ; then
echo "Need to add repos"
helm repo add tractusx https://eclipse-tractusx.github.io/charts/dev
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo add runix https://helm.runix.net
fi

# This hack script will download all chart/umbrella dependency charts.
Expand Down

0 comments on commit 03e8c54

Please sign in to comment.