From 29ceb85f1734e22dcc93f52e44e49faea2fd2b8d Mon Sep 17 00:00:00 2001 From: Mangaal Date: Thu, 28 Nov 2024 12:42:57 +0530 Subject: [PATCH] update build file Signed-off-by: Mangaal --- .konflux/Containerfile.plugin | 1 + 1 file changed, 1 insertion(+) diff --git a/.konflux/Containerfile.plugin b/.konflux/Containerfile.plugin index 881bf0b..5d6352a 100644 --- a/.konflux/Containerfile.plugin +++ b/.konflux/Containerfile.plugin @@ -15,6 +15,7 @@ ENTRYPOINT ["./backend-http"] LABEL \ name="openshift-gitops-1/gitops-rhel8" \ + version=${TARGET_VERSION} \ License="Apache 2.0" \ com.redhat.component="openshift-gitops-container" \ com.redhat.delivery.appregistry="false" \