Skip to content

Commit e9ce18c

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

12 files changed

+150
-507
lines changed

.tekton/fbc-fips-check-oci-ta-v01-pull-request.yaml

Lines changed: 12 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: 'false'
12-
creationTimestamp: null
12+
creationTimestamp:
1313
labels:
1414
appstudio.openshift.io/application: konflux-operator-tasks
1515
appstudio.openshift.io/component: fbc-fips-check-oci-ta-v01
@@ -63,19 +63,13 @@ spec:
6363
name: output-image
6464
type: string
6565
- default: .
66-
description: Path to the source code of an application's component from where
67-
to build image.
66+
description: Path to the source code of an application's component from where to build image.
6867
name: path-context
6968
type: string
7069
- default: Dockerfile
71-
description: Path to the Dockerfile inside the context specified by parameter
72-
path-context
70+
description: Path to the Dockerfile inside the context specified by parameter path-context
7371
name: dockerfile
7472
type: string
75-
- default: "false"
76-
description: Force rebuild image
77-
name: rebuild
78-
type: string
7973
- default: "false"
8074
description: Skip checks against built image
8175
name: skip-checks
@@ -89,8 +83,7 @@ spec:
8983
name: prefetch-input
9084
type: string
9185
- default: ""
92-
description: Image tag expiration time, time values could be something like
93-
1h, 2d, 3w for hours, days, and weeks, respectively.
86+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9487
name: image-expires-after
9588
type: string
9689
- default: "false"
@@ -121,20 +114,14 @@ spec:
121114
tasks:
122115
- name: init
123116
params:
124-
- name: image-url
125-
value: $(params.output-image)
126-
- name: rebuild
127-
value: $(params.rebuild)
128-
- name: skip-checks
129-
value: $(params.skip-checks)
130117
- name: enable-cache-proxy
131118
value: $(params.enable-cache-proxy)
132119
taskRef:
133120
params:
134121
- name: name
135122
value: init
136123
- name: bundle
137-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
124+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
138125
- name: kind
139126
value: task
140127
resolver: bundles
@@ -155,15 +142,10 @@ spec:
155142
- name: name
156143
value: git-clone-oci-ta
157144
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
145+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
159146
- name: kind
160147
value: task
161148
resolver: bundles
162-
when:
163-
- input: $(tasks.init.results.build)
164-
operator: in
165-
values:
166-
- "true"
167149
workspaces:
168150
- name: basic-auth
169151
workspace: git-auth
@@ -184,7 +166,7 @@ spec:
184166
- name: name
185167
value: prefetch-dependencies-oci-ta
186168
- name: bundle
187-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
169+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
188170
- name: kind
189171
value: task
190172
resolver: bundles
@@ -212,15 +194,10 @@ spec:
212194
- name: name
213195
value: tkn-bundle-oci-ta
214196
- name: bundle
215-
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:6bbc1d6e15253476038c7f5b136b1875a83cd002781e56b24df60dd3735cc15c
197+
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:ceb35ce497159209c8a329dcf3969b337a8ea527412d098f0071ec48d76a5693
216198
- name: kind
217199
value: task
218200
resolver: bundles
219-
when:
220-
- input: $(tasks.init.results.build)
221-
operator: in
222-
values:
223-
- "true"
224201
- name: build-image-index
225202
params:
226203
- name: IMAGE
@@ -241,15 +218,10 @@ spec:
241218
- name: name
242219
value: build-image-index
243220
- name: bundle
244-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
221+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
245222
- name: kind
246223
value: task
247224
resolver: bundles
248-
when:
249-
- input: $(tasks.init.results.build)
250-
operator: in
251-
values:
252-
- "true"
253225
- name: sast-shell-check
254226
params:
255227
- name: image-digest
@@ -267,7 +239,7 @@ spec:
267239
- name: name
268240
value: sast-shell-check-oci-ta
269241
- name: bundle
270-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
242+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
271243
- name: kind
272244
value: task
273245
resolver: bundles
@@ -293,7 +265,7 @@ spec:
293265
- name: name
294266
value: sast-unicode-check-oci-ta
295267
- name: bundle
296-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
268+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
297269
- name: kind
298270
value: task
299271
resolver: bundles
@@ -315,7 +287,7 @@ spec:
315287
- name: name
316288
value: apply-tags
317289
- name: bundle
318-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
290+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
319291
- name: kind
320292
value: task
321293
resolver: bundles

.tekton/fbc-fips-check-oci-ta-v01-push.yaml

Lines changed: 12 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: 'false'
11-
creationTimestamp: null
11+
creationTimestamp:
1212
labels:
1313
appstudio.openshift.io/application: konflux-operator-tasks
1414
appstudio.openshift.io/component: fbc-fips-check-oci-ta-v01
@@ -60,19 +60,13 @@ spec:
6060
name: output-image
6161
type: string
6262
- default: .
63-
description: Path to the source code of an application's component from where
64-
to build image.
63+
description: Path to the source code of an application's component from where to build image.
6564
name: path-context
6665
type: string
6766
- default: Dockerfile
68-
description: Path to the Dockerfile inside the context specified by parameter
69-
path-context
67+
description: Path to the Dockerfile inside the context specified by parameter path-context
7068
name: dockerfile
7169
type: string
72-
- default: "false"
73-
description: Force rebuild image
74-
name: rebuild
75-
type: string
7670
- default: "false"
7771
description: Skip checks against built image
7872
name: skip-checks
@@ -86,8 +80,7 @@ spec:
8680
name: prefetch-input
8781
type: string
8882
- default: ""
89-
description: Image tag expiration time, time values could be something like
90-
1h, 2d, 3w for hours, days, and weeks, respectively.
83+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9184
name: image-expires-after
9285
type: string
9386
- default: "false"
@@ -113,19 +106,12 @@ spec:
113106
value: $(tasks.clone-repository.results.commit)
114107
tasks:
115108
- name: init
116-
params:
117-
- name: image-url
118-
value: $(params.output-image)
119-
- name: rebuild
120-
value: $(params.rebuild)
121-
- name: skip-checks
122-
value: $(params.skip-checks)
123109
taskRef:
124110
params:
125111
- name: name
126112
value: init
127113
- name: bundle
128-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:d6a10101f672a85da0a402177848a82fe7af439bc54451e54b0fbb1ddbeeb1f6
114+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.3@sha256:aa6f8632cc23d605c5942505ff1d00280db16a6fda5c4c56c4ed9ae936b5fbc6
129115
- name: kind
130116
value: task
131117
resolver: bundles
@@ -146,15 +132,10 @@ spec:
146132
- name: name
147133
value: git-clone-oci-ta
148134
- name: bundle
149-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
135+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:306b69e6db435ad4a7cf258b6219d9b998eb37da44f5e9ac882ac86a08109154
150136
- name: kind
151137
value: task
152138
resolver: bundles
153-
when:
154-
- input: $(tasks.init.results.build)
155-
operator: in
156-
values:
157-
- "true"
158139
workspaces:
159140
- name: basic-auth
160141
workspace: git-auth
@@ -175,7 +156,7 @@ spec:
175156
- name: name
176157
value: prefetch-dependencies-oci-ta
177158
- name: bundle
178-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
159+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:c664a6df6514b59c3ce53570b0994b45af66ecc89ba2a8e41834eae0622addf6
179160
- name: kind
180161
value: task
181162
resolver: bundles
@@ -203,15 +184,10 @@ spec:
203184
- name: name
204185
value: tkn-bundle-oci-ta
205186
- name: bundle
206-
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:6bbc1d6e15253476038c7f5b136b1875a83cd002781e56b24df60dd3735cc15c
187+
value: quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2@sha256:ceb35ce497159209c8a329dcf3969b337a8ea527412d098f0071ec48d76a5693
207188
- name: kind
208189
value: task
209190
resolver: bundles
210-
when:
211-
- input: $(tasks.init.results.build)
212-
operator: in
213-
values:
214-
- "true"
215191
- name: build-image-index
216192
params:
217193
- name: IMAGE
@@ -232,15 +208,10 @@ spec:
232208
- name: name
233209
value: build-image-index
234210
- name: bundle
235-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:803ae1ecf35bc5d22be9882819e942e4b699cb17655055afc6bb6b02d34cfab8
211+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:30989fa1f475bb8f6bda811b26bd4ddf7187288ed5815ce634ba399341852c75
236212
- name: kind
237213
value: task
238214
resolver: bundles
239-
when:
240-
- input: $(tasks.init.results.build)
241-
operator: in
242-
values:
243-
- "true"
244215
- name: sast-shell-check
245216
params:
246217
- name: image-digest
@@ -258,7 +229,7 @@ spec:
258229
- name: name
259230
value: sast-shell-check-oci-ta
260231
- name: bundle
261-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
232+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f475b4b6b0c1687fa1aafa5ba38813e04f080b185af2975e12b457742d9dd857
262233
- name: kind
263234
value: task
264235
resolver: bundles
@@ -284,7 +255,7 @@ spec:
284255
- name: name
285256
value: sast-unicode-check-oci-ta
286257
- name: bundle
287-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
258+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:b38140b2f0b2163def80e28a792b2702245d38a5610a504f2e56c198f3b8f70b
288259
- name: kind
289260
value: task
290261
resolver: bundles
@@ -306,7 +277,7 @@ spec:
306277
- name: name
307278
value: apply-tags
308279
- name: bundle
309-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:a61d8a6d0ba804869e8fe57a9289161817afad379ef2d7433d75ae40a148e2ec
280+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:510b6d2a3b188adeb716e49566b57d611ab36bd69a2794b5ddfc11dbf014c2ca
310281
- name: kind
311282
value: task
312283
resolver: bundles

0 commit comments

Comments
 (0)