diff --git a/.konflux/Containerfile.plugin b/.konflux/Containerfile.plugin index 58583b4..881bf0b 100644 --- a/.konflux/Containerfile.plugin +++ b/.konflux/Containerfile.plugin @@ -15,13 +15,9 @@ ENTRYPOINT ["./backend-http"] LABEL \ name="openshift-gitops-1/gitops-rhel8" \ - version=${CI_CONTAINER_VERSION} \ License="Apache 2.0" \ com.redhat.component="openshift-gitops-container" \ com.redhat.delivery.appregistry="false" \ - release=${CI_CONTAINER_RELEASE} \ - upstream-version=${CI_UPSTREAM_VERSION} \ - upstream-vcs-ref="${CI_GITOPS_BACKEND_UPSTREAM_COMMIT}" \ upstream-vcs-type="git" \ summary="Red Hat OpenShift GitOps Backend Service" \ io.openshift.expose-services="" \ diff --git a/.tekton/gitops-backend-pull-request.yaml b/.tekton/gitops-backend-pull-request.yaml index 46464cf..cf02ff4 100644 --- a/.tekton/gitops-backend-pull-request.yaml +++ b/.tekton/gitops-backend-pull-request.yaml @@ -33,9 +33,6 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - name: dockerfile value: .konflux/Containerfile.plugin pipelineSpec: @@ -234,6 +231,8 @@ spec: - $(params.build-args[*]) - name: BUILD_ARGS_FILE value: $(params.build-args-file) + - name: TARGET_VERSION + value: '{{target_branch}} - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT diff --git a/.tekton/gitops-backend-push.yaml b/.tekton/gitops-backend-push.yaml index 411b7e0..26b900a 100644 --- a/.tekton/gitops-backend-push.yaml +++ b/.tekton/gitops-backend-push.yaml @@ -30,9 +30,6 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - name: dockerfile value: .konflux/Containerfile.plugin pipelineSpec: @@ -231,6 +228,8 @@ spec: - $(params.build-args[*]) - name: BUILD_ARGS_FILE value: $(params.build-args-file) + - name: TARGET_VERSION + value: '{{target_branch}}' - name: SOURCE_ARTIFACT value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) - name: CACHI2_ARTIFACT