Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Update repositories once (#89)
Browse files Browse the repository at this point in the history
Instead of calling `helm repo update` for each repo, do it once at the
end of the setup / init process.
  • Loading branch information
arbourd authored and msiegenthaler committed Sep 18, 2018
1 parent 0ce1523 commit 9e845e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ setup_repos() {
else
helm repo add $name $url --tiller-namespace $tiller_namespace
fi
helm repo update
done

helm repo update
}

setup_resource() {
Expand Down

0 comments on commit 9e845e5

Please sign in to comment.