Skip to content

Commit 0432254

Browse files
authored
fix: adding lvm operator bundle replication to quay (openshift#58882)
1 parent 0bee590 commit 0432254

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ operator:
7272
with: pipeline:lvm-operator
7373
promotion:
7474
to:
75-
- excluded_images:
75+
- additional_images:
76+
lvm-operator-bundle: lvm-operator-bundle
77+
excluded_images:
7678
- lvms-pre-commit
7779
namespace: lvms
7880
tag: latest

ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-postsubmits.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ postsubmits:
2222
- --promote
2323
- --report-credentials-file=/etc/report/credentials
2424
- --target=[images]
25+
- --target=lvm-operator-bundle
2526
command:
2627
- ci-operator
2728
image: ci-operator:latest

ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-presubmits.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ presubmits:
299299
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
300300
- --report-credentials-file=/etc/report/credentials
301301
- --target=[images]
302+
- --target=lvm-operator-bundle
302303
command:
303304
- ci-operator
304305
image: ci-operator:latest
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
registry.ci.openshift.org/lvms/lvm-operator:* quay.io/lvms_dev/lvms-operator
2-
registry.ci.openshift.org/lvms/lvms-must-gather:* quay.io/lvms_dev/lvms-must-gather
2+
registry.ci.openshift.org/lvms/lvms-must-gather:* quay.io/lvms_dev/lvms-must-gather
3+
registry.ci.openshift.org/lvms/lvm-operator-bundle:* quay.io/lvms_dev/lvms-operator-bundle

0 commit comments

Comments
 (0)