Skip to content

Commit

Permalink
Merge pull request #21 from coder/jon/fixhelm
Browse files Browse the repository at this point in the history
chore: move helm files into helm dir
  • Loading branch information
sreya authored Feb 15, 2024
2 parents d28f948 + c1b0d31 commit ec72729
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions scripts/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@ fi
# path of `helm package` except for the directory name :/
temp_dir="$(mktemp -d)"

cd ./
cd .
mkdir -p build
cp ./LICENSE build
cp -r helm/* build
log "--- Packaging helm chart for version $version ($output_path)"
helm package \
--version "$version" \
--app-version "$version" \
--destination "$temp_dir" \
. 1>&2
./build 1>&2

log "Moving helm chart to $output_path"
cp "$temp_dir"/*.tgz "$output_path"
Expand Down

0 comments on commit ec72729

Please sign in to comment.