Skip to content

Commit

Permalink
Revert "Release kaap chart 0.3.1"
Browse files Browse the repository at this point in the history
This reverts commit 2d4f8c1.
  • Loading branch information
mukesh-ctds committed Sep 4, 2024
1 parent 2d4f8c1 commit 145abd4
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.1
version: 0.3.0
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 145abd4

Please sign in to comment.