Skip to content

Commit 993330b

Browse files
chore(deps): update konflux references to abf231c
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 4deb881 commit 993330b

4 files changed

+40
-46
lines changed

.tekton/secondary-scheduler-operator-4-13-pull-request.yaml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
12-
&& target_branch == "release-4.13"
13-
&& (
14-
".tekton/secondary-scheduler-operator-4-13-pull-request.yaml".pathChanged()
15-
|| "cmd/***".pathChanged()
16-
|| "deploy/***".pathChanged()
17-
|| "pkg/***".pathChanged()
18-
|| "vendor/***".pathChanged()
19-
|| "Dockerfile".pathChanged()
20-
|| "go.mod".pathChanged()
21-
|| "go.sum".pathChanged()
22-
|| "Makefile".pathChanged()
23-
)
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-4.13" && ( ".tekton/secondary-scheduler-operator-4-13-pull-request.yaml".pathChanged() || "cmd/***".pathChanged() || "deploy/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "go.mod".pathChanged() || "go.sum".pathChanged() || "Makefile".pathChanged() )
2412
creationTimestamp:
2513
labels:
2614
appstudio.openshift.io/application: secondary-scheduler-operator-4-13
@@ -126,6 +114,10 @@ spec:
126114
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
127115
name: build-platforms
128116
type: array
117+
- name: buildah-format
118+
default: docker
119+
type: string
120+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
129121
results:
130122
- description: ""
131123
name: IMAGE_URL
@@ -153,7 +145,7 @@ spec:
153145
- name: name
154146
value: init
155147
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
148+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
157149
- name: kind
158150
value: task
159151
resolver: bundles
@@ -246,6 +238,8 @@ spec:
246238
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
247239
- name: IMAGE_APPEND_PLATFORM
248240
value: "true"
241+
- name: BUILDAH_FORMAT
242+
value: $(params.buildah-format)
249243
runAfter:
250244
- prefetch-dependencies
251245
taskRef:
@@ -275,6 +269,8 @@ spec:
275269
- name: IMAGES
276270
value:
277271
- $(tasks.build-images.results.IMAGE_REF[*])
272+
- name: BUILDAH_FORMAT
273+
value: $(params.buildah-format)
278274
runAfter:
279275
- build-images
280276
taskRef:

.tekton/secondary-scheduler-operator-4-13-push.yaml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push"
11-
&& target_branch == "release-4.13"
12-
&& (
13-
".tekton/secondary-scheduler-operator-4-13-push.yaml".pathChanged()
14-
|| "cmd/***".pathChanged()
15-
|| "deploy/***".pathChanged()
16-
|| "pkg/***".pathChanged()
17-
|| "vendor/***".pathChanged()
18-
|| "Dockerfile".pathChanged()
19-
|| "go.mod".pathChanged()
20-
|| "go.sum".pathChanged()
21-
|| "Makefile".pathChanged()
22-
)
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-4.13" && ( ".tekton/secondary-scheduler-operator-4-13-push.yaml".pathChanged() || "cmd/***".pathChanged() || "deploy/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "go.mod".pathChanged() || "go.sum".pathChanged() || "Makefile".pathChanged() )
2311
creationTimestamp:
2412
labels:
2513
appstudio.openshift.io/application: secondary-scheduler-operator-4-13
@@ -123,6 +111,10 @@ spec:
123111
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
124112
name: build-platforms
125113
type: array
114+
- name: buildah-format
115+
default: docker
116+
type: string
117+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
126118
results:
127119
- description: ""
128120
name: IMAGE_URL
@@ -150,7 +142,7 @@ spec:
150142
- name: name
151143
value: init
152144
- name: bundle
153-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
145+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
154146
- name: kind
155147
value: task
156148
resolver: bundles
@@ -243,6 +235,8 @@ spec:
243235
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
244236
- name: IMAGE_APPEND_PLATFORM
245237
value: "true"
238+
- name: BUILDAH_FORMAT
239+
value: $(params.buildah-format)
246240
runAfter:
247241
- prefetch-dependencies
248242
taskRef:
@@ -272,6 +266,8 @@ spec:
272266
- name: IMAGES
273267
value:
274268
- $(tasks.build-images.results.IMAGE_REF[*])
269+
- name: BUILDAH_FORMAT
270+
value: $(params.buildah-format)
275271
runAfter:
276272
- build-images
277273
taskRef:

.tekton/secondary-scheduler-operator-bundle-4-13-pull-request.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
12-
&& target_branch == "release-4.13"
13-
&& (
14-
".tekton/secondary-scheduler-operator-bundle-4-13-pull-request.yaml".pathChanged()
15-
|| "metadata/***".pathChanged()
16-
|| "manifests/***".pathChanged()
17-
|| "bundle.Dockerfile".pathChanged()
18-
)
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-4.13" && ( ".tekton/secondary-scheduler-operator-bundle-4-13-pull-request.yaml".pathChanged() || "metadata/***".pathChanged() || "manifests/***".pathChanged() || "bundle.Dockerfile".pathChanged() )
1912
creationTimestamp:
2013
labels:
2114
appstudio.openshift.io/application: secondary-scheduler-operator-4-13
@@ -113,6 +106,10 @@ spec:
113106
description: Whether to enable privileged mode, should be used only with remote VMs
114107
name: privileged-nested
115108
type: string
109+
- name: buildah-format
110+
default: docker
111+
type: string
112+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
116113
results:
117114
- description: ""
118115
name: IMAGE_URL
@@ -140,7 +137,7 @@ spec:
140137
- name: name
141138
value: init
142139
- name: bundle
143-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
140+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
144141
- name: kind
145142
value: task
146143
resolver: bundles
@@ -226,6 +223,8 @@ spec:
226223
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
227224
- name: CACHI2_ARTIFACT
228225
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
226+
- name: BUILDAH_FORMAT
227+
value: $(params.buildah-format)
229228
runAfter:
230229
- prefetch-dependencies
231230
taskRef:
@@ -255,6 +254,8 @@ spec:
255254
- name: IMAGES
256255
value:
257256
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
257+
- name: BUILDAH_FORMAT
258+
value: $(params.buildah-format)
258259
runAfter:
259260
- build-container
260261
taskRef:

.tekton/secondary-scheduler-operator-bundle-4-13-push.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push"
11-
&& target_branch == "release-4.13"
12-
&& (
13-
".tekton/secondary-scheduler-operator-bundle-4-13-push.yaml".pathChanged()
14-
|| "metadata/***".pathChanged()
15-
|| "manifests/***".pathChanged()
16-
|| "bundle.Dockerfile".pathChanged()
17-
)
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-4.13" && ( ".tekton/secondary-scheduler-operator-bundle-4-13-push.yaml".pathChanged() || "metadata/***".pathChanged() || "manifests/***".pathChanged() || "bundle.Dockerfile".pathChanged() )
1811
creationTimestamp:
1912
labels:
2013
appstudio.openshift.io/application: secondary-scheduler-operator-4-13
@@ -110,6 +103,10 @@ spec:
110103
description: Whether to enable privileged mode, should be used only with remote VMs
111104
name: privileged-nested
112105
type: string
106+
- name: buildah-format
107+
default: docker
108+
type: string
109+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
113110
results:
114111
- description: ""
115112
name: IMAGE_URL
@@ -137,7 +134,7 @@ spec:
137134
- name: name
138135
value: init
139136
- name: bundle
140-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ec962d0be18f36ca7d331c99bf243800f569fc0a2ea6f8c8c3d3a574b71c44dc
137+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:abf231cfc5a68b56f68a8ac9bb26dca3c3e434c88dd9627c72bdec0b8c335c67
141138
- name: kind
142139
value: task
143140
resolver: bundles
@@ -223,6 +220,8 @@ spec:
223220
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
224221
- name: CACHI2_ARTIFACT
225222
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
223+
- name: BUILDAH_FORMAT
224+
value: $(params.buildah-format)
226225
runAfter:
227226
- prefetch-dependencies
228227
taskRef:
@@ -252,6 +251,8 @@ spec:
252251
- name: IMAGES
253252
value:
254253
- $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
254+
- name: BUILDAH_FORMAT
255+
value: $(params.buildah-format)
255256
runAfter:
256257
- build-container
257258
taskRef:

0 commit comments

Comments
 (0)