Skip to content

Commit 8f3c867

Browse files
openshift-pipelines-botpramodbindal
openshift-pipelines-bot
authored andcommitted
[bot:main] update konflux configuration
1 parent c3d3de5 commit 8f3c867

4 files changed

+12
-2
lines changed

Diff for: .tekton/operator-main-bundle-push.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ spec:
3535
- name: build-platforms
3636
value:
3737
- linux/x86_64
38-
- name: build-image-index
39-
value: false
4038
- name: prefetch-input
4139
value: |
4240
{"type": "rpm", "path": ".konflux/rpms"}

Diff for: .tekton/operator-main-operator-push.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ spec:
3232
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/main/operator-operator-rhel9:{{revision}}
3333
- name: dockerfile
3434
value: .konflux/dockerfiles/operator.Dockerfile
35+
- name: build-platforms
36+
value:
37+
- linux/x86_64
38+
- linux-m2xlarge/arm64
3539
- name: prefetch-input
3640
value: |
3741
{"type": "rpm", "path": ".konflux/rpms"}

Diff for: .tekton/operator-main-proxy-push.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ spec:
3232
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/main/operator-proxy-rhel9:{{revision}}
3333
- name: dockerfile
3434
value: .konflux/dockerfiles/proxy.Dockerfile
35+
- name: build-platforms
36+
value:
37+
- linux/x86_64
38+
- linux-m2xlarge/arm64
3539
- name: prefetch-input
3640
value: |
3741
{"type": "rpm", "path": ".konflux/rpms"}

Diff for: .tekton/operator-main-webhook-push.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ spec:
3232
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/main/operator-webhook-rhel9:{{revision}}
3333
- name: dockerfile
3434
value: .konflux/dockerfiles/webhook.Dockerfile
35+
- name: build-platforms
36+
value:
37+
- linux/x86_64
38+
- linux-m2xlarge/arm64
3539
- name: prefetch-input
3640
value: |
3741
{"type": "rpm", "path": ".konflux/rpms"}

0 commit comments

Comments
 (0)