Skip to content

Commit 6834983

Browse files
serverless-qeserverless-qe
andauthored
[release-1.38] Sync Konflux configurations (#4043)
Co-authored-by: serverless-qe <serverless-support@redhat.com>
1 parent e7707b7 commit 6834983

15 files changed

+41
-2
lines changed

.tekton/fbc-builder.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ spec:
3434
description: OPM output path
3535
name: opm-output-path
3636
type: string
37+
- default: ""
38+
description: Optional. Relative path to a file (e.g., catalog-template.yml) in
39+
which pullspecs should be updated before running opm.
40+
name: file-to-update-pullspec
41+
type: string
42+
- default: .tekton/images-mirror-set.yaml
43+
description: Optional, path for ImageDigestMirrorSet file. It defaults to '.tekton/images-mirror-set.yaml'.
44+
name: idms-path
45+
type: string
3746
- default: []
3847
description: Additional image tags
3948
name: additional-tags
@@ -111,14 +120,16 @@ spec:
111120
- $(params.opm-args[*])
112121
- name: OPM_OUTPUT_PATH
113122
value: $(params.opm-output-path)
123+
- name: FILE_TO_UPDATE_PULLSPEC
124+
value: $(params.file-to-update-pullspec)
125+
- name: IDMS_PATH
126+
value: $(params.idms-path)
114127
- name: SOURCE_ARTIFACT
115128
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
116129
- name: ociStorage
117130
value: $(params.output-image).opm
118131
- name: ociArtifactExpiresAfter
119132
value: $(params.image-expires-after)
120-
- name: IDMS_PATH
121-
value: ""
122133
runAfter:
123134
- clone-repository
124135
taskRef:

.tekton/serverless-index-138-fbc-416-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
- "olm-catalog/serverless-operator-index/v4.16/catalog-template.yaml"
5555
- name: opm-output-path
5656
value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml
57+
- name: file-to-update-pullspec
58+
value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml
5759
pipelineRef:
5860
name: fbc-builder
5961
taskRunTemplate:

.tekton/serverless-index-138-fbc-416-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ spec:
5353
- "olm-catalog/serverless-operator-index/v4.16/catalog-template.yaml"
5454
- name: opm-output-path
5555
value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml
56+
- name: file-to-update-pullspec
57+
value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml
5658
pipelineRef:
5759
name: fbc-builder
5860
taskRunTemplate:

.tekton/serverless-index-138-fbc-417-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ spec:
5555
- --migrate-level=bundle-object-to-csv-metadata
5656
- name: opm-output-path
5757
value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml
58+
- name: file-to-update-pullspec
59+
value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml
5860
pipelineRef:
5961
name: fbc-builder
6062
taskRunTemplate:

.tekton/serverless-index-138-fbc-417-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
- --migrate-level=bundle-object-to-csv-metadata
5555
- name: opm-output-path
5656
value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml
57+
- name: file-to-update-pullspec
58+
value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml
5759
pipelineRef:
5860
name: fbc-builder
5961
taskRunTemplate:

.tekton/serverless-index-138-fbc-418-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ spec:
5555
- --migrate-level=bundle-object-to-csv-metadata
5656
- name: opm-output-path
5757
value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml
58+
- name: file-to-update-pullspec
59+
value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml
5860
pipelineRef:
5961
name: fbc-builder
6062
taskRunTemplate:

.tekton/serverless-index-138-fbc-418-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
- --migrate-level=bundle-object-to-csv-metadata
5555
- name: opm-output-path
5656
value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml
57+
- name: file-to-update-pullspec
58+
value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml
5759
pipelineRef:
5860
name: fbc-builder
5961
taskRunTemplate:

.tekton/serverless-index-138-fbc-419-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ spec:
5555
- --migrate-level=bundle-object-to-csv-metadata
5656
- name: opm-output-path
5757
value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml
58+
- name: file-to-update-pullspec
59+
value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml
5860
pipelineRef:
5961
name: fbc-builder
6062
taskRunTemplate:

.tekton/serverless-index-138-fbc-419-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ spec:
5454
- --migrate-level=bundle-object-to-csv-metadata
5555
- name: opm-output-path
5656
value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml
57+
- name: file-to-update-pullspec
58+
value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml
5759
pipelineRef:
5860
name: fbc-builder
5961
taskRunTemplate:

.tekton/serverless-index-138-fbc-420-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ spec:
5555
- --migrate-level=bundle-object-to-csv-metadata
5656
- name: opm-output-path
5757
value: olm-catalog/serverless-operator-index/v4.20/catalog/serverless-operator/catalog.yaml
58+
- name: file-to-update-pullspec
59+
value: olm-catalog/serverless-operator-index/v4.20/catalog/serverless-operator/catalog.yaml
5860
pipelineRef:
5961
name: fbc-builder
6062
taskRunTemplate:

0 commit comments

Comments
 (0)