Skip to content

Commit c1b0d31

Browse files
committed
copy helm files into build dir
1 parent a843bfc commit c1b0d31

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+
./build 1>&2
7578

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy