Skip to content

Commit

Permalink
fix: add v prefix
Browse files Browse the repository at this point in the history
Signed-off-by: lvlcn-t <[email protected]>
  • Loading branch information
lvlcn-t committed Nov 19, 2024
1 parent b38a9f2 commit 16c6a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docs:
VERSION=$${VERSION#v}; \
cp -f Chart.yaml Chart.yaml.bak; \
sed -i "s/^version:.*/version: $${VERSION}/" Chart.yaml; \
sed -i "s/^appVersion:.*/appVersion: \"$${VERSION}\"/" Chart.yaml; \
sed -i "s/^appVersion:.*/appVersion: \"v$${VERSION}\"/" Chart.yaml; \
echo "Generating docs for version $${VERSION} (appVersion: v$${VERSION})"; \
helm-docs; \
mv -f Chart.yaml.bak Chart.yaml
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sparrow

![Version: 0.5.0-rc2](https://img.shields.io/badge/Version-0.5.0--rc2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-rc2](https://img.shields.io/badge/AppVersion-0.5.0--rc2-informational?style=flat-square)
![Version: 0.5.0-rc2](https://img.shields.io/badge/Version-0.5.0--rc2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0-rc2](https://img.shields.io/badge/AppVersion-v0.5.0--rc2-informational?style=flat-square)

A Helm chart to install Sparrow

Expand Down

0 comments on commit 16c6a90

Please sign in to comment.