Skip to content

Commit b51e4e5

Browse files
Update Konflux references
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 7b96b99 commit b51e4e5

File tree

2 files changed

+48
-56
lines changed

2 files changed

+48
-56
lines changed

.tekton/grafana-pull-request.yaml

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "release-9.0"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-9.0"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: ceph-9-0
1615
appstudio.openshift.io/component: grafana-9-0
@@ -53,7 +52,7 @@ spec:
5352
- name: name
5453
value: show-sbom
5554
- name: bundle
56-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
55+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
5756
- name: kind
5857
value: task
5958
resolver: bundles
@@ -69,13 +68,11 @@ spec:
6968
name: output-image
7069
type: string
7170
- default: .
72-
description: Path to the source code of an application's component from where
73-
to build image.
71+
description: Path to the source code of an application's component from where to build image.
7472
name: path-context
7573
type: string
7674
- default: Dockerfile
77-
description: Path to the Dockerfile inside the context specified by parameter
78-
path-context
75+
description: Path to the Dockerfile inside the context specified by parameter path-context
7976
name: dockerfile
8077
type: string
8178
- default: "false"
@@ -95,8 +92,7 @@ spec:
9592
name: prefetch-input
9693
type: string
9794
- default: ""
98-
description: Image tag expiration time, time values could be something like
99-
1h, 2d, 3w for hours, days, and weeks, respectively.
95+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
10096
name: image-expires-after
10197
type: string
10298
- default: "false"
@@ -116,14 +112,12 @@ spec:
116112
name: build-args-file
117113
type: string
118114
- default: "false"
119-
description: Whether to enable privileged mode, should be used only with remote
120-
VMs
115+
description: Whether to enable privileged mode, should be used only with remote VMs
121116
name: privileged-nested
122117
type: string
123118
- default:
124119
- linux/x86_64
125-
description: List of platforms to build the container images on. The available
126-
set of values is determined by the configuration of the multi-platform-controller.
120+
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.
127121
name: build-platforms
128122
type: array
129123
results:
@@ -153,7 +147,7 @@ spec:
153147
- name: name
154148
value: init
155149
- name: bundle
156-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
150+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
157151
- name: kind
158152
value: task
159153
resolver: bundles
@@ -203,7 +197,7 @@ spec:
203197
- name: name
204198
value: prefetch-dependencies-oci-ta
205199
- name: bundle
206-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
200+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
207201
- name: kind
208202
value: task
209203
resolver: bundles
@@ -253,7 +247,7 @@ spec:
253247
- name: name
254248
value: buildah-remote-oci-ta
255249
- name: bundle
256-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
250+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
257251
- name: kind
258252
value: task
259253
resolver: bundles
@@ -282,7 +276,7 @@ spec:
282276
- name: name
283277
value: build-image-index
284278
- name: bundle
285-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
279+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
286280
- name: kind
287281
value: task
288282
resolver: bundles
@@ -294,19 +288,21 @@ spec:
294288
- name: build-source-image
295289
params:
296290
- name: BINARY_IMAGE
297-
value: $(params.output-image)
291+
value: $(tasks.build-image-index.results.IMAGE_URL)
298292
- name: SOURCE_ARTIFACT
299293
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
300294
- name: CACHI2_ARTIFACT
301295
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
296+
- name: BINARY_IMAGE_DIGEST
297+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
302298
runAfter:
303299
- build-image-index
304300
taskRef:
305301
params:
306302
- name: name
307303
value: source-build-oci-ta
308304
- name: bundle
309-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
305+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
310306
- name: kind
311307
value: task
312308
resolver: bundles
@@ -354,7 +350,7 @@ spec:
354350
- name: name
355351
value: clair-scan
356352
- name: bundle
357-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
353+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
358354
- name: kind
359355
value: task
360356
resolver: bundles
@@ -374,7 +370,7 @@ spec:
374370
- name: name
375371
value: ecosystem-cert-preflight-checks
376372
- name: bundle
377-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
373+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
378374
- name: kind
379375
value: task
380376
resolver: bundles
@@ -400,7 +396,7 @@ spec:
400396
- name: name
401397
value: sast-snyk-check-oci-ta
402398
- name: bundle
403-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
399+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
404400
- name: kind
405401
value: task
406402
resolver: bundles
@@ -422,7 +418,7 @@ spec:
422418
- name: name
423419
value: clamav-scan
424420
- name: bundle
425-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
421+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
426422
- name: kind
427423
value: task
428424
resolver: bundles
@@ -467,7 +463,7 @@ spec:
467463
- name: name
468464
value: sast-coverity-check-oci-ta
469465
- name: bundle
470-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ed979367665223d0539b11542ac174c37cc7fe85d88f05168d9a7a3177475e
466+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
471467
- name: kind
472468
value: task
473469
resolver: bundles
@@ -514,7 +510,7 @@ spec:
514510
- name: name
515511
value: sast-shell-check-oci-ta
516512
- name: bundle
517-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
513+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
518514
- name: kind
519515
value: task
520516
resolver: bundles
@@ -540,7 +536,7 @@ spec:
540536
- name: name
541537
value: sast-unicode-check-oci-ta
542538
- name: bundle
543-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
539+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
544540
- name: kind
545541
value: task
546542
resolver: bundles
@@ -585,7 +581,7 @@ spec:
585581
- name: name
586582
value: push-dockerfile-oci-ta
587583
- name: bundle
588-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
584+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
589585
- name: kind
590586
value: task
591587
resolver: bundles

.tekton/grafana-push.yaml

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "release-9.0"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-9.0"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: ceph-9-0
1514
appstudio.openshift.io/component: grafana-9-0
@@ -50,7 +49,7 @@ spec:
5049
- name: name
5150
value: show-sbom
5251
- name: bundle
53-
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2
52+
value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:86c069cac0a669797e8049faa8aa4088e70ff7fcd579d5bdc37626a9e0488a05
5453
- name: kind
5554
value: task
5655
resolver: bundles
@@ -66,13 +65,11 @@ spec:
6665
name: output-image
6766
type: string
6867
- default: .
69-
description: Path to the source code of an application's component from where
70-
to build image.
68+
description: Path to the source code of an application's component from where to build image.
7169
name: path-context
7270
type: string
7371
- default: Dockerfile
74-
description: Path to the Dockerfile inside the context specified by parameter
75-
path-context
72+
description: Path to the Dockerfile inside the context specified by parameter path-context
7673
name: dockerfile
7774
type: string
7875
- default: "false"
@@ -92,8 +89,7 @@ spec:
9289
name: prefetch-input
9390
type: string
9491
- default: ""
95-
description: Image tag expiration time, time values could be something like
96-
1h, 2d, 3w for hours, days, and weeks, respectively.
92+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9793
name: image-expires-after
9894
type: string
9995
- default: "false"
@@ -113,14 +109,12 @@ spec:
113109
name: build-args-file
114110
type: string
115111
- default: "false"
116-
description: Whether to enable privileged mode, should be used only with remote
117-
VMs
112+
description: Whether to enable privileged mode, should be used only with remote VMs
118113
name: privileged-nested
119114
type: string
120115
- default:
121116
- linux/x86_64
122-
description: List of platforms to build the container images on. The available
123-
set of values is determined by the configuration of the multi-platform-controller.
117+
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.
124118
name: build-platforms
125119
type: array
126120
results:
@@ -150,7 +144,7 @@ spec:
150144
- name: name
151145
value: init
152146
- name: bundle
153-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a
147+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:1d8221c84f91b923d89de50bf16481ea729e3b68ea04a9a7cbe8485ddbb27ee6
154148
- name: kind
155149
value: task
156150
resolver: bundles
@@ -200,7 +194,7 @@ spec:
200194
- name: name
201195
value: prefetch-dependencies-oci-ta
202196
- name: bundle
203-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
197+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:092491ac0f6e1009d10c58a1319d1029371bf637cc1293cceba53c6da5314ed1
204198
- name: kind
205199
value: task
206200
resolver: bundles
@@ -250,7 +244,7 @@ spec:
250244
- name: name
251245
value: buildah-remote-oci-ta
252246
- name: bundle
253-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:5b8d51fa889cdac873750904c3fccc0cca1c4f65af16902ebb2b573151f80657
247+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.4@sha256:9e866d4d0489a6ab84ae263db416c9f86d2d6117ef4444f495a0e97388ae3ac0
254248
- name: kind
255249
value: task
256250
resolver: bundles
@@ -279,7 +273,7 @@ spec:
279273
- name: name
280274
value: build-image-index
281275
- name: bundle
282-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2
276+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:3499772af90aad0d3935629be6d37dd9292195fb629e6f43ec839c7f545a0faa
283277
- name: kind
284278
value: task
285279
resolver: bundles
@@ -291,19 +285,21 @@ spec:
291285
- name: build-source-image
292286
params:
293287
- name: BINARY_IMAGE
294-
value: $(params.output-image)
288+
value: $(tasks.build-image-index.results.IMAGE_URL)
295289
- name: SOURCE_ARTIFACT
296290
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
297291
- name: CACHI2_ARTIFACT
298292
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
293+
- name: BINARY_IMAGE_DIGEST
294+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
299295
runAfter:
300296
- build-image-index
301297
taskRef:
302298
params:
303299
- name: name
304300
value: source-build-oci-ta
305301
- name: bundle
306-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.2@sha256:b424894fc8e806c12658daa565b835fd2d66e7f7608afc47529eb7b410f030d7
302+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:b1eb49583b41872b27356fee20d5f0eb6ff7f5cdeacde7ffb39655f031104728
307303
- name: kind
308304
value: task
309305
resolver: bundles
@@ -351,7 +347,7 @@ spec:
351347
- name: name
352348
value: clair-scan
353349
- name: bundle
354-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43
350+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:417f44117f8d87a4a62fea6589b5746612ac61640b454dbd88f74892380411f2
355351
- name: kind
356352
value: task
357353
resolver: bundles
@@ -371,7 +367,7 @@ spec:
371367
- name: name
372368
value: ecosystem-cert-preflight-checks
373369
- name: bundle
374-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448
370+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:f99d2bdb02f13223d494077a2cde31418d09369f33c02134a8e7e5fad2f61eda
375371
- name: kind
376372
value: task
377373
resolver: bundles
@@ -397,7 +393,7 @@ spec:
397393
- name: name
398394
value: sast-snyk-check-oci-ta
399395
- name: bundle
400-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:e61f541189b30d14292ef8df36ccaf13f7feb2378fed5f74cb6293b3e79eb687
396+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:fe5e5ba3a72632cd505910de2eacd62c9d11ed570c325173188f8d568ac60771
401397
- name: kind
402398
value: task
403399
resolver: bundles
@@ -419,7 +415,7 @@ spec:
419415
- name: name
420416
value: clamav-scan
421417
- name: bundle
422-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338
418+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:7749146f7e4fe530846f1b15c9366178ec9f44776ef1922a60d3e7e2b8c6426b
423419
- name: kind
424420
value: task
425421
resolver: bundles
@@ -464,7 +460,7 @@ spec:
464460
- name: name
465461
value: sast-coverity-check-oci-ta
466462
- name: bundle
467-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ed979367665223d0539b11542ac174c37cc7fe85d88f05168d9a7a3177475e
463+
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:f9ca942208dc2e63b479384ccc56a611cc793397ecc837637b5b9f89c2ecbefe
468464
- name: kind
469465
value: task
470466
resolver: bundles
@@ -511,7 +507,7 @@ spec:
511507
- name: name
512508
value: sast-shell-check-oci-ta
513509
- name: bundle
514-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:808bcaf75271db6a999f53fdefb973a385add94a277d37fbd3df68f8ac7dfaa3
510+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:bf7bdde00b7212f730c1356672290af6f38d070da2c8a316987b5c32fd49e0b9
515511
- name: kind
516512
value: task
517513
resolver: bundles
@@ -537,7 +533,7 @@ spec:
537533
- name: name
538534
value: sast-unicode-check-oci-ta
539535
- name: bundle
540-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
536+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
541537
- name: kind
542538
value: task
543539
resolver: bundles
@@ -582,7 +578,7 @@ spec:
582578
- name: name
583579
value: push-dockerfile-oci-ta
584580
- name: bundle
585-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:5d8013b6a27bbc5e4ff261144616268f28417ed0950d583ef36349fcd59d3d3d
581+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:8c75c4a747e635e5f3e12266a3bb6e5d3132bf54e37eaa53d505f89897dd8eca
586582
- name: kind
587583
value: task
588584
resolver: bundles

0 commit comments

Comments
 (0)