Skip to content

Commit

Permalink
Release kaap chart 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Sep 4, 2024
1 parent 53862ce commit 2d4f8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/kaap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
apiVersion: v2
name: kaap
description: Kubernetes Autoscaling for Apache Pulsar Stack
version: 0.3.0
version: 0.3.1
2 changes: 1 addition & 1 deletion release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [[ "$artifact" == "operator" ]]; then
mvn release:prepare -DreleaseVersion=$new_version -Dresume=false -Pskip-crds
echo "$new_version released."
elif [[ "$artifact" == "kaap-chart" ]]; then
replace_version_in_chart helm/kaap/Chart.yaml $new_version
#replace_version_in_chart helm/kaap/Chart.yaml $new_version
git commit -am "Release kaap chart $new_version"
git tag kaap-$new_version
git push
Expand Down

0 comments on commit 2d4f8c1

Please sign in to comment.