2 Commits

Author SHA1 Message Date
1063874798 fix: create boilerplate to current dir
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-01 18:42:14 +03:00
0c268065b8 chore: change urls #2 2023-03-01 18:41:30 +03:00
2 changed files with 5 additions and 6 deletions

View File

@@ -8,9 +8,8 @@ then
exit 1
fi
mkdir "$1"
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"
tar -xz --strip=2 common/starter
find . -type f -exec sed -i "s/<CHARTNAME>/$1/g" {} \;
helm dep build "$1"
helm dep update

View File

@@ -24,5 +24,5 @@ appVersion: 1.16.0
dependencies:
- name: common
version: "0.4.1"
repository: "https://hahow-helm-charts.storage.googleapis.com/"
version: "0.1.0"
repository: "https://harbor.grachevko.ru/chartrepo/helm"