Skip to content

Commit d186639

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

2 files changed

Lines changed: 89 additions & 93 deletions

File tree

.tekton/registry-viewer-main-pull-request.yaml

Lines changed: 44 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ 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/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "main"
12-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: devfile-registry-main
1514
appstudio.openshift.io/component: registry-viewer-main
@@ -56,70 +55,67 @@ spec:
5655
- description: Source Repository URL
5756
name: git-url
5857
type: string
59-
- default: ""
58+
- default: ''
6059
description: Revision of the Source Repository
6160
name: revision
6261
type: string
6362
- description: Fully Qualified Output Image
6463
name: output-image
6564
type: string
6665
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
66+
description: Path to the source code of an application's component from where to build image.
6967
name: path-context
7068
type: string
7169
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
70+
description: Path to the Dockerfile inside the context specified by parameter path-context
7471
name: dockerfile
7572
type: string
76-
- default: "false"
73+
- default: 'false'
7774
description: Force rebuild image
7875
name: rebuild
7976
type: string
80-
- default: "false"
77+
- default: 'false'
8178
description: Skip checks against built image
8279
name: skip-checks
8380
type: string
84-
- default: "false"
81+
- default: 'false'
8582
description: Execute the build with network isolation
8683
name: hermetic
8784
type: string
88-
- default: ""
85+
- default: ''
8986
description: Build dependencies to be prefetched by Cachi2
9087
name: prefetch-input
9188
type: string
92-
- default: ""
93-
description: Image tag expiration time, time values could be something like
94-
1h, 2d, 3w for hours, days, and weeks, respectively.
89+
- default: ''
90+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9591
name: image-expires-after
96-
- default: "false"
92+
- default: 'false'
9793
description: Build a source image.
9894
name: build-source-image
9995
type: string
100-
- default: "false"
96+
- default: 'false'
10197
description: Add built image into an OCI image index
10298
name: build-image-index
10399
type: string
104100
- default: []
105101
description: Array of --build-arg values ("arg=value" strings) for buildah
106102
name: build-args
107103
type: array
108-
- default: ""
104+
- default: ''
109105
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
110106
name: build-args-file
111107
type: string
112108
results:
113-
- description: ""
109+
- description: ''
114110
name: IMAGE_URL
115111
value: $(tasks.build-image-index.results.IMAGE_URL)
116-
- description: ""
112+
- description: ''
117113
name: IMAGE_DIGEST
118114
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
119-
- description: ""
115+
- description: ''
120116
name: CHAINS-GIT_URL
121117
value: $(tasks.clone-repository.results.url)
122-
- description: ""
118+
- description: ''
123119
name: CHAINS-GIT_COMMIT
124120
value: $(tasks.clone-repository.results.commit)
125121
tasks:
@@ -157,15 +153,15 @@ spec:
157153
- name: name
158154
value: git-clone-oci-ta
159155
- name: bundle
160-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8ecf57d5a6697ce709bee65b62781efe79a10b0c2b95e05576442b67fbd61744
156+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
161157
- name: kind
162158
value: task
163159
resolver: bundles
164160
when:
165161
- input: $(tasks.init.results.build)
166162
operator: in
167163
values:
168-
- "true"
164+
- 'true'
169165
workspaces:
170166
- name: basic-auth
171167
workspace: git-auth
@@ -186,7 +182,7 @@ spec:
186182
- name: name
187183
value: prefetch-dependencies-oci-ta
188184
- name: bundle
189-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:1f6e2c9beba52d21c562ba1dea55f579f67e33b80099615bfd2043864896284d
185+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
190186
- name: kind
191187
value: task
192188
resolver: bundles
@@ -235,7 +231,7 @@ spec:
235231
- input: $(tasks.init.results.build)
236232
operator: in
237233
values:
238-
- "true"
234+
- 'true'
239235
- name: build-image-index
240236
params:
241237
- name: IMAGE
@@ -256,15 +252,15 @@ spec:
256252
- name: name
257253
value: build-image-index
258254
- name: bundle
259-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
255+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:fc55208a5967b42e1bec89f0ffed26fc4f18db92df2a4885a7d2b4d5cfd603e0
260256
- name: kind
261257
value: task
262258
resolver: bundles
263259
when:
264260
- input: $(tasks.init.results.build)
265261
operator: in
266262
values:
267-
- "true"
263+
- 'true'
268264
- name: build-source-image
269265
params:
270266
- name: BINARY_IMAGE
@@ -288,11 +284,11 @@ spec:
288284
- input: $(tasks.init.results.build)
289285
operator: in
290286
values:
291-
- "true"
287+
- 'true'
292288
- input: $(params.build-source-image)
293289
operator: in
294290
values:
295-
- "true"
291+
- 'true'
296292
- name: deprecated-base-image-check
297293
params:
298294
- name: IMAGE_URL
@@ -314,7 +310,7 @@ spec:
314310
- input: $(params.skip-checks)
315311
operator: in
316312
values:
317-
- "false"
313+
- 'false'
318314
- name: clair-scan
319315
params:
320316
- name: image-digest
@@ -336,7 +332,7 @@ spec:
336332
- input: $(params.skip-checks)
337333
operator: in
338334
values:
339-
- "false"
335+
- 'false'
340336
- name: ecosystem-cert-preflight-checks
341337
params:
342338
- name: image-url
@@ -348,15 +344,15 @@ spec:
348344
- name: name
349345
value: ecosystem-cert-preflight-checks
350346
- name: bundle
351-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:302828e9d7abc72b8a44fb2b9be068f86c982d8e5f4550b8bf654571d6361ee8
347+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:8a2d3ce9205df1f59f410529cb38134336e0a4b06ee1187b3229f26c80ecc5ba
352348
- name: kind
353349
value: task
354350
resolver: bundles
355351
when:
356352
- input: $(params.skip-checks)
357353
operator: in
358354
values:
359-
- "false"
355+
- 'false'
360356
- name: sast-snyk-check
361357
params:
362358
- name: image-digest
@@ -382,7 +378,7 @@ spec:
382378
- input: $(params.skip-checks)
383379
operator: in
384380
values:
385-
- "false"
381+
- 'false'
386382
- name: sast-shell-check
387383
params:
388384
- name: image-digest
@@ -400,15 +396,15 @@ spec:
400396
- name: name
401397
value: sast-shell-check-oci-ta
402398
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:a7766190229785bc5db9c62af92d46a83ea580a111b4b64a4e27f6caecae9489
399+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
404400
- name: kind
405401
value: task
406402
resolver: bundles
407403
when:
408404
- input: $(params.skip-checks)
409405
operator: in
410406
values:
411-
- "false"
407+
- 'false'
412408
- name: sast-unicode-check
413409
params:
414410
- name: image-url
@@ -432,7 +428,7 @@ spec:
432428
- input: $(params.skip-checks)
433429
operator: in
434430
values:
435-
- "false"
431+
- 'false'
436432
- name: clamav-scan
437433
params:
438434
- name: image-digest
@@ -454,7 +450,7 @@ spec:
454450
- input: $(params.skip-checks)
455451
operator: in
456452
values:
457-
- "false"
453+
- 'false'
458454
- name: sast-coverity-check
459455
params:
460456
- name: image-digest
@@ -499,7 +495,7 @@ spec:
499495
- input: $(params.skip-checks)
500496
operator: in
501497
values:
502-
- "false"
498+
- 'false'
503499
- input: $(tasks.coverity-availability-check.results.STATUS)
504500
operator: in
505501
values:
@@ -520,19 +516,21 @@ spec:
520516
- input: $(params.skip-checks)
521517
operator: in
522518
values:
523-
- "false"
519+
- 'false'
524520
- name: apply-tags
525521
params:
526-
- name: IMAGE
522+
- name: IMAGE_URL
527523
value: $(tasks.build-image-index.results.IMAGE_URL)
524+
- name: IMAGE_DIGEST
525+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
528526
runAfter:
529527
- build-image-index
530528
taskRef:
531529
params:
532530
- name: name
533531
value: apply-tags
534532
- name: bundle
535-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:1c6f673fe100a49f58aaef62580c8adf0c397790964f4e7bac7fcd3f4d07c92e
533+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
536534
- name: kind
537535
value: task
538536
resolver: bundles
@@ -572,15 +570,15 @@ spec:
572570
- name: name
573571
value: rpms-signature-scan
574572
- name: bundle
575-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:80a4562d5f86eb6812f00d4e30e94c1ad27ec937735dc29f5a63e9335676b3dc
573+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
576574
- name: kind
577575
value: task
578576
resolver: bundles
579577
when:
580578
- input: $(params.skip-checks)
581579
operator: in
582580
values:
583-
- "false"
581+
- 'false'
584582
workspaces:
585583
- name: git-auth
586584
optional: true

0 commit comments

Comments
 (0)