new tenant

This commit is contained in:
Andrei Kvapil
2024-01-05 09:18:55 +01:00
parent 3d1b86cc06
commit d200480ecf
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ miss_map=$(echo "$new_map" | awk 'NR==FNR { new_map[$1 " " $2] = $3; next } { if
resolved_miss_map=$(
echo "$miss_map" | while read chart version commit; do
if [ "$commit" = HEAD ]; then
line=$(git show HEAD:"$chart/Chart.yaml" | awk '/^version:/ {print NR; exit}')
line=$(git show HEAD:"./$chart/Chart.yaml" | awk '/^version:/ {print NR; exit}')
change_commit=$(git --no-pager blame -L20,+1 HEAD -- "$chart/Chart.yaml" | awk '{print $1}')
commit=$(git describe --always "$change_commit~1")
fi

View File

@@ -4,4 +4,4 @@ description: Additional tenant namespace
icon: https://upload.wikimedia.org/wikipedia/commons/0/04/User_icon_1.svg
type: application
version: 0.1.1
version: 0.1.2

View File

@@ -6,7 +6,8 @@ postgres 0.1.0 HEAD
rabbitmq 0.1.0 HEAD
redis 0.1.0 HEAD
tcp-balancer 0.1.0 HEAD
tenant 0.1.1 HEAD
tenant 0.1.1
tenant 0.1.2 HEAD
virtual-machine 0.1.4 f2015d6
virtual-machine 0.1.5 HEAD
vpn 0.1.0 HEAD