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

Commit

Permalink
Fix #65: Execute helm repo update before add new repo (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
axpira authored and msiegenthaler committed May 24, 2018
1 parent cc70a7b commit 911ef0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ setup_repos() {
else
helm repo add $name $url --tiller-namespace $tiller_namespace
fi
helm repo update
done
}

Expand Down

0 comments on commit 911ef0f

Please sign in to comment.