From c5b48b2e55461ce8fd0a701ab97a0516669f59d4 Mon Sep 17 00:00:00 2001 From: "Gregg B. Jensen" Date: Wed, 14 Aug 2024 20:20:43 -0600 Subject: [PATCH] SED update --- .github/workflows/charts-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-build.yaml b/.github/workflows/charts-build.yaml index c303756..ad227b7 100644 --- a/.github/workflows/charts-build.yaml +++ b/.github/workflows/charts-build.yaml @@ -62,7 +62,7 @@ jobs: chart=$(dirname $chartFile) name=$(basename chart) - sed -i 's/^\(app\)\?\(\s*[Vv]ersion:\s*\).\+/\1\2"$VERSION"/' $chartFile + sed -i "s/^\(app\)\?\(\s*[Vv]ersion:\s*\).\+/\1\2""$VERSION""/" $chartFile cat $chartFile