Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgene committed Dec 9, 2021
1 parent 40cb5f5 commit 5632117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .circleci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,14 @@ main() {
}

release_charts() {
cr upload -o "$GIT_USERNAME" -r "$GIT_REPOSITORY_NAME"
cr upload -o "$GIT_USERNAME" -r "$GIT_REPOSITORY_NAME" --release-name-template "{{ .Version }}"
}

update_index() {
cr index -o "$GIT_USERNAME" -r "$GIT_REPOSITORY_NAME" -c "$CR_REPO_URL"
cr index -o "$GIT_USERNAME" -r "$GIT_REPOSITORY_NAME" -c "$CR_REPO_URL" --push --release-name-template "{{ .Version }}"

git config user.email "$GIT_USERNAME@users.noreply.github.com"
git config user.name "$GIT_USERNAME"

git checkout gh-pages
cp --force .cr-index/index.yaml index.yaml
git add index.yaml
git commit --message="Update index.yaml" --signoff
git push origin gh-pages
}

main
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1
version: 1.0.3

0 comments on commit 5632117

Please sign in to comment.