Skip to content

Commit c0841d6

Browse files
committed
update konflux config
Signed-off-by: Mangaal <[email protected]>
1 parent 958fcdd commit c0841d6

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.tekton/gitops-backend-pull-request.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ spec:
2626
value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:on-pr-{{revision}}
2727
- name: image-expires-after
2828
value: 5d
29+
- name: hermetic
30+
value: "true"
31+
- name: prefetch-input
32+
value: '{"type": "gomod", "path": "."}'
33+
- name: build-platforms
34+
value:
35+
- linux/x86_64
36+
- linux/arm64
37+
- linux/ppc64le
38+
- linux/s390x
2939
- name: dockerfile
3040
value: .konflux/Containerfile.plugin
3141
pipelineSpec:

.tekton/gitops-backend-push.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ spec:
2323
value: '{{revision}}'
2424
- name: output-image
2525
value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/gitops-backend:{{revision}}
26+
- name: hermetic
27+
value: "true"
28+
- name: prefetch-input
29+
value: '{"type": "gomod", "path": "."}'
30+
- name: build-platforms
31+
value:
32+
- linux/x86_64
33+
- linux/arm64
34+
- linux/ppc64le
35+
- linux/s390x
2636
- name: dockerfile
2737
value: .konflux/Containerfile.plugin
2838
pipelineSpec:

0 commit comments

Comments
 (0)