Skip to content

Commit

Permalink
Merge pull request #104 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump Moon version to 1.9.6
  • Loading branch information
vania-pooh authored Feb 18, 2022
2 parents e91810a + ab59ae5 commit 8b6d007
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
4 changes: 2 additions & 2 deletions moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: moon1
name: moon
version: 1.1.18
appVersion: 1.9.5
appVersion: 1.9.6
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
2 changes: 1 addition & 1 deletion moon2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: moon
name: moon2
version: 2.0.0
appVersion: 2.0.0
description: Moon Helm chart
Expand Down

0 comments on commit 8b6d007

Please sign in to comment.