add repo add

This commit is contained in:
Paul Carlton 2022-09-30 13:31:15 +01:00
parent 3560773c3a
commit fe6e91aa17

View file

@ -94,6 +94,7 @@ main() {
locate
download
get_repo
dependencies
if [[ "$LINTING" != "off" ]]; then
lint
@ -125,6 +126,10 @@ download() {
rm -rf $tmpDir
}
get_repo() {
helm repo add matrixx https://raw.githubusercontent.com/weaveworks-20276/customer-info/gh-pages --username paul-calton --password ${GITHUB_TOKEN}
}
dependencies() {
for chart in ${CHARTS[@]}; do
helm dependency update "${chart}"