Skip to content

Commit

Permalink
update konflux config
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
Mangaal committed Nov 26, 2024
1 parent 958fcdd commit c0841d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .tekton/gitops-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ spec:
value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: dockerfile
value: .konflux/Containerfile.plugin
pipelineSpec:
Expand Down
10 changes: 10 additions & 0 deletions .tekton/gitops-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ spec:
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}}
- name: hermetic
value: "true"
- name: prefetch-input
value: '{"type": "gomod", "path": "."}'
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
- name: dockerfile
value: .konflux/Containerfile.plugin
pipelineSpec:
Expand Down

0 comments on commit c0841d6

Please sign in to comment.