Skip to content

Commit de4685a

Browse files
Merge pull request #129 from openshift/konflux/component-updates/multiarch-tuning-operator-bundle-v1-x-component-update-multiarch-tuning-operator-v1-x
chore(deps): update multiarch-tuning-operator-v1-x to b76b45e
2 parents 8601980 + a1775c0 commit de4685a

5 files changed

Lines changed: 29 additions & 28 deletions

.tekton/multiarch-tuning-operator-bundle-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ spec:
4141
- name: build-source-image
4242
value: "true"
4343
pipelineRef:
44-
resolver: bundles
44+
resolver: git
4545
params:
46-
- name: name
47-
value: docker-build-oci-ta
48-
- name: bundle
49-
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-oci-ta@sha256:2fe7286c3274b98a7722633d5b82c5764f035c67198ae7451a5f057d7e0e3570
50-
- name: kind
51-
value: pipeline
46+
- name: url
47+
value: https://github.com/openshift/multiarch-tuning-operator.git
48+
- name: revision
49+
value: main
50+
- name: pathInRepo
51+
value: .tekton/single-arch-build-pipeline.yaml
5252
taskRunTemplate:
5353
serviceAccountName: build-pipeline-multiarch-tuning-operator-bundle-v1-x
5454
workspaces:

.tekton/multiarch-tuning-operator-bundle-push.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ spec:
3838
- name: build-source-image
3939
value: "true"
4040
pipelineRef:
41-
resolver: bundles
41+
resolver: git
4242
params:
43-
- name: name
44-
value: docker-build-oci-ta
45-
- name: bundle
46-
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-oci-ta@sha256:2fe7286c3274b98a7722633d5b82c5764f035c67198ae7451a5f057d7e0e3570
47-
value: pipeline
43+
- name: url
44+
value: https://github.com/openshift/multiarch-tuning-operator.git
45+
- name: revision
46+
value: main
47+
- name: pathInRepo
48+
value: .tekton/single-arch-build-pipeline.yaml
4849
taskRunTemplate:
4950
serviceAccountName: build-pipeline-multiarch-tuning-operator-bundle-v1-x
5051
workspaces:

.tekton/multiarch-tuning-operator-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ spec:
4444
- name: build-source-image
4545
value: "true"
4646
pipelineRef:
47-
resolver: bundles
47+
resolver: git
4848
params:
49-
- name: name
50-
value: docker-build-multi-platform-oci-ta
51-
- name: bundle
52-
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta@sha256:7b3134db46d0eb4401e6b20c63049139922e42e79306b32bd1502c09ffecb92d
53-
- name: kind
54-
value: pipeline
49+
- name: url
50+
value: https://github.com/openshift/multiarch-tuning-operator.git
51+
- name: revision
52+
value: main
53+
- name: pathInRepo
54+
value: .tekton/multi-arch-build-pipeline.yaml
5555
taskRunTemplate:
5656
serviceAccountName: build-pipeline-multiarch-tuning-operator-v1-x
5757
workspaces:

.tekton/multiarch-tuning-operator-push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ spec:
4040
- name: build-source-image
4141
value: "true"
4242
pipelineRef:
43-
resolver: bundles
43+
resolver: git
4444
params:
45-
- name: name
46-
value: docker-build-multi-platform-oci-ta
47-
- name: bundle
48-
value: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build-multi-platform-oci-ta@sha256:7b3134db46d0eb4401e6b20c63049139922e42e79306b32bd1502c09ffecb92d
49-
- name: kind
50-
value: pipeline
45+
- name: url
46+
value: https://github.com/openshift/multiarch-tuning-operator.git
47+
- name: revision
48+
value: main
49+
- name: pathInRepo
50+
value: .tekton/multi-arch-build-pipeline.yaml
5151
taskRunTemplate:
5252
serviceAccountName: build-pipeline-multiarch-tuning-operator-v1-x
5353
workspaces:

bundle.konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as builder
2-
ARG IMG=registry.redhat.io/multiarch-tuning/multiarch-tuning-rhel9-operator@sha256:e17ed141cb3ec0a6c6b87bab5164f5657607d12d7b205a5d451e08f795a34e08
2+
ARG IMG=registry.redhat.io/multiarch-tuning/multiarch-tuning-rhel9-operator@sha256:b76b45ee6e1dd0412455121bb414a44c092549cc9b9730cabe979f76c2260661
33
ARG ORIGINAL_IMG=registry.ci.openshift.org/origin/multiarch-tuning-operator:v1.x
44
WORKDIR /code
55
COPY ./ ./

0 commit comments

Comments
 (0)