From 9db918c9d1014bf414da1edbd7abf28ffab64208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Antunes?= Date: Tue, 12 Nov 2024 18:02:32 +0000 Subject: [PATCH] chore(local-dev): fixes the metadata generation file for the operator version (#1489) --- scripts/ci-build-deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci-build-deps.sh b/scripts/ci-build-deps.sh index 9f5f0d5ca..aecf586ff 100755 --- a/scripts/ci-build-deps.sh +++ b/scripts/ci-build-deps.sh @@ -23,7 +23,8 @@ function local_artifact_mirror() { function operator() { make -C operator build-ttl.sh build-chart-ttl.sh \ - PACKAGE_VERSION="$EC_VERSION" + PACKAGE_VERSION="$EC_VERSION" \ + VERSION="$EC_VERSION" cp operator/build/image "operator/build/image-$EC_VERSION" cp operator/build/chart "operator/build/chart-$EC_VERSION" }