fix: correct release pipeline typo

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-11 21:44:25 +02:00
parent fd29f5d9f0
commit 2f6623c244
+1 -1
View File
@@ -124,7 +124,7 @@ sync_tag() {
local chartversion="$4"
echo "Attempting to sync primary tag with appversion for: ${chartname}"
local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)"
tag="${tagt%%@*}"
tag="${tag%%@*}"
tag="${tag:-auto}"
tag="${tag#*release-}"
tag="${tag#*version-}"