From 505abab9496857080c0ce78aa500a2fb0d99fd4a Mon Sep 17 00:00:00 2001 From: Robin Kuck Date: Fri, 20 Sep 2024 09:57:57 +0200 Subject: [PATCH] build-ui-image.sh: Adjust image tag to updated helm chart --- deployment/kyma/scripts/build-ui-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/kyma/scripts/build-ui-image.sh b/deployment/kyma/scripts/build-ui-image.sh index 494cde41..8fdc2f7c 100755 --- a/deployment/kyma/scripts/build-ui-image.sh +++ b/deployment/kyma/scripts/build-ui-image.sh @@ -12,7 +12,7 @@ function value() { function image() { local REPOSITORY="$(value "$1.image.repository")" - local TAG="$(value "$1.image.tag")" + local TAG="$(value "global.image.tag")" if [ "$TAG" != "" ]; then echo "$REPOSITORY:$TAG" else