Skip to content

Commit 336d156

Browse files
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 07e7e7b commit 336d156

File tree

2 files changed

+84
-91
lines changed

2 files changed

+84
-91
lines changed

.tekton/kube-descheduler-operator-fbc-4-16-pull-request.yaml

Lines changed: 42 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9-
pipelinesascode.tekton.dev/cancel-in-progress: "true"
10-
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "fbc-4.16" && ( "v4.16/***".pathChanged() || ".tekton/kube-descheduler-operator-fbc-4-16-pull-request.yaml".pathChanged()
13-
)
14-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
10+
pipelinesascode.tekton.dev/max-keep-runs: '3'
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "fbc-4.16" && ( "v4.16/***".pathChanged() || ".tekton/kube-descheduler-operator-fbc-4-16-pull-request.yaml".pathChanged() )
12+
creationTimestamp:
1513
labels:
1614
appstudio.openshift.io/application: kube-descheduler-operator-fbc-4-16
1715
appstudio.openshift.io/component: kube-descheduler-operator-fbc-4-16
@@ -54,64 +52,61 @@ spec:
5452
- name: name
5553
value: show-sbom
5654
- name: bundle
57-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
55+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
5856
- name: kind
5957
value: task
6058
resolver: bundles
6159
params:
6260
- description: Source Repository URL
6361
name: git-url
6462
type: string
65-
- default: ""
63+
- default: ''
6664
description: Revision of the Source Repository
6765
name: revision
6866
type: string
6967
- description: Fully Qualified Output Image
7068
name: output-image
7169
type: string
7270
- default: .
73-
description: Path to the source code of an application's component from where
74-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7572
name: path-context
7673
type: string
7774
- default: Dockerfile
78-
description: Path to the Dockerfile inside the context specified by parameter
79-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
8076
name: dockerfile
8177
type: string
82-
- default: "false"
78+
- default: 'false'
8379
description: Force rebuild image
8480
name: rebuild
8581
type: string
86-
- default: "false"
82+
- default: 'false'
8783
description: Skip checks against built image
8884
name: skip-checks
8985
type: string
90-
- default: "true"
86+
- default: 'true'
9187
description: Execute the build with network isolation
9288
name: hermetic
9389
type: string
94-
- default: ""
90+
- default: ''
9591
description: Build dependencies to be prefetched by Cachi2
9692
name: prefetch-input
9793
type: string
98-
- default: ""
99-
description: Image tag expiration time, time values could be something like
100-
1h, 2d, 3w for hours, days, and weeks, respectively.
94+
- default: ''
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10196
name: image-expires-after
102-
- default: "true"
97+
- default: 'true'
10398
description: Build a source image.
10499
name: build-source-image
105100
type: string
106-
- default: "true"
101+
- default: 'true'
107102
description: Add built image into an OCI image index
108103
name: build-image-index
109104
type: string
110105
- default: []
111106
description: Array of --build-arg values ("arg=value" strings) for buildah
112107
name: build-args
113108
type: array
114-
- default: ""
109+
- default: ''
115110
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
116111
name: build-args-file
117112
type: string
@@ -120,21 +115,20 @@ spec:
120115
- linux/arm64
121116
- linux/ppc64le
122117
- linux/s390x
123-
description: List of platforms to build the container images on. The available
124-
set of values is determined by the configuration of the multi-platform-controller.
118+
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.
125119
name: build-platforms
126120
type: array
127121
results:
128-
- description: ""
122+
- description: ''
129123
name: IMAGE_URL
130124
value: $(tasks.build-image-index.results.IMAGE_URL)
131-
- description: ""
125+
- description: ''
132126
name: IMAGE_DIGEST
133127
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
134-
- description: ""
128+
- description: ''
135129
name: CHAINS-GIT_URL
136130
value: $(tasks.clone-repository.results.url)
137-
- description: ""
131+
- description: ''
138132
name: CHAINS-GIT_COMMIT
139133
value: $(tasks.clone-repository.results.commit)
140134
tasks:
@@ -172,15 +166,15 @@ spec:
172166
- name: name
173167
value: git-clone-oci-ta
174168
- name: bundle
175-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
169+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
176170
- name: kind
177171
value: task
178172
resolver: bundles
179173
when:
180174
- input: $(tasks.init.results.build)
181175
operator: in
182176
values:
183-
- "true"
177+
- 'true'
184178
workspaces:
185179
- name: basic-auth
186180
workspace: git-auth
@@ -201,7 +195,7 @@ spec:
201195
- name: name
202196
value: prefetch-dependencies-oci-ta
203197
- name: bundle
204-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
198+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
205199
- name: kind
206200
value: task
207201
resolver: bundles
@@ -241,23 +235,23 @@ spec:
241235
- name: CACHI2_ARTIFACT
242236
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
243237
- name: IMAGE_APPEND_PLATFORM
244-
value: "true"
238+
value: 'true'
245239
runAfter:
246240
- clone-repository
247241
taskRef:
248242
params:
249243
- name: name
250244
value: buildah-remote-oci-ta
251245
- name: bundle
252-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:cfeeef2f4ab25b121afdf44eecc394ed67f3534a1bd14bef9e7beef2ee654b8e
246+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:ae87472f60dbbf71e4980cd478c92740c145fd9e44acbb9b164a21f1bcd61aa3
253247
- name: kind
254248
value: task
255249
resolver: bundles
256250
when:
257251
- input: $(tasks.init.results.build)
258252
operator: in
259253
values:
260-
- "true"
254+
- 'true'
261255
- name: build-image-index
262256
params:
263257
- name: IMAGE
@@ -278,15 +272,15 @@ spec:
278272
- name: name
279273
value: build-image-index
280274
- name: bundle
281-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
275+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
282276
- name: kind
283277
value: task
284278
resolver: bundles
285279
when:
286280
- input: $(tasks.init.results.build)
287281
operator: in
288282
values:
289-
- "true"
283+
- 'true'
290284
- name: deprecated-base-image-check
291285
params:
292286
- name: IMAGE_URL
@@ -300,27 +294,29 @@ spec:
300294
- name: name
301295
value: deprecated-image-check
302296
- name: bundle
303-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
297+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
304298
- name: kind
305299
value: task
306300
resolver: bundles
307301
when:
308302
- input: $(params.skip-checks)
309303
operator: in
310304
values:
311-
- "false"
305+
- 'false'
312306
- name: apply-tags
313307
params:
314-
- name: IMAGE
308+
- name: IMAGE_URL
315309
value: $(tasks.build-image-index.results.IMAGE_URL)
310+
- name: IMAGE_DIGEST
311+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
316312
runAfter:
317313
- build-image-index
318314
taskRef:
319315
params:
320316
- name: name
321317
value: apply-tags
322318
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
319+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
324320
- name: kind
325321
value: task
326322
resolver: bundles
@@ -337,15 +333,15 @@ spec:
337333
- name: name
338334
value: validate-fbc
339335
- name: bundle
340-
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.1@sha256:30a5df9773eb9cab3efd808206370761302d4dc59dc5aa14e56b571c7daf9ee9
336+
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.1@sha256:cf1e41bc38f6e7ae7094b2a2501eedca374f7e1d8a4c49a2fd027c2a6277e1c0
341337
- name: kind
342338
value: task
343339
resolver: bundles
344340
when:
345341
- input: $(params.skip-checks)
346342
operator: in
347343
values:
348-
- "false"
344+
- 'false'
349345
- name: fbc-target-index-pruning-check
350346
params:
351347
- name: IMAGE_URL
@@ -363,15 +359,15 @@ spec:
363359
- name: name
364360
value: fbc-target-index-pruning-check
365361
- name: bundle
366-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check:0.1@sha256:016d0fa117dd2aa36420ebe74f938dda6cacb28d193d71775f6141dbab976cc6
362+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check:0.1@sha256:8c248084b0329fbde6f0acbaf2f0f9f78e2f45ec02e5dcdfdf674e6e98594254
367363
- name: kind
368364
value: task
369365
resolver: bundles
370366
when:
371367
- input: $(params.skip-checks)
372368
operator: in
373369
values:
374-
- "false"
370+
- 'false'
375371
- name: fbc-fips-check-oci-ta
376372
params:
377373
- name: image-digest
@@ -387,15 +383,15 @@ spec:
387383
- name: name
388384
value: fbc-fips-check-oci-ta
389385
- name: bundle
390-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:5613aa2052e1a7e1e46941a763b1fc487ff88b7d09fc29b9a5191c46174f89f0
386+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:58ec48ff55d3590cad7a1f8d142498581ac1b717ac4722621bed971997b56e06
391387
- name: kind
392388
value: task
393389
resolver: bundles
394390
when:
395391
- input: $(params.skip-checks)
396392
operator: in
397393
values:
398-
- "false"
394+
- 'false'
399395
workspaces:
400396
- name: git-auth
401397
optional: true

0 commit comments

Comments
 (0)