Skip to content

Commit b85cc27

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

File tree

2 files changed

+100
-104
lines changed

2 files changed

+100
-104
lines changed

.tekton/cli-manager-4-18-pull-request.yaml

Lines changed: 50 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9-
pipelinesascode.tekton.dev/max-keep-runs: "3"
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "pull_request" && target_branch == "release-4.18" && (".tekton/cli-manager-4-18-pull-request.yaml".pathChanged() || "api/***".pathChanged() || "cmd/***".pathChanged() || "dependencymagnet/***".pathChanged() || "pkg/***".pathChanged() || "vendor/***".pathChanged() || "Dockerfile".pathChanged() || "Makefile".pathChanged())
12-
creationTimestamp: null
12+
creationTimestamp:
1313
labels:
1414
appstudio.openshift.io/application: cli-manager-operator-4-18
1515
appstudio.openshift.io/component: cli-manager-4-18
@@ -39,89 +39,85 @@ spec:
3939
- name: name
4040
value: show-sbom
4141
- name: bundle
42-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:04f15cbce548e1db7770eee3f155ccb2cc0140a6c371dc67e9a34d83673ea0c0
42+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:002f7c8c1d2f9e09904035da414aba1188ae091df0ea9532cd997be05e73d594
4343
- name: kind
4444
value: task
4545
resolver: bundles
4646
params:
4747
- description: Source Repository URL
4848
name: git-url
4949
type: string
50-
- default: ""
50+
- default: ''
5151
description: Revision of the Source Repository
5252
name: revision
5353
type: string
5454
- description: Fully Qualified Output Image
5555
name: output-image
5656
type: string
5757
- default: .
58-
description: Path to the source code of an application's component from where
59-
to build image.
58+
description: Path to the source code of an application's component from where to build image.
6059
name: path-context
6160
type: string
6261
- default: Dockerfile
63-
description: Path to the Dockerfile inside the context specified by parameter
64-
path-context
62+
description: Path to the Dockerfile inside the context specified by parameter path-context
6563
name: dockerfile
6664
type: string
67-
- default: "false"
65+
- default: 'false'
6866
description: Force rebuild image
6967
name: rebuild
7068
type: string
71-
- default: "false"
69+
- default: 'false'
7270
description: Skip checks against built image
7371
name: skip-checks
7472
type: string
75-
- default: "true"
73+
- default: 'true'
7674
description: Execute the build with network isolation
7775
name: hermetic
7876
type: string
79-
- default: ""
77+
- default: ''
8078
description: Build dependencies to be prefetched by Cachi2
8179
name: prefetch-input
8280
type: string
83-
- default: ""
84-
description: Image tag expiration time, time values could be something like
85-
1h, 2d, 3w for hours, days, and weeks, respectively.
81+
- default: ''
82+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
8683
name: image-expires-after
87-
- default: "true"
84+
- default: 'true'
8885
description: Build a source image.
8986
name: build-source-image
9087
type: string
91-
- default: "true"
88+
- default: 'true'
9289
description: Add built image into an OCI image index
9390
name: build-image-index
9491
type: string
9592
- default: []
9693
description: Array of --build-arg values ("arg=value" strings) for buildah
9794
name: build-args
9895
type: array
99-
- default: ""
96+
- default: ''
10097
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
10198
name: build-args-file
10299
type: string
103100
- default:
104101
- linux/x86_64
105102
- linux/arm64
106103
- linux/ppc64le
107-
description: List of platforms to build the container images on. The available
108-
set of values is determined by the configuration of the multi-platform-controller.
104+
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
109105
name: build-platforms
110106
type: array
111107
- default: snyk-secret
112108
description: Snyk Token Secret Name
113109
name: snyk-secret
114110
results:
115-
- description: ""
111+
- description: ''
116112
name: IMAGE_URL
117113
value: $(tasks.build-image-index.results.IMAGE_URL)
118-
- description: ""
114+
- description: ''
119115
name: IMAGE_DIGEST
120116
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
121-
- description: ""
117+
- description: ''
122118
name: CHAINS-GIT_URL
123119
value: $(tasks.clone-repository.results.url)
124-
- description: ""
120+
- description: ''
125121
name: CHAINS-GIT_COMMIT
126122
value: $(tasks.clone-repository.results.commit)
127123
tasks:
@@ -138,7 +134,7 @@ spec:
138134
- name: name
139135
value: init
140136
- name: bundle
141-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:aac8127bc10c95fae3ca1248c1dd96576315f3313bca90c5c9378dbf37954a08
137+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
142138
- name: kind
143139
value: task
144140
resolver: bundles
@@ -159,15 +155,15 @@ spec:
159155
- name: name
160156
value: git-clone-oci-ta
161157
- name: bundle
162-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0761f97595d42c87c076797e0d0f66ff572146cad958106b7f5446b182d03394
158+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0e512b12775b2bcc4eb47bb34b7a2db2e91c3ceef04b2f2487fa421032d8859a
163159
- name: kind
164160
value: task
165161
resolver: bundles
166162
when:
167163
- input: $(tasks.init.results.build)
168164
operator: in
169165
values:
170-
- "true"
166+
- 'true'
171167
workspaces:
172168
- name: basic-auth
173169
workspace: git-auth
@@ -188,15 +184,15 @@ spec:
188184
- name: name
189185
value: prefetch-dependencies-oci-ta
190186
- name: bundle
191-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3a1b3280d6300ebedb9923ddc441b91b6980512be5dae8da4b9d3be21feeb48e
187+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d0cbc492da865be336d09926eb6e3494403dccaa4a212bbdf472d8adbf80ab08
192188
- name: kind
193189
value: task
194190
resolver: bundles
195191
when:
196192
- input: $(params.hermetic)
197193
operator: in
198194
values:
199-
- "true"
195+
- 'true'
200196
workspaces:
201197
- name: git-basic-auth
202198
workspace: git-auth
@@ -233,23 +229,23 @@ spec:
233229
- name: CACHI2_ARTIFACT
234230
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
235231
- name: IMAGE_APPEND_PLATFORM
236-
value: "true"
232+
value: 'true'
237233
runAfter:
238234
- prefetch-dependencies
239235
taskRef:
240236
params:
241237
- name: name
242238
value: buildah-remote-oci-ta
243239
- name: bundle
244-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:19a7c9518d9831d60f8b9226ef89428513994659fd124bb2b0d685bff39313ef
240+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:28d8a4f7c1ff6e8bb09d89b06c7c8769093ac7e9325ad9edfe7b2d766f643b87
245241
- name: kind
246242
value: task
247243
resolver: bundles
248244
when:
249245
- input: $(tasks.init.results.build)
250246
operator: in
251247
values:
252-
- "true"
248+
- 'true'
253249
- name: build-image-index
254250
params:
255251
- name: IMAGE
@@ -270,15 +266,15 @@ spec:
270266
- name: name
271267
value: build-image-index
272268
- name: bundle
273-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:70f2fe8ab9909c2bc8bb853ed5b880969f0de5022658f3af86f7dea15f95ff73
269+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
274270
- name: kind
275271
value: task
276272
resolver: bundles
277273
when:
278274
- input: $(tasks.init.results.build)
279275
operator: in
280276
values:
281-
- "true"
277+
- 'true'
282278
- name: build-source-image
283279
params:
284280
- name: BINARY_IMAGE
@@ -294,19 +290,19 @@ spec:
294290
- name: name
295291
value: source-build-oci-ta
296292
- name: bundle
297-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:ac36a2233b0a09e7975b776f96aa49a6e61428e929ca8150dec9a717bd6c13ea
293+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:f0784e8e0e396f40a6523693825b5966c3c615ba3d342350165e83cb72a24ef7
298294
- name: kind
299295
value: task
300296
resolver: bundles
301297
when:
302298
- input: $(tasks.init.results.build)
303299
operator: in
304300
values:
305-
- "true"
301+
- 'true'
306302
- input: $(params.build-source-image)
307303
operator: in
308304
values:
309-
- "true"
305+
- 'true'
310306
- name: deprecated-base-image-check
311307
params:
312308
- name: IMAGE_URL
@@ -320,15 +316,15 @@ spec:
320316
- name: name
321317
value: deprecated-image-check
322318
- name: bundle
323-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:eb8136b543147b4a3e88ca3cc661ca6a11e303f35f0db44059f69151beea8496
319+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
324320
- name: kind
325321
value: task
326322
resolver: bundles
327323
when:
328324
- input: $(params.skip-checks)
329325
operator: in
330326
values:
331-
- "false"
327+
- 'false'
332328
- name: clair-scan
333329
params:
334330
- name: image-digest
@@ -342,15 +338,15 @@ spec:
342338
- name: name
343339
value: clair-scan
344340
- name: bundle
345-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:7c73e2beca9b8306387efeaf775831440ec799b05a5f5c008a65bb941a1e91f6
341+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
346342
- name: kind
347343
value: task
348344
resolver: bundles
349345
when:
350346
- input: $(params.skip-checks)
351347
operator: in
352348
values:
353-
- "false"
349+
- 'false'
354350
- name: ecosystem-cert-preflight-checks
355351
params:
356352
- name: image-url
@@ -362,15 +358,15 @@ spec:
362358
- name: name
363359
value: ecosystem-cert-preflight-checks
364360
- name: bundle
365-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e16e33931bccd678b6b10b87636f37a08a0288b65a662ff76b5dad6fcbbb077f
361+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:95ca11d147ee97d98f495477e9f42afe94ba3f869fc81c4e7b241ebd21e7395f
366362
- name: kind
367363
value: task
368364
resolver: bundles
369365
when:
370366
- input: $(params.skip-checks)
371367
operator: in
372368
values:
373-
- "false"
369+
- 'false'
374370
- name: sast-snyk-check
375371
params:
376372
- name: image-digest
@@ -388,15 +384,15 @@ spec:
388384
- name: name
389385
value: sast-snyk-check-oci-ta
390386
- name: bundle
391-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:89aead32dc21404e4e0913be9668bdd2eea795db3e4caa762fb619044e479cb8
387+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
392388
- name: kind
393389
value: task
394390
resolver: bundles
395391
when:
396392
- input: $(params.skip-checks)
397393
operator: in
398394
values:
399-
- "false"
395+
- 'false'
400396
- name: clamav-scan
401397
params:
402398
- name: image-digest
@@ -410,27 +406,29 @@ spec:
410406
- name: name
411407
value: clamav-scan
412408
- name: bundle
413-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:11b1684965b64f1fa7c65f90a3524413022246a3863eaba188c84eb4bf0b687a
409+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
414410
- name: kind
415411
value: task
416412
resolver: bundles
417413
when:
418414
- input: $(params.skip-checks)
419415
operator: in
420416
values:
421-
- "false"
417+
- 'false'
422418
- name: apply-tags
423419
params:
424-
- name: IMAGE
420+
- name: IMAGE_URL
425421
value: $(tasks.build-image-index.results.IMAGE_URL)
422+
- name: IMAGE_DIGEST
423+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
426424
runAfter:
427425
- build-image-index
428426
taskRef:
429427
params:
430428
- name: name
431429
value: apply-tags
432430
- name: bundle
433-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:4973fa42a8f06238613447fbdb3d0c55eb2d718fd16f2f2591a577c29c1edb17
431+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
434432
- name: kind
435433
value: task
436434
resolver: bundles
@@ -453,7 +451,7 @@ spec:
453451
- name: name
454452
value: push-dockerfile-oci-ta
455453
- name: bundle
456-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:c4f87c44c4cf99f3d90435d72ad93e550b14d2928ba943715daf9015bcc1af73
454+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
457455
- name: kind
458456
value: task
459457
resolver: bundles
@@ -470,15 +468,15 @@ spec:
470468
- name: name
471469
value: rpms-signature-scan
472470
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:eeaee239eabec8ba9cfd0f80382ad34114c93393c35d1eae77c5d73d57aa824d
471+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
474472
- name: kind
475473
value: task
476474
resolver: bundles
477475
when:
478476
- input: $(params.skip-checks)
479477
operator: in
480478
values:
481-
- "false"
479+
- 'false'
482480
workspaces:
483481
- name: git-auth
484482
optional: true

0 commit comments

Comments
 (0)