Skip to content

Commit

Permalink
chore(ci): update helm repo list to tractusx
Browse files Browse the repository at this point in the history
bitnami and hashicorp are not longer required - the dependencies are loaded via tx-c chart directly
  • Loading branch information
fty4 committed Jun 14, 2023
1 parent 500d378 commit 8dd797f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/helm-dependencies.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# Check if any repositories is present
if ! helm repo list ; then
echo "Need to add repos"
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo add tractusx https://eclipse-tractusx.github.io/charts/dev
fi

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

0 comments on commit 8dd797f

Please sign in to comment.