Skip to content

Commit

Permalink
Temporarily disable Moon 2 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Feb 18, 2022
1 parent c7614fd commit ab59ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -n "$path" ]; then
fi
mkdir -p "$output_dir"
helm package moon --destination "$output_dir" --version "$version"
helm package moon2 --destination "$output_dir" --version "$version"
#helm package moon2 --destination "$output_dir" --version "$version"
cd "$output_dir"
wget "$CHARTS_REPO/index.yaml" || true
helm repo index . --url "$CHARTS_REPO" --merge index.yaml

0 comments on commit ab59ae5

Please sign in to comment.