Skip to content

Commit 8ee4d03

Browse files
red-hat-konflux[bot]osmman
authored andcommitted
chore(deps): update konflux references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b8f5420 commit 8ee4d03

File tree

2 files changed

+109
-111
lines changed

2 files changed

+109
-111
lines changed

.tekton/rhtas-operator-bundle-pull-request.yaml

Lines changed: 54 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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"
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-1.2" && ("bundle/***".pathChanged() || ".tekton/rhtas-operator-bundle-pull-request.yaml".pathChanged() || "bundle.Dockerfile".pathChanged() || "trigger-konflux-builds.txt".pathChanged() )
11-
creationTimestamp: null
11+
creationTimestamp:
1212
labels:
1313
appstudio.openshift.io/application: operator-v1-2
1414
appstudio.openshift.io/component: rhtas-operator-bundle-v1-2
@@ -32,9 +32,9 @@ spec:
3232
- name: prefetch-input
3333
value: ''
3434
- name: hermetic
35-
value: "true"
35+
value: 'true'
3636
- name: build-source-image
37-
value: "true"
37+
value: 'true'
3838
pipelineSpec:
3939
finally:
4040
- name: show-sbom
@@ -54,63 +54,60 @@ spec:
5454
- description: Source Repository URL
5555
name: git-url
5656
type: string
57-
- default: ""
57+
- default: ''
5858
description: Revision of the Source Repository
5959
name: revision
6060
type: string
6161
- description: Fully Qualified Output Image
6262
name: output-image
6363
type: string
6464
- default: .
65-
description: Path to the source code of an application's component from where
66-
to build image.
65+
description: Path to the source code of an application's component from where to build image.
6766
name: path-context
6867
type: string
6968
- default: Dockerfile
70-
description: Path to the Dockerfile inside the context specified by parameter
71-
path-context
69+
description: Path to the Dockerfile inside the context specified by parameter path-context
7270
name: dockerfile
7371
type: string
74-
- default: "false"
72+
- default: 'false'
7573
description: Force rebuild image
7674
name: rebuild
7775
type: string
78-
- default: "false"
76+
- default: 'false'
7977
description: Skip checks against built image
8078
name: skip-checks
8179
type: string
82-
- default: "false"
80+
- default: 'false'
8381
description: Execute the build with network isolation
8482
name: hermetic
8583
type: string
86-
- default: ""
84+
- default: ''
8785
description: Build dependencies to be prefetched by Cachi2
8886
name: prefetch-input
8987
type: string
90-
- default: ""
91-
description: Image tag expiration time, time values could be something like
92-
1h, 2d, 3w for hours, days, and weeks, respectively.
88+
- default: ''
89+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9390
name: image-expires-after
94-
- default: "false"
91+
- default: 'false'
9592
description: Build a source image.
9693
name: build-source-image
9794
type: string
98-
- default: "false"
95+
- default: 'false'
9996
description: Add built image into an OCI image index
10097
name: build-image-index
10198
type: string
10299
- default: []
103100
description: Array of --build-arg values ("arg=value" strings) for buildah
104101
name: build-args
105102
type: array
106-
- default: ""
103+
- default: ''
107104
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
108105
name: build-args-file
109106
type: string
110107
- name: go_unit_test
111108
type: string
112109
description: Set to 'true' to enable unit tests
113-
default: "false"
110+
default: 'false'
114111
- description: The go command used to run the go unit test
115112
name: go_test_command
116113
type: string
@@ -120,16 +117,16 @@ spec:
120117
type: string
121118
default: registry.access.redhat.com/ubi9/go-toolset@sha256:c7bfd2501cb1be171366434a368db669b32f08a0198c1473b9bff0a379613fc3
122119
results:
123-
- description: ""
120+
- description: ''
124121
name: IMAGE_URL
125122
value: $(tasks.build-image-index.results.IMAGE_URL)
126-
- description: ""
123+
- description: ''
127124
name: IMAGE_DIGEST
128125
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
129-
- description: ""
126+
- description: ''
130127
name: CHAINS-GIT_URL
131128
value: $(tasks.clone-repository.results.url)
132-
- description: ""
129+
- description: ''
133130
name: CHAINS-GIT_COMMIT
134131
value: $(tasks.clone-repository.results.commit)
135132
tasks:
@@ -167,15 +164,15 @@ spec:
167164
- name: name
168165
value: git-clone-oci-ta
169166
- name: bundle
170-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0fea1e4bd2fdde46c5b7786629f423a51e357f681c32ceddd744a6e3d48b8327
167+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0e512b12775b2bcc4eb47bb34b7a2db2e91c3ceef04b2f2487fa421032d8859a
171168
- name: kind
172169
value: task
173170
resolver: bundles
174171
when:
175172
- input: $(tasks.init.results.build)
176173
operator: in
177174
values:
178-
- "true"
175+
- 'true'
179176
workspaces:
180177
- name: basic-auth
181178
workspace: git-auth
@@ -196,7 +193,7 @@ spec:
196193
- name: name
197194
value: prefetch-dependencies-oci-ta
198195
- name: bundle
199-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:adbd819c6b727ac0c5519475d174dcad64cfa8df6ee50acd58f7fb562c59d4f7
196+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:d0cbc492da865be336d09926eb6e3494403dccaa4a212bbdf472d8adbf80ab08
200197
- name: kind
201198
value: task
202199
resolver: bundles
@@ -209,9 +206,9 @@ spec:
209206
params:
210207
- name: label-templates
211208
value:
212-
- "release=$SOURCE_DATE_EPOCH"
209+
- release=$SOURCE_DATE_EPOCH
213210
- name: source-date-epoch
214-
value: '$(tasks.clone-repository.results.commit-timestamp)'
211+
value: $(tasks.clone-repository.results.commit-timestamp)
215212
runAfter:
216213
- clone-repository
217214
taskRef:
@@ -251,7 +248,7 @@ spec:
251248
- name: LABELS
252249
value:
253250
- $(tasks.generate-labels.results.labels[*])
254-
- "short-commit=$(tasks.clone-repository.results.short-commit)"
251+
- short-commit=$(tasks.clone-repository.results.short-commit)
255252
runAfter:
256253
- prefetch-dependencies
257254
- generate-labels
@@ -260,15 +257,15 @@ spec:
260257
- name: name
261258
value: buildah-oci-ta
262259
- name: bundle
263-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:09f012a6c726c66922703f28846a3cfa196e8a391729192cda0d8f8a757b6ff5
260+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:d90c4cf682189faab5c702e55f4855242e228ce1a05e54e1734b7b9c6fa40441
264261
- name: kind
265262
value: task
266263
resolver: bundles
267264
when:
268265
- input: $(tasks.init.results.build)
269266
operator: in
270267
values:
271-
- "true"
268+
- 'true'
272269
- name: build-image-index
273270
params:
274271
- name: IMAGE
@@ -289,15 +286,15 @@ spec:
289286
- name: name
290287
value: build-image-index
291288
- name: bundle
292-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:9c95b1fe17db091ae364344ba2006af46648e08486eef1f6fe1b9e3f10866875
289+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3cf3dcc0bf7b674b940063b4d55e41fe7d43636a1d82572e3850228aa5350fa8
293290
- name: kind
294291
value: task
295292
resolver: bundles
296293
when:
297294
- input: $(tasks.init.results.build)
298295
operator: in
299296
values:
300-
- "true"
297+
- 'true'
301298
- name: build-source-image
302299
params:
303300
- name: BINARY_IMAGE
@@ -313,19 +310,19 @@ spec:
313310
- name: name
314311
value: source-build-oci-ta
315312
- name: bundle
316-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:c5e56643c0f5e19409e86c8fd4de4348413b6f10456aa0875498d5c63bf6ef0e
313+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:f0784e8e0e396f40a6523693825b5966c3c615ba3d342350165e83cb72a24ef7
317314
- name: kind
318315
value: task
319316
resolver: bundles
320317
when:
321318
- input: $(tasks.init.results.build)
322319
operator: in
323320
values:
324-
- "true"
321+
- 'true'
325322
- input: $(params.build-source-image)
326323
operator: in
327324
values:
328-
- "true"
325+
- 'true'
329326
- name: sast-shell-check
330327
params:
331328
- name: image-digest
@@ -343,15 +340,15 @@ spec:
343340
- name: name
344341
value: sast-shell-check-oci-ta
345342
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:60a7ee6ec5d00920389f03befd328cdaa159b7122a94ff3c87da287e0f32420f
343+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:1e8f18f892e16f5d0fc0f42ae8512e3c78251d43cd9d9f7cfd3f6667242bf619
347344
- name: kind
348345
value: task
349346
resolver: bundles
350347
when:
351348
- input: $(params.skip-checks)
352349
operator: in
353350
values:
354-
- "false"
351+
- 'false'
355352
workspaces: []
356353
- name: sast-unicode-check
357354
params:
@@ -370,15 +367,15 @@ spec:
370367
- name: name
371368
value: sast-unicode-check-oci-ta
372369
- name: bundle
373-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:9613b9037e4199495800c2054c13d0479e3335ec94e0f15f031a5bce844003a9
370+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
374371
- name: kind
375372
value: task
376373
resolver: bundles
377374
when:
378375
- input: $(params.skip-checks)
379376
operator: in
380377
values:
381-
- "false"
378+
- 'false'
382379
workspaces: []
383380
- name: deprecated-base-image-check
384381
params:
@@ -393,15 +390,15 @@ spec:
393390
- name: name
394391
value: deprecated-image-check
395392
- name: bundle
396-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:ecd33669676b3a193ff4c2c6223cb912cc1b0cf5cc36e080eaec7718500272cf
393+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:270a79138a98e43c366d3722978cb5940d2bcb822ba6b60377330f863b7a1e62
397394
- name: kind
398395
value: task
399396
resolver: bundles
400397
when:
401398
- input: $(params.skip-checks)
402399
operator: in
403400
values:
404-
- "false"
401+
- 'false'
405402
- name: clair-scan
406403
params:
407404
- name: image-digest
@@ -415,15 +412,15 @@ spec:
415412
- name: name
416413
value: clair-scan
417414
- name: bundle
418-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:68a8fe28527c4469243119a449e2b3a6655f2acac589c069ea6433242da8ed4d
415+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
419416
- name: kind
420417
value: task
421418
resolver: bundles
422419
when:
423420
- input: $(params.skip-checks)
424421
operator: in
425422
values:
426-
- "false"
423+
- 'false'
427424
- name: sast-snyk-check
428425
params:
429426
- name: image-digest
@@ -441,15 +438,15 @@ spec:
441438
- name: name
442439
value: sast-snyk-check-oci-ta
443440
- name: bundle
444-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:9a6ec5575f80668552d861e64414e736c85af772c272ca653a6fd1ec841d2627
441+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
445442
- name: kind
446443
value: task
447444
resolver: bundles
448445
when:
449446
- input: $(params.skip-checks)
450447
operator: in
451448
values:
452-
- "false"
449+
- 'false'
453450
- name: clamav-scan
454451
params:
455452
- name: image-digest
@@ -463,27 +460,29 @@ spec:
463460
- name: name
464461
value: clamav-scan
465462
- name: bundle
466-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:386c8c3395b44f6eb927dbad72382808b0ae42008f183064ca77cb4cad998442
463+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
467464
- name: kind
468465
value: task
469466
resolver: bundles
470467
when:
471468
- input: $(params.skip-checks)
472469
operator: in
473470
values:
474-
- "false"
471+
- 'false'
475472
- name: apply-tags
476473
params:
477-
- name: IMAGE
474+
- name: IMAGE_URL
478475
value: $(tasks.build-image-index.results.IMAGE_URL)
476+
- name: IMAGE_DIGEST
477+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
479478
runAfter:
480479
- build-image-index
481480
taskRef:
482481
params:
483482
- name: name
484483
value: apply-tags
485484
- name: bundle
486-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:0c411c27483849a936c0c420a57e477113e9fafc63077647200d6614d9ebb872
485+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d
487486
- name: kind
488487
value: task
489488
resolver: bundles
@@ -506,7 +505,7 @@ spec:
506505
- name: name
507506
value: push-dockerfile-oci-ta
508507
- name: bundle
509-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:d0ee13ab3d9564f7ee806a8ceaced934db493a3a40e11ff6db3a912b8bbace95
508+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
510509
- name: kind
511510
value: task
512511
resolver: bundles
@@ -523,21 +522,21 @@ spec:
523522
- name: name
524523
value: rpms-signature-scan
525524
- name: bundle
526-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:ec7f6de651458e4a5842b145e761b0d86b03b52bec1515d6d8a1b8cf107af95c
525+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
527526
- name: kind
528527
value: task
529528
resolver: bundles
530529
when:
531530
- input: $(params.skip-checks)
532531
operator: in
533532
values:
534-
- "false"
533+
- 'false'
535534
taskRunTemplate: {}
536535
workspaces:
537536
- name: workspace
538537
volumeClaimTemplate:
539538
metadata:
540-
creationTimestamp: null
539+
creationTimestamp:
541540
spec:
542541
accessModes:
543542
- ReadWriteOnce

0 commit comments

Comments
 (0)