From 16c6a9038bf26243b05562af16490037c1277395 Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Tue, 19 Nov 2024 01:28:50 +0100 Subject: [PATCH] fix: add v prefix Signed-off-by: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> --- chart/Makefile | 2 +- chart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Makefile b/chart/Makefile index e8ddf497..7c08d147 100644 --- a/chart/Makefile +++ b/chart/Makefile @@ -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 diff --git a/chart/README.md b/chart/README.md index 00e52ac9..63ac8319 100644 --- a/chart/README.md +++ b/chart/README.md @@ -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