Skip to content

Commit

Permalink
update tekon config
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
Mangaal committed Nov 28, 2024
1 parent c0841d6 commit 79e6ea0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .konflux/Containerfile.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -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="" \
Expand Down
5 changes: 2 additions & 3 deletions .tekton/gitops-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions .tekton/gitops-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 79e6ea0

Please sign in to comment.