Skip to content

Commit 73fa7e0

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

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

.tekton/observatorium-api-pull-request.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "rhobs-obs-api-konflux"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "rhobs-obs-api-konflux"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: rhobs
1514
appstudio.openshift.io/component: observatorium-api
@@ -46,7 +45,7 @@ spec:
4645
- name: name
4746
value: show-sbom
4847
- name: bundle
49-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
48+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
5049
- name: kind
5150
value: task
5251
resolver: bundles
@@ -62,13 +61,11 @@ spec:
6261
name: output-image
6362
type: string
6463
- default: .
65-
description: Path to the source code of an application's component from where
66-
to build image.
64+
description: Path to the source code of an application's component from where to build image.
6765
name: path-context
6866
type: string
6967
- default: Dockerfile
70-
description: Path to the Dockerfile inside the context specified by parameter
71-
path-context
68+
description: Path to the Dockerfile inside the context specified by parameter path-context
7269
name: dockerfile
7370
type: string
7471
- default: "false"
@@ -88,8 +85,7 @@ spec:
8885
name: prefetch-input
8986
type: string
9087
- default: ""
91-
description: Image tag expiration time, time values could be something like
92-
1h, 2d, 3w for hours, days, and weeks, respectively.
88+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9389
name: image-expires-after
9490
- default: "false"
9591
description: Build a source image.
@@ -155,7 +151,7 @@ spec:
155151
- name: name
156152
value: git-clone-oci-ta
157153
- name: bundle
158-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:36d98ab04eaac2c964149060c773ac20df42f91527db6c40b7b250e6eeff5821
154+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
159155
- name: kind
160156
value: task
161157
resolver: bundles
@@ -266,19 +262,21 @@ spec:
266262
- name: build-source-image
267263
params:
268264
- name: BINARY_IMAGE
269-
value: $(params.output-image)
265+
value: $(tasks.build-image-index.results.IMAGE_URL)
270266
- name: SOURCE_ARTIFACT
271267
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
272268
- name: CACHI2_ARTIFACT
273269
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
270+
- name: BINARY_IMAGE_DIGEST
271+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
274272
runAfter:
275273
- build-image-index
276274
taskRef:
277275
params:
278276
- name: name
279277
value: source-build-oci-ta
280278
- name: bundle
281-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:6b680de219756dc208b940441875e8e431fbf88de873348f35d795ff0d6aa77a
279+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
282280
- name: kind
283281
value: task
284282
resolver: bundles
@@ -304,7 +302,7 @@ spec:
304302
- name: name
305303
value: deprecated-image-check
306304
- name: bundle
307-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e18b32cac948b732f331531f43eca7eed2071dcd8bdb383c7481a3fb8e5e4723
305+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
308306
- name: kind
309307
value: task
310308
resolver: bundles
@@ -326,7 +324,7 @@ spec:
326324
- name: name
327325
value: clair-scan
328326
- name: bundle
329-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:f636f2cbe91d9d4d9685a38c8bc680a36e17f568ec0e60a93da82d1284b488c5
327+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
330328
- name: kind
331329
value: task
332330
resolver: bundles
@@ -346,7 +344,7 @@ spec:
346344
- name: name
347345
value: ecosystem-cert-preflight-checks
348346
- name: bundle
349-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
347+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
350348
- name: kind
351349
value: task
352350
resolver: bundles
@@ -372,7 +370,7 @@ spec:
372370
- name: name
373371
value: sast-snyk-check-oci-ta
374372
- name: bundle
375-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:ed777841052e05c61abc9fc66f6aad65f113bad719eeb2e04ce490fc175aaebe
373+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
376374
- name: kind
377375
value: task
378376
resolver: bundles
@@ -394,7 +392,7 @@ spec:
394392
- name: name
395393
value: clamav-scan
396394
- name: bundle
397-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:0db068e8a59612472a2483f5113893d0c5c9102e9ad7647d9a4789360e5bc2dc
395+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
398396
- name: kind
399397
value: task
400398
resolver: bundles
@@ -437,7 +435,7 @@ spec:
437435
- name: name
438436
value: sast-coverity-check-oci-ta
439437
- name: bundle
440-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2@sha256:8e0e58ccae796157e9858c10420704de37f2f05e8897b1ffe1e6a7318ec7176b
438+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
441439
- name: kind
442440
value: task
443441
resolver: bundles
@@ -458,7 +456,7 @@ spec:
458456
- name: name
459457
value: coverity-availability-check
460458
- name: bundle
461-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2@sha256:8653d290298593e4db9457ab00d9160738c31c384b7615ee30626ccab6f96ed8
459+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2@sha256:cc68e11a84cdc2f9f0ab1ca2f5f475076f591b435f5ae65c18414d8119f16ff4
462460
- name: kind
463461
value: task
464462
resolver: bundles
@@ -484,7 +482,7 @@ spec:
484482
- name: name
485483
value: sast-shell-check-oci-ta
486484
- name: bundle
487-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:ee189dd93e5c92fb56e172d67078008165d2ff97f180d96206d024f5b59d83fb
485+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
488486
- name: kind
489487
value: task
490488
resolver: bundles
@@ -501,14 +499,16 @@ spec:
501499
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
502500
- name: CACHI2_ARTIFACT
503501
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
502+
- name: image-digest
503+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
504504
runAfter:
505505
- build-image-index
506506
taskRef:
507507
params:
508508
- name: name
509509
value: sast-unicode-check-oci-ta
510510
- name: bundle
511-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:3a128580c41abdac5bd76d0d1e066f2f3473278ba9fab90639878a27ced7a0e6
511+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
512512
- name: kind
513513
value: task
514514
resolver: bundles
@@ -568,7 +568,7 @@ spec:
568568
- name: name
569569
value: rpms-signature-scan
570570
- name: bundle
571-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:3bf6d1bcd57af1095b06b4c489f965551364b1f1f72a807de9cab3c23142dca5
571+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
572572
- name: kind
573573
value: task
574574
resolver: bundles

.tekton/observatorium-api-push.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
== "rhobs-obs-api-konflux"
11-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "rhobs-obs-api-konflux"
10+
creationTimestamp:
1211
labels:
1312
appstudio.openshift.io/application: rhobs
1413
appstudio.openshift.io/component: observatorium-api
@@ -43,7 +42,7 @@ spec:
4342
- name: name
4443
value: show-sbom
4544
- name: bundle
46-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0
45+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:beb0616db051952b4b861dd8c3e00fa1c0eccbd926feddf71194d3bb3ace9ce7
4746
- name: kind
4847
value: task
4948
resolver: bundles
@@ -59,13 +58,11 @@ spec:
5958
name: output-image
6059
type: string
6160
- default: .
62-
description: Path to the source code of an application's component from where
63-
to build image.
61+
description: Path to the source code of an application's component from where to build image.
6462
name: path-context
6563
type: string
6664
- default: Dockerfile
67-
description: Path to the Dockerfile inside the context specified by parameter
68-
path-context
65+
description: Path to the Dockerfile inside the context specified by parameter path-context
6966
name: dockerfile
7067
type: string
7168
- default: "false"
@@ -85,8 +82,7 @@ spec:
8582
name: prefetch-input
8683
type: string
8784
- default: ""
88-
description: Image tag expiration time, time values could be something like
89-
1h, 2d, 3w for hours, days, and weeks, respectively.
85+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9086
name: image-expires-after
9187
- default: "false"
9288
description: Build a source image.
@@ -152,7 +148,7 @@ spec:
152148
- name: name
153149
value: git-clone-oci-ta
154150
- name: bundle
155-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:36d98ab04eaac2c964149060c773ac20df42f91527db6c40b7b250e6eeff5821
151+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:4a601aeec58a1dd89c271e728fd8f0d84777825b46940c3aec27f15bab3edacf
156152
- name: kind
157153
value: task
158154
resolver: bundles
@@ -263,19 +259,21 @@ spec:
263259
- name: build-source-image
264260
params:
265261
- name: BINARY_IMAGE
266-
value: $(params.output-image)
262+
value: $(tasks.build-image-index.results.IMAGE_URL)
267263
- name: SOURCE_ARTIFACT
268264
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
269265
- name: CACHI2_ARTIFACT
270266
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
267+
- name: BINARY_IMAGE_DIGEST
268+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
271269
runAfter:
272270
- build-image-index
273271
taskRef:
274272
params:
275273
- name: name
276274
value: source-build-oci-ta
277275
- name: bundle
278-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:6b680de219756dc208b940441875e8e431fbf88de873348f35d795ff0d6aa77a
276+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:7a36cc284c5932c18e117fe5995f3246b5dcc11ec742b66a2f9ae710034b064f
279277
- name: kind
280278
value: task
281279
resolver: bundles
@@ -301,7 +299,7 @@ spec:
301299
- name: name
302300
value: deprecated-image-check
303301
- name: bundle
304-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e18b32cac948b732f331531f43eca7eed2071dcd8bdb383c7481a3fb8e5e4723
302+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:1d07d16810c26713f3d875083924d93697900147364360587ccb5a63f2c31012
305303
- name: kind
306304
value: task
307305
resolver: bundles
@@ -323,7 +321,7 @@ spec:
323321
- name: name
324322
value: clair-scan
325323
- name: bundle
326-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:f636f2cbe91d9d4d9685a38c8bc680a36e17f568ec0e60a93da82d1284b488c5
324+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:893ffa3ce26b061e21bb4d8db9ef7ed4ddd4044fe7aa5451ef391034da3ff759
327325
- name: kind
328326
value: task
329327
resolver: bundles
@@ -343,7 +341,7 @@ spec:
343341
- name: name
344342
value: ecosystem-cert-preflight-checks
345343
- name: bundle
346-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9
344+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:e106b6182e72c8f34ceae3f56b0b1aa2b4dc60f573877d9e51c3791029a7acb6
347345
- name: kind
348346
value: task
349347
resolver: bundles
@@ -369,7 +367,7 @@ spec:
369367
- name: name
370368
value: sast-snyk-check-oci-ta
371369
- name: bundle
372-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.3@sha256:ed777841052e05c61abc9fc66f6aad65f113bad719eeb2e04ce490fc175aaebe
370+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:322c86ad5ee252c04440184d9f5046d276415148cb6bfaf571be1b102101786b
373371
- name: kind
374372
value: task
375373
resolver: bundles
@@ -391,7 +389,7 @@ spec:
391389
- name: name
392390
value: clamav-scan
393391
- name: bundle
394-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:0db068e8a59612472a2483f5113893d0c5c9102e9ad7647d9a4789360e5bc2dc
392+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:b0bd59748cda4a7abf311e4f448e6c1d00c6b6d8c0ecc1c2eb33e08dc0e0b802
395393
- name: kind
396394
value: task
397395
resolver: bundles
@@ -434,7 +432,7 @@ spec:
434432
- name: name
435433
value: sast-coverity-check-oci-ta
436434
- name: bundle
437-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.2@sha256:8e0e58ccae796157e9858c10420704de37f2f05e8897b1ffe1e6a7318ec7176b
435+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:cdbe1a968676e4f5519b082bf1e27a4cdcf66dd60af66dbc26b3e604f957f7e9
438436
- name: kind
439437
value: task
440438
resolver: bundles
@@ -455,7 +453,7 @@ spec:
455453
- name: name
456454
value: coverity-availability-check
457455
- name: bundle
458-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2@sha256:8653d290298593e4db9457ab00d9160738c31c384b7615ee30626ccab6f96ed8
456+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check-oci-ta:0.2@sha256:cc68e11a84cdc2f9f0ab1ca2f5f475076f591b435f5ae65c18414d8119f16ff4
459457
- name: kind
460458
value: task
461459
resolver: bundles
@@ -481,7 +479,7 @@ spec:
481479
- name: name
482480
value: sast-shell-check-oci-ta
483481
- name: bundle
484-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:ee189dd93e5c92fb56e172d67078008165d2ff97f180d96206d024f5b59d83fb
482+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
485483
- name: kind
486484
value: task
487485
resolver: bundles
@@ -498,14 +496,16 @@ spec:
498496
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
499497
- name: CACHI2_ARTIFACT
500498
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
499+
- name: image-digest
500+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
501501
runAfter:
502502
- build-image-index
503503
taskRef:
504504
params:
505505
- name: name
506506
value: sast-unicode-check-oci-ta
507507
- name: bundle
508-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:3a128580c41abdac5bd76d0d1e066f2f3473278ba9fab90639878a27ced7a0e6
508+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
509509
- name: kind
510510
value: task
511511
resolver: bundles
@@ -565,7 +565,7 @@ spec:
565565
- name: name
566566
value: rpms-signature-scan
567567
- name: bundle
568-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:3bf6d1bcd57af1095b06b4c489f965551364b1f1f72a807de9cab3c23142dca5
568+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
569569
- name: kind
570570
value: task
571571
resolver: bundles

0 commit comments

Comments
 (0)