Skip to content

Commit f6351c7

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

File tree

2 files changed

+30
-102
lines changed

2 files changed

+30
-102
lines changed

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

Lines changed: 15 additions & 51 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:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
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:cde309fc09b68c39ca283c4b121ddf99d900e3ff2cf3d5e7951cb707eeeddfae
217+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
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:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
241+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
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:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
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:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
326+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
363327
- name: kind
364328
value: task
365329
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:7d1f480311b23b05bd596c9826ec90a3f13146b12c69935373e4bedd30aef57f
374+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
411375
- name: kind
412376
value: task
413377
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:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
471+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
508472
- name: kind
509473
value: task
510474
resolver: bundles

.tekton/cli-v07-push.yaml

Lines changed: 15 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "release-v0.7"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v0.7"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: ec-v07
1514
appstudio.openshift.io/component: cli-v07
@@ -31,8 +30,7 @@ spec:
3130
- name: path-context
3231
value: .
3332
- name: prefetch-input
34-
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
35-
"rpm"}]'
33+
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type": "rpm"}]'
3634
- name: build-source-image
3735
value: "true"
3836
- name: build-args-file
@@ -58,19 +56,13 @@ spec:
5856
name: output-image
5957
type: string
6058
- default: .
61-
description: Path to the source code of an application's component from where
62-
to build image.
59+
description: Path to the source code of an application's component from where to build image.
6360
name: path-context
6461
type: string
6562
- default: Dockerfile
66-
description: Path to the Dockerfile inside the context specified by parameter
67-
path-context
63+
description: Path to the Dockerfile inside the context specified by parameter path-context
6864
name: dockerfile
6965
type: string
70-
- default: "false"
71-
description: Force rebuild image
72-
name: rebuild
73-
type: string
7466
- default: "false"
7567
description: Skip checks against built image
7668
name: skip-checks
@@ -84,8 +76,7 @@ spec:
8476
name: prefetch-input
8577
type: string
8678
- default: ""
87-
description: Image tag expiration time, time values could be something like
88-
1h, 2d, 3w for hours, days, and weeks, respectively.
79+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8980
name: image-expires-after
9081
type: string
9182
- default: "false"
@@ -105,8 +96,7 @@ spec:
10596
name: build-args-file
10697
type: string
10798
- default: "false"
108-
description: Whether to enable privileged mode, should be used only with remote
109-
VMs
99+
description: Whether to enable privileged mode, should be used only with remote VMs
110100
name: privileged-nested
111101
type: string
112102
results:
@@ -124,19 +114,12 @@ spec:
124114
value: $(tasks.clone-repository.results.commit)
125115
tasks:
126116
- name: init
127-
params:
128-
- name: image-url
129-
value: $(params.output-image)
130-
- name: rebuild
131-
value: $(params.rebuild)
132-
- name: skip-checks
133-
value: $(params.skip-checks)
134117
taskRef:
135118
params:
136119
- name: name
137120
value: init
138121
- name: bundle
139-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:a482890d072df3aff9cf5db0ff2b9ec04fa6bb006cfd9da9817805fdd11a73f5
122+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
140123
- name: kind
141124
value: task
142125
resolver: bundles
@@ -165,11 +148,6 @@ spec:
165148
- name: kind
166149
value: task
167150
resolver: bundles
168-
when:
169-
- input: $(tasks.init.results.build)
170-
operator: in
171-
values:
172-
- "true"
173151
workspaces:
174152
- name: basic-auth
175153
workspace: git-auth
@@ -235,15 +213,10 @@ spec:
235213
- name: name
236214
value: buildah-oci-ta
237215
- name: bundle
238-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:cde309fc09b68c39ca283c4b121ddf99d900e3ff2cf3d5e7951cb707eeeddfae
216+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.8@sha256:fc685d7c25a3ce588d8bd52306023f57e16402c22507c857a9914f947c99c829
239217
- name: kind
240218
value: task
241219
resolver: bundles
242-
when:
243-
- input: $(tasks.init.results.build)
244-
operator: in
245-
values:
246-
- "true"
247220
- name: build-image-index
248221
params:
249222
- name: IMAGE
@@ -264,15 +237,10 @@ spec:
264237
- name: name
265238
value: build-image-index
266239
- name: bundle
267-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:8c422a5380a3d877257003dee153190322af84fe6f4f25e9eee7d8bf61a62577
240+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
268241
- name: kind
269242
value: task
270243
resolver: bundles
271-
when:
272-
- input: $(tasks.init.results.build)
273-
operator: in
274-
values:
275-
- "true"
276244
- name: build-source-image
277245
params:
278246
- name: BINARY_IMAGE
@@ -295,10 +263,6 @@ spec:
295263
value: task
296264
resolver: bundles
297265
when:
298-
- input: $(tasks.init.results.build)
299-
operator: in
300-
values:
301-
- "true"
302266
- input: $(params.build-source-image)
303267
operator: in
304268
values:
@@ -338,7 +302,7 @@ spec:
338302
- name: name
339303
value: clair-scan
340304
- name: bundle
341-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:076d5cde62b55bbfcdda2b4782392256bbda5ad38f839013b4330b3aba70a973
305+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:b01d8e2c58eb407ac23fa07b8e44c4631f0cf7257e87507c829fa2486aff9804
342306
- name: kind
343307
value: task
344308
resolver: bundles
@@ -358,7 +322,7 @@ spec:
358322
- name: name
359323
value: ecosystem-cert-preflight-checks
360324
- name: bundle
361-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:33b7133c0c132c361295c30947f73bd45a3a3b62a24b83f3d8cd7c71f757828c
325+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:64ec9d88ee72f6f317afa22173c60ed2158d92580a8c639b0480dbe60af9580b
362326
- name: kind
363327
value: task
364328
resolver: bundles
@@ -406,7 +370,7 @@ spec:
406370
- name: name
407371
value: clamav-scan
408372
- name: bundle
409-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7d1f480311b23b05bd596c9826ec90a3f13146b12c69935373e4bedd30aef57f
373+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:5b5b31eae9063a00b91acc049b536e548d87c730068e439eefe33ab5238ee118
410374
- name: kind
411375
value: task
412376
resolver: bundles
@@ -458,7 +422,7 @@ spec:
458422
- name: name
459423
value: sast-unicode-check-oci-ta
460424
- name: bundle
461-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:5a93fe7f1f3990167d87cb3f30bc13293e02cf5a6da88f46cf0368b3328c2d56
425+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
462426
- name: kind
463427
value: task
464428
resolver: bundles
@@ -503,7 +467,7 @@ spec:
503467
- name: name
504468
value: push-dockerfile-oci-ta
505469
- name: bundle
506-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:6fb61bec5ef161225a850005233db68cfdc03ad54e1a54cc49cc98d98ea3d259
470+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:2623be4a9bad87ade614b4b24a8f98a4e100042a845e8f162b8237168697294c
507471
- name: kind
508472
value: task
509473
resolver: bundles

0 commit comments

Comments
 (0)