Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1b0d31

Browse files
committed
copy helm files into build dir
1 parenta843bfc commitc1b0d31

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎scripts/helm.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,16 @@ fi
6565
# path of `helm package` except for the directory name :/
6666
temp_dir="$(mktemp -d)"
6767

68-
cd ./
68+
cd.
69+
mkdir -p build
70+
cp ./LICENSE build
71+
cp -r helm/* build
6972
log"--- Packaging helm chart for version$version ($output_path)"
7073
helm package \
7174
--version"$version" \
7275
--app-version"$version" \
7376
--destination"$temp_dir" \
74-
.1>&2
77+
./build1>&2
7578

7679
log"Moving helm chart to$output_path"
7780
cp"$temp_dir"/*.tgz"$output_path"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp