chore: change urls
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-01 18:19:22 +03:00
parent 6e29fb8257
commit 5f0206a49d
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ then
fi
mkdir "$1"
curl --proto '=https' --tlsv1.2 -sSf https://codeload.github.com/hahow/common-chart/tar.gz/master | \
curl --proto '=https' --tlsv1.2 -sSf https://git.grachevko.ru/helm/common/archive/master.tar.gz | \
tar -xz -C "$1" --strip=2 common-chart-master/starter
find "$1" -type f | xargs sed -i "" "s/<CHARTNAME>/$1/g"