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 locate
download download
get_repo
dependencies dependencies
if [[ "$LINTING" != "off" ]]; then if [[ "$LINTING" != "off" ]]; then
lint lint
@ -125,6 +126,10 @@ download() {
rm -rf $tmpDir 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() { dependencies() {
for chart in ${CHARTS[@]}; do for chart in ${CHARTS[@]}; do
helm dependency update "${chart}" helm dependency update "${chart}"