fix(patch): Get correct chart name
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8dd0bfc6cd
commit
62c6e06b1e
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ check_prereq() {
|
|||
|
||||
[[ $1 == ee ]] && ee=true
|
||||
[[ $PATCH -eq 1 ]] && {
|
||||
chart=$2
|
||||
image_tag="$(grep -ER ^.ppVersion ../scripts/helmcharts/openreplay/charts/$chart | xargs | awk '{print $2}' | awk -F. -v OFS=. '{$NF += 1 ; print}')"
|
||||
[[ $ee == "true" ]] && {
|
||||
image_tag="${image_tag}-ee"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue