Skip to content

Commit 40a67d9

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

File tree

2 files changed

+34
-106
lines changed

2 files changed

+34
-106
lines changed

.tekton/cli-v07-pull-request.yaml

Lines changed: 17 additions & 53 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-
== "release-v0.7"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v0.7"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ec-v07
1615
appstudio.openshift.io/component: cli-v07
@@ -32,8 +31,7 @@ spec:
3231
- name: path-context
3332
value: .
3433
- name: prefetch-input
35-
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
36-
"rpm"}]'
34+
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type": "rpm"}]'
3735
- name: build-source-image
3836
value: "true"
3937
- name: build-args-file
@@ -59,19 +57,13 @@ spec:
5957
name: output-image
6058
type: string
6159
- default: .
62-
description: Path to the source code of an application's component from where
63-
to build image.
60+
description: Path to the source code of an application's component from where to build image.
6461
name: path-context
6562
type: string
6663
- default: Dockerfile
67-
description: Path to the Dockerfile inside the context specified by parameter
68-
path-context
64+
description: Path to the Dockerfile inside the context specified by parameter path-context
6965
name: dockerfile
7066
type: string
71-
- default: "false"
72-
description: Force rebuild image
73-
name: rebuild
74-
type: string
7567
- default: "false"
7668
description: Skip checks against built image
7769
name: skip-checks
@@ -85,8 +77,7 @@ spec:
8577
name: prefetch-input
8678
type: string
8779
- default: ""
88-
description: Image tag expiration time, time values could be something like
89-
1h, 2d, 3w for hours, days, and weeks, respectively.
80+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9081
name: image-expires-after
9182
type: string
9283
- default: "false"
@@ -106,8 +97,7 @@ spec:
10697
name: build-args-file
10798
type: string
10899
- default: "false"
109-
description: Whether to enable privileged mode, should be used only with remote
110-
VMs
100+
description: Whether to enable privileged mode, should be used only with remote VMs
111101
name: privileged-nested
112102
type: string
113103
results:
@@ -125,19 +115,12 @@ spec:
125115
value: $(tasks.clone-repository.results.commit)
126116
tasks:
127117
- name: init
128-
params:
129-
- name: image-url
130-
value: $(params.output-image)
131-
- name: rebuild
132-
value: $(params.rebuild)
133-
- name: skip-checks
134-
value: $(params.skip-checks)
135118
taskRef:
136119
params:
137120
- name: name
138121
value: init
139122
- name: bundle
140-
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
141124
- name: kind
142125
value: task
143126
resolver: bundles
@@ -166,11 +149,6 @@ spec:
166149
- name: kind
167150
value: task
168151
resolver: bundles
169-
when:
170-
- input: $(tasks.init.results.build)
171-
operator: in
172-
values:
173-
- "true"
174152
workspaces:
175153
- name: basic-auth
176154
workspace: git-auth
@@ -236,15 +214,10 @@ spec:
236214
- name: name
237215
value: buildah-oci-ta
238216
- name: bundle
239-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:55528db67cb34b0346896df28280deb510d7fc7122e8f93aa406b1ca5449b3e0
217+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:ba9564699ca5dc84abb1307bda07ecf42058e4a153b3f1d4fd0d2e511d42a44d
240218
- name: kind
241219
value: task
242220
resolver: bundles
243-
when:
244-
- input: $(tasks.init.results.build)
245-
operator: in
246-
values:
247-
- "true"
248221
- name: build-image-index
249222
params:
250223
- name: IMAGE
@@ -265,15 +238,10 @@ spec:
265238
- name: name
266239
value: build-image-index
267240
- name: bundle
268-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:05d3d8a5ded44c51b074a56a408ddf5d65c56b4c15e110abb1a99e3aff269d49
241+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
269242
- name: kind
270243
value: task
271244
resolver: bundles
272-
when:
273-
- input: $(tasks.init.results.build)
274-
operator: in
275-
values:
276-
- "true"
277245
- name: build-source-image
278246
params:
279247
- name: BINARY_IMAGE
@@ -296,10 +264,6 @@ spec:
296264
value: task
297265
resolver: bundles
298266
when:
299-
- input: $(tasks.init.results.build)
300-
operator: in
301-
values:
302-
- "true"
303267
- input: $(params.build-source-image)
304268
operator: in
305269
values:
@@ -339,7 +303,7 @@ spec:
339303
- name: name
340304
value: clair-scan
341305
- name: bundle
342-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
306+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:3ff4d1c3c503454c6b7f072e225df43656fb415a5d2a658ab6ce279c0dc128aa
343307
- name: kind
344308
value: task
345309
resolver: bundles
@@ -359,7 +323,7 @@ spec:
359323
- name: name
360324
value: ecosystem-cert-preflight-checks
361325
- name: bundle
362-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:0c3f9d4707bf742a5209f2e2186211433c83d5fcc538c728e4c7df178b5eafb7
326+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
363327
- name: kind
364328
value: task
365329
resolver: bundles
@@ -385,7 +349,7 @@ spec:
385349
- name: name
386350
value: sast-snyk-check-oci-ta
387351
- name: bundle
388-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:a70272ae12f6d7f0da2902158e1bcee756877aa8f71fd1a22ef9afd8b177fb41
352+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:0c2ab8ce6d419400b63dd67d061052ac51de7b1ebe93f8ae86ed07ac638d756d
389353
- name: kind
390354
value: task
391355
resolver: bundles
@@ -407,7 +371,7 @@ spec:
407371
- name: name
408372
value: clamav-scan
409373
- name: bundle
410-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:5352818d00ed77891549e883189714e73954076236e815917d527a97994a27e9
374+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:4f5ccf2324ecef92aaad6e2adb46c0bb15be49b4869b5b407346c514b764404f
411375
- name: kind
412376
value: task
413377
resolver: bundles
@@ -433,7 +397,7 @@ spec:
433397
- name: name
434398
value: sast-shell-check-oci-ta
435399
- name: bundle
436-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e7a51575f9188a1461d4520da25aaa4efdd3b896c97dc750941fa22840e55c13
400+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
437401
- name: kind
438402
value: task
439403
resolver: bundles
@@ -459,7 +423,7 @@ spec:
459423
- name: name
460424
value: sast-unicode-check-oci-ta
461425
- name: bundle
462-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
426+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
463427
- name: kind
464428
value: task
465429
resolver: bundles
@@ -504,7 +468,7 @@ spec:
504468
- name: name
505469
value: push-dockerfile-oci-ta
506470
- name: bundle
507-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
471+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
508472
- name: kind
509473
value: task
510474
resolver: bundles

0 commit comments

Comments
 (0)