Skip to content

Commit 0005c69

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b0b8757 commit 0005c69

File tree

2 files changed

+38
-109
lines changed

2 files changed

+38
-109
lines changed

.tekton/resultsdb-pull-request.yaml

Lines changed: 19 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ 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" && target_branch
12-
== "develop"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "develop"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: gating
1615
appstudio.openshift.io/component: resultsdb
@@ -47,19 +46,13 @@ spec:
4746
name: output-image
4847
type: string
4948
- default: .
50-
description: Path to the source code of an application's component from where
51-
to build image.
49+
description: Path to the source code of an application's component from where to build image.
5250
name: path-context
5351
type: string
5452
- default: Dockerfile
55-
description: Path to the Dockerfile inside the context specified by parameter
56-
path-context
53+
description: Path to the Dockerfile inside the context specified by parameter path-context
5754
name: dockerfile
5855
type: string
59-
- default: "false"
60-
description: Force rebuild image
61-
name: rebuild
62-
type: string
6356
- default: "false"
6457
description: Skip checks against built image
6558
name: skip-checks
@@ -73,8 +66,7 @@ spec:
7366
name: prefetch-input
7467
type: string
7568
- default: ""
76-
description: Image tag expiration time, time values could be something like
77-
1h, 2d, 3w for hours, days, and weeks, respectively.
69+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7870
name: image-expires-after
7971
type: string
8072
- default: "false"
@@ -86,8 +78,7 @@ spec:
8678
name: build-image-index
8779
type: string
8880
- default: docker
89-
description: The format for the resulting image's mediaType. Valid values are
90-
oci or docker.
81+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9182
name: buildah-format
9283
type: string
9384
- default: []
@@ -99,8 +90,7 @@ spec:
9990
name: build-args-file
10091
type: string
10192
- default: "false"
102-
description: Whether to enable privileged mode, should be used only with remote
103-
VMs
93+
description: Whether to enable privileged mode, should be used only with remote VMs
10494
name: privileged-nested
10595
type: string
10696
- name: enable-cache-proxy
@@ -123,20 +113,14 @@ spec:
123113
tasks:
124114
- name: init
125115
params:
126-
- name: image-url
127-
value: $(params.output-image)
128-
- name: rebuild
129-
value: $(params.rebuild)
130-
- name: skip-checks
131-
value: $(params.skip-checks)
132116
- name: enable-cache-proxy
133117
value: $(params.enable-cache-proxy)
134118
taskRef:
135119
params:
136120
- name: name
137121
value: init
138122
- name: bundle
139-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82
123+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
140124
- name: kind
141125
value: task
142126
resolver: bundles
@@ -161,11 +145,6 @@ spec:
161145
- name: kind
162146
value: task
163147
resolver: bundles
164-
when:
165-
- input: $(tasks.init.results.build)
166-
operator: in
167-
values:
168-
- "true"
169148
workspaces:
170149
- name: basic-auth
171150
workspace: git-auth
@@ -239,15 +218,10 @@ spec:
239218
- name: name
240219
value: buildah-oci-ta
241220
- name: bundle
242-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:8a984185d22d3180ecd575dbf6b6a63edb1b3ec754be0b8e5e4247a9eae9112b
221+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:ba9564699ca5dc84abb1307bda07ecf42058e4a153b3f1d4fd0d2e511d42a44d
243222
- name: kind
244223
value: task
245224
resolver: bundles
246-
when:
247-
- input: $(tasks.init.results.build)
248-
operator: in
249-
values:
250-
- "true"
251225
- name: build-image-index
252226
params:
253227
- name: IMAGE
@@ -270,15 +244,10 @@ spec:
270244
- name: name
271245
value: build-image-index
272246
- name: bundle
273-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
247+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
274248
- name: kind
275249
value: task
276250
resolver: bundles
277-
when:
278-
- input: $(tasks.init.results.build)
279-
operator: in
280-
values:
281-
- "true"
282251
- name: build-source-image
283252
params:
284253
- name: BINARY_IMAGE
@@ -301,10 +270,6 @@ spec:
301270
value: task
302271
resolver: bundles
303272
when:
304-
- input: $(tasks.init.results.build)
305-
operator: in
306-
values:
307-
- "true"
308273
- input: $(params.build-source-image)
309274
operator: in
310275
values:
@@ -344,7 +309,7 @@ spec:
344309
- name: name
345310
value: clair-scan
346311
- name: bundle
347-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:dadfea7633d82e4303ba73d5e9c7e2bc16834bde0fd7688880453b26452067eb
312+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:3ff4d1c3c503454c6b7f072e225df43656fb415a5d2a658ab6ce279c0dc128aa
348313
- name: kind
349314
value: task
350315
resolver: bundles
@@ -364,7 +329,7 @@ spec:
364329
- name: name
365330
value: ecosystem-cert-preflight-checks
366331
- name: bundle
367-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:204fd3914d83c7b60e8eee72b5a944337720c79a3e660e7c994435456dcf7175
332+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
368333
- name: kind
369334
value: task
370335
resolver: bundles
@@ -390,7 +355,7 @@ spec:
390355
- name: name
391356
value: sast-snyk-check-oci-ta
392357
- name: bundle
393-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:a70272ae12f6d7f0da2902158e1bcee756877aa8f71fd1a22ef9afd8b177fb41
358+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
394359
- name: kind
395360
value: task
396361
resolver: bundles
@@ -412,7 +377,7 @@ spec:
412377
- name: name
413378
value: clamav-scan
414379
- name: bundle
415-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:76efc0119a10bc8a420dbbb0cdab9ef8eafd263f6827498d2b644e450e93f446
380+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:4f5ccf2324ecef92aaad6e2adb46c0bb15be49b4869b5b407346c514b764404f
416381
- name: kind
417382
value: task
418383
resolver: bundles
@@ -457,7 +422,7 @@ spec:
457422
- name: name
458423
value: sast-coverity-check-oci-ta
459424
- name: bundle
460-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9d0bc704bca6b6faad37b2ce8106b96e0cef35e1f647d037a878bf416589de9d
425+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
461426
- name: kind
462427
value: task
463428
resolver: bundles
@@ -478,7 +443,7 @@ spec:
478443
- name: name
479444
value: coverity-availability-check
480445
- name: bundle
481-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
446+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
482447
- name: kind
483448
value: task
484449
resolver: bundles
@@ -504,7 +469,7 @@ spec:
504469
- name: name
505470
value: sast-shell-check-oci-ta
506471
- name: bundle
507-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
472+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
508473
- name: kind
509474
value: task
510475
resolver: bundles
@@ -530,7 +495,7 @@ spec:
530495
- name: name
531496
value: sast-unicode-check-oci-ta
532497
- name: bundle
533-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:1818a5b3e4fa86c838ae71226a157241967d1f19c5ed377e4b2fddad7a3ceefe
498+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
534499
- name: kind
535500
value: task
536501
resolver: bundles
@@ -583,7 +548,7 @@ spec:
583548
- name: name
584549
value: push-dockerfile-oci-ta
585550
- name: bundle
586-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
551+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
587552
- name: kind
588553
value: task
589554
resolver: bundles

0 commit comments

Comments
 (0)