Skip to content

Commit 4c4ffb9

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

File tree

2 files changed

+99
-105
lines changed

2 files changed

+99
-105
lines changed

.tekton/gitops-backend-pull-request.yaml

Lines changed: 49 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ 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"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "master"
12-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: openshift-gitops-operator
1514
appstudio.openshift.io/component: gitops-backend
@@ -32,7 +31,7 @@ spec:
3231
- name: dockerfile
3332
value: .konflux/Containerfile.plugin
3433
- name: hermetic
35-
value: "true"
34+
value: 'true'
3635
- name: prefetch-input
3736
value: '{"type": "gomod", "path": "."}'
3837
pipelineSpec:
@@ -51,85 +50,81 @@ spec:
5150
- name: name
5251
value: show-sbom
5352
- name: bundle
54-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:9bfc6b99ef038800fe131d7b45ff3cd4da3a415dd536f7c657b3527b01c4a13b
53+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
5554
- name: kind
5655
value: task
5756
resolver: bundles
5857
params:
5958
- description: Source Repository URL
6059
name: git-url
6160
type: string
62-
- default: ""
61+
- default: ''
6362
description: Revision of the Source Repository
6463
name: revision
6564
type: string
6665
- description: Fully Qualified Output Image
6766
name: output-image
6867
type: string
6968
- default: .
70-
description: Path to the source code of an application's component from where
71-
to build image.
69+
description: Path to the source code of an application's component from where to build image.
7270
name: path-context
7371
type: string
7472
- default: Dockerfile
75-
description: Path to the Dockerfile inside the context specified by parameter
76-
path-context
73+
description: Path to the Dockerfile inside the context specified by parameter path-context
7774
name: dockerfile
7875
type: string
79-
- default: "false"
76+
- default: 'false'
8077
description: Force rebuild image
8178
name: rebuild
8279
type: string
83-
- default: "false"
80+
- default: 'false'
8481
description: Skip checks against built image
8582
name: skip-checks
8683
type: string
87-
- default: "false"
84+
- default: 'false'
8885
description: Execute the build with network isolation
8986
name: hermetic
9087
type: string
91-
- default: ""
88+
- default: ''
9289
description: Build dependencies to be prefetched by Cachi2
9390
name: prefetch-input
9491
type: string
95-
- default: ""
96-
description: Image tag expiration time, time values could be something like
97-
1h, 2d, 3w for hours, days, and weeks, respectively.
92+
- default: ''
93+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9894
name: image-expires-after
99-
- default: "false"
95+
- default: 'false'
10096
description: Build a source image.
10197
name: build-source-image
10298
type: string
103-
- default: "true"
99+
- default: 'true'
104100
description: Add built image into an OCI image index
105101
name: build-image-index
106102
type: string
107103
- default: []
108104
description: Array of --build-arg values ("arg=value" strings) for buildah
109105
name: build-args
110106
type: array
111-
- default: ""
107+
- default: ''
112108
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
113109
name: build-args-file
114110
type: string
115111
- default:
116112
- linux/x86_64
117113
- linux/arm64
118-
description: List of platforms to build the container images on. The available
119-
set of values is determined by the configuration of the multi-platform-controller.
114+
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.
120115
name: build-platforms
121116
type: array
122117
results:
123-
- description: ""
118+
- description: ''
124119
name: IMAGE_URL
125120
value: $(tasks.build-image-index.results.IMAGE_URL)
126-
- description: ""
121+
- description: ''
127122
name: IMAGE_DIGEST
128123
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
129-
- description: ""
124+
- description: ''
130125
name: CHAINS-GIT_URL
131126
value: $(tasks.clone-repository.results.url)
132-
- description: ""
127+
- description: ''
133128
name: CHAINS-GIT_COMMIT
134129
value: $(tasks.clone-repository.results.commit)
135130
tasks:
@@ -146,7 +141,7 @@ spec:
146141
- name: name
147142
value: init
148143
- name: bundle
149-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:092c113b614f6551113f17605ae9cb7e822aa704d07f0e37ed209da23ce392cc
144+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
150145
- name: kind
151146
value: task
152147
resolver: bundles
@@ -167,15 +162,15 @@ spec:
167162
- name: name
168163
value: git-clone-oci-ta
169164
- name: bundle
170-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:8e1e861d9564caea3f9ce8d1c62789f5622b5a7051209decc9ecf10b6f54aa71
165+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:d35e5d501cb5f5f88369511f76249857cb5ac30250e1dcf086939321964ff6b9
171166
- name: kind
172167
value: task
173168
resolver: bundles
174169
when:
175170
- input: $(tasks.init.results.build)
176171
operator: in
177172
values:
178-
- "true"
173+
- 'true'
179174
workspaces:
180175
- name: basic-auth
181176
workspace: git-auth
@@ -196,7 +191,7 @@ spec:
196191
- name: name
197192
value: prefetch-dependencies-oci-ta
198193
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.1@sha256:8e2a8de8e8a55a8e657922d5f8303fefa065f7ec2f8a49a666bf749540d63679
194+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
200195
- name: kind
201196
value: task
202197
resolver: bundles
@@ -236,23 +231,23 @@ spec:
236231
- name: CACHI2_ARTIFACT
237232
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
238233
- name: IMAGE_APPEND_PLATFORM
239-
value: "true"
234+
value: 'true'
240235
runAfter:
241236
- prefetch-dependencies
242237
taskRef:
243238
params:
244239
- name: name
245240
value: buildah-remote-oci-ta
246241
- name: bundle
247-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.2@sha256:dbc5f6c58d4642743719ae9b02cb0445836a210f7438e6d874a68ff38de81534
242+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:ae87472f60dbbf71e4980cd478c92740c145fd9e44acbb9b164a21f1bcd61aa3
248243
- name: kind
249244
value: task
250245
resolver: bundles
251246
when:
252247
- input: $(tasks.init.results.build)
253248
operator: in
254249
values:
255-
- "true"
250+
- 'true'
256251
- name: build-image-index
257252
params:
258253
- name: IMAGE
@@ -273,15 +268,15 @@ spec:
273268
- name: name
274269
value: build-image-index
275270
- name: bundle
276-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:e4871851566d8b496966b37bcb8c5ce9748a52487f116373d96c6cd28ef684c6
271+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
277272
- name: kind
278273
value: task
279274
resolver: bundles
280275
when:
281276
- input: $(tasks.init.results.build)
282277
operator: in
283278
values:
284-
- "true"
279+
- 'true'
285280
- name: build-source-image
286281
params:
287282
- name: BINARY_IMAGE
@@ -297,19 +292,19 @@ spec:
297292
- name: name
298293
value: source-build-oci-ta
299294
- name: bundle
300-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.1@sha256:d1fd616413d45bb6af0532352bfa8692c5ca409127e5a2dd4f1bc52aef27d1dc
295+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
301296
- name: kind
302297
value: task
303298
resolver: bundles
304299
when:
305300
- input: $(tasks.init.results.build)
306301
operator: in
307302
values:
308-
- "true"
303+
- 'true'
309304
- input: $(params.build-source-image)
310305
operator: in
311306
values:
312-
- "true"
307+
- 'true'
313308
- name: deprecated-base-image-check
314309
params:
315310
- name: IMAGE_URL
@@ -323,15 +318,15 @@ spec:
323318
- name: name
324319
value: deprecated-image-check
325320
- name: bundle
326-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:b4f9599f5770ea2e6e4d031224ccc932164c1ecde7f85f68e16e99c98d754003
321+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515
327322
- name: kind
328323
value: task
329324
resolver: bundles
330325
when:
331326
- input: $(params.skip-checks)
332327
operator: in
333328
values:
334-
- "false"
329+
- 'false'
335330
- name: clair-scan
336331
params:
337332
- name: image-digest
@@ -345,15 +340,15 @@ spec:
345340
- name: name
346341
value: clair-scan
347342
- name: bundle
348-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:9f4ddafd599e06b319cece5a4b8ac36b9e7ec46bea378bc6c6af735d3f7f8060
343+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
349344
- name: kind
350345
value: task
351346
resolver: bundles
352347
when:
353348
- input: $(params.skip-checks)
354349
operator: in
355350
values:
356-
- "false"
351+
- 'false'
357352
- name: ecosystem-cert-preflight-checks
358353
params:
359354
- name: image-url
@@ -365,15 +360,15 @@ spec:
365360
- name: name
366361
value: ecosystem-cert-preflight-checks
367362
- name: bundle
368-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:5131cce0f93d0b728c7bcc0d6cee4c61d4c9f67c6d619c627e41e3c9775b497d
363+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
369364
- name: kind
370365
value: task
371366
resolver: bundles
372367
when:
373368
- input: $(params.skip-checks)
374369
operator: in
375370
values:
376-
- "false"
371+
- 'false'
377372
- name: sast-snyk-check
378373
params:
379374
- name: image-digest
@@ -391,15 +386,15 @@ spec:
391386
- name: name
392387
value: sast-snyk-check-oci-ta
393388
- name: bundle
394-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.2@sha256:ad02dd316d68725490f45f23d2b8acf042bf0a80f7a22c28e0cadc6181fc10f1
389+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
395390
- name: kind
396391
value: task
397392
resolver: bundles
398393
when:
399394
- input: $(params.skip-checks)
400395
operator: in
401396
values:
402-
- "false"
397+
- 'false'
403398
- name: clamav-scan
404399
params:
405400
- name: image-digest
@@ -413,27 +408,29 @@ spec:
413408
- name: name
414409
value: clamav-scan
415410
- name: bundle
416-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.1@sha256:5ac9b24cff7cfb391bc54cd5135536892090354862327d1028fa08872d759c03
411+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
417412
- name: kind
418413
value: task
419414
resolver: bundles
420415
when:
421416
- input: $(params.skip-checks)
422417
operator: in
423418
values:
424-
- "false"
419+
- 'false'
425420
- name: apply-tags
426421
params:
427-
- name: IMAGE
422+
- name: IMAGE_URL
428423
value: $(tasks.build-image-index.results.IMAGE_URL)
424+
- name: IMAGE_DIGEST
425+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
429426
runAfter:
430427
- build-image-index
431428
taskRef:
432429
params:
433430
- name: name
434431
value: apply-tags
435432
- name: bundle
436-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:f485e250fb060060892b633c495a3d7e38de1ec105ae1be48608b0401530ab2c
433+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
437434
- name: kind
438435
value: task
439436
resolver: bundles
@@ -456,7 +453,7 @@ spec:
456453
- name: name
457454
value: push-dockerfile-oci-ta
458455
- name: bundle
459-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:fc109c347c5355a2a563ea782ff12aa82afc967c456082bf978d99bd378349b4
456+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
460457
- name: kind
461458
value: task
462459
resolver: bundles

0 commit comments

Comments
 (0)