feat: add new GUI and VPN support to all Apps (#977)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-13 18:49:14 +02:00
committed by GitHub
co-authored by Renovate Bot
parent 8b12d82175
commit 2349bb4d40
214 changed files with 11198 additions and 2262 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ sync_tag() {
tag="${tag#*version-}"
tag="${tag#*v}"
tag="${tag:0:10}"
sed -i -e "s|appVersion: .*|appVersion: ${tag}|" "${chart}/Chart.yaml"
sed -i -e "s|appVersion: .*|appVersion: \"${tag}\"|" "${chart}/Chart.yaml"
}
pre_commit() {