Skip to content

Commit

Permalink
Fix bump-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Jul 31, 2024
1 parent ab6254a commit 894a266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/replik8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name: replik8s
description: Kubernetes resource replication and backup
type: application
version: 1.0.1
appVersion: 1.0.0
appVersion: 1.0.1
1 change: 1 addition & 0 deletions util/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [[ -n "$(git status --porcelain | grep -v '^?? ')" ]]; then
fi

sed -i "s/^version: .*/version: ${TAG:1}/" helm/replik8s/Chart.yaml
sed -i "s/^appVersion: .*/appVersion: ${VERSION:1}/" helm/replik8s/Chart.yaml
sed -i "s/^version: .*/version: ${TAG:1}/" helm/replik8s-openshift-build/Chart.yaml
sed -i "s/^appVersion: .*/appVersion: ${VERSION:1}/" helm/replik8s-openshift-build/Chart.yaml

Expand Down

0 comments on commit 894a266

Please sign in to comment.