Skip to content

Commit 364e699

Browse files
Update Konflux references (#439)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent f5152c2 commit 364e699

File tree

2 files changed

+42
-112
lines changed

2 files changed

+42
-112
lines changed

.tekton/greenwave-pull-request.yaml

Lines changed: 21 additions & 56 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-
== "master"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: gating
1615
appstudio.openshift.io/component: greenwave
@@ -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: "false"
@@ -102,8 +93,7 @@ spec:
10293
name: build-args-file
10394
type: string
10495
- default: "false"
105-
description: Whether to enable privileged mode, should be used only with remote
106-
VMs
96+
description: Whether to enable privileged mode, should be used only with remote VMs
10797
name: privileged-nested
10898
type: string
10999
results:
@@ -122,20 +112,14 @@ spec:
122112
tasks:
123113
- name: init
124114
params:
125-
- name: image-url
126-
value: $(params.output-image)
127-
- name: rebuild
128-
value: $(params.rebuild)
129-
- name: skip-checks
130-
value: $(params.skip-checks)
131115
- name: enable-cache-proxy
132116
value: $(params.enable-cache-proxy)
133117
taskRef:
134118
params:
135119
- name: name
136120
value: init
137121
- name: bundle
138-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:ebf06778aeacbbeb081f9231eafbdfdb8e380ad04e211d7ed80ae9101e37fd82
122+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
139123
- name: kind
140124
value: task
141125
resolver: bundles
@@ -160,11 +144,6 @@ spec:
160144
- name: kind
161145
value: task
162146
resolver: bundles
163-
when:
164-
- input: $(tasks.init.results.build)
165-
operator: in
166-
values:
167-
- "true"
168147
workspaces:
169148
- name: basic-auth
170149
workspace: git-auth
@@ -238,15 +217,10 @@ spec:
238217
- name: name
239218
value: buildah-oci-ta
240219
- name: bundle
241-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:90cee1e47e3221f2bf1090e25228179ab7ac37dde0ffc8791805e63be2d3b4ab
220+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
242221
- name: kind
243222
value: task
244223
resolver: bundles
245-
when:
246-
- input: $(tasks.init.results.build)
247-
operator: in
248-
values:
249-
- "true"
250224
- name: build-image-index
251225
params:
252226
- name: IMAGE
@@ -269,15 +243,10 @@ spec:
269243
- name: name
270244
value: build-image-index
271245
- name: bundle
272-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
246+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
273247
- name: kind
274248
value: task
275249
resolver: bundles
276-
when:
277-
- input: $(tasks.init.results.build)
278-
operator: in
279-
values:
280-
- "true"
281250
- name: build-source-image
282251
params:
283252
- name: BINARY_IMAGE
@@ -300,10 +269,6 @@ spec:
300269
value: task
301270
resolver: bundles
302271
when:
303-
- input: $(tasks.init.results.build)
304-
operator: in
305-
values:
306-
- "true"
307272
- input: $(params.build-source-image)
308273
operator: in
309274
values:
@@ -321,7 +286,7 @@ spec:
321286
- name: name
322287
value: deprecated-image-check
323288
- name: bundle
324-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:808fe09bb5b8503de569de097ae5dd619a7488110f79e8e215e69862ee3fce6d
289+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e3a55ccdf1091b4a35507f9ee2d1918d8e89a5f96babcb5486b491226da03d6f
325290
- name: kind
326291
value: task
327292
resolver: bundles
@@ -343,7 +308,7 @@ spec:
343308
- name: name
344309
value: clair-scan
345310
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:654b989d7cdc03d082e56f216a29de04847215ee379a8d9ca315e453ad2b15c2
311+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
347312
- name: kind
348313
value: task
349314
resolver: bundles
@@ -363,7 +328,7 @@ spec:
363328
- name: name
364329
value: ecosystem-cert-preflight-checks
365330
- name: bundle
366-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
331+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
367332
- name: kind
368333
value: task
369334
resolver: bundles
@@ -389,7 +354,7 @@ spec:
389354
- name: name
390355
value: sast-snyk-check-oci-ta
391356
- name: bundle
392-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:49b7d09db82e6cad98152db8f16707ca3d90a1709e846e3ed8c91a433c88724f
357+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
393358
- name: kind
394359
value: task
395360
resolver: bundles
@@ -411,7 +376,7 @@ spec:
411376
- name: name
412377
value: clamav-scan
413378
- name: bundle
414-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b2f25599a10ab0846e4659f76b5b78c0fddf561404656fda52055eda31e70d83
379+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
415380
- name: kind
416381
value: task
417382
resolver: bundles
@@ -456,7 +421,7 @@ spec:
456421
- name: name
457422
value: sast-coverity-check-oci-ta
458423
- name: bundle
459-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:9978b6163d54473a72ded5eb9b75d9ffae92118e544c7b96dc805cd66870b12d
424+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:e8c63570f1d01d70b2a21b22a2a4aad9ca7d5c0327d8b2a4058a6e616cce17ca
460425
- name: kind
461426
value: task
462427
resolver: bundles
@@ -477,7 +442,7 @@ spec:
477442
- name: name
478443
value: coverity-availability-check
479444
- name: bundle
480-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:267d5bc069a0323f41e24732ddfd1057e5c639e853d1e620c67505fab78f1301
445+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:a24d8f3cd01ccc54fa6fb73aa57a78f5559a0e58eddfe0583fc9cb97d59b4efc
481446
- name: kind
482447
value: task
483448
resolver: bundles
@@ -503,7 +468,7 @@ spec:
503468
- name: name
504469
value: sast-shell-check-oci-ta
505470
- name: bundle
506-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
471+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
507472
- name: kind
508473
value: task
509474
resolver: bundles
@@ -529,7 +494,7 @@ spec:
529494
- name: name
530495
value: sast-unicode-check-oci-ta
531496
- name: bundle
532-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:0ca0203c25e22c9f12cc32436f6bf02df19fd177ba5f84926d804c711146974e
497+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
533498
- name: kind
534499
value: task
535500
resolver: bundles
@@ -582,7 +547,7 @@ spec:
582547
- name: name
583548
value: push-dockerfile-oci-ta
584549
- name: bundle
585-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
550+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
586551
- name: kind
587552
value: task
588553
resolver: bundles
@@ -599,7 +564,7 @@ spec:
599564
- name: name
600565
value: rpms-signature-scan
601566
- name: bundle
602-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:a99d8fd4c9027356b18e5d2910cc44dbc2fcb53c384ba34696645d9e7faa9084
567+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:47b81d6b3d752649eddfbb8b3fd8f6522c4bb07f6d1946f9bc45dae3f92e2c9a
603568
- name: kind
604569
value: task
605570
resolver: bundles

0 commit comments

Comments
 (0)