Skip to content

Commit 7f9562e

Browse files
Update Konflux references
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent 33a8c60 commit 7f9562e

2 files changed

Lines changed: 48 additions & 68 deletions

.tekton/aws-load-balancer-operator-container-aws-lb-optr-1-2-rhel-8-pull-request.yaml

Lines changed: 24 additions & 34 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-1.2"
13-
creationTimestamp: null
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-1.2"
12+
creationTimestamp:
1413
labels:
1514
appstudio.openshift.io/application: aws-lb-optr-1-2-rhel-8
1615
appstudio.openshift.io/component: aws-load-balancer-operator-container-aws-lb-optr-1-2-rhel-8
@@ -47,13 +46,11 @@ spec:
4746
name: output-image
4847
type: string
4948
- default: .
50-
description: Path to the source code of an application's component from where
51-
to build image.
49+
description: Path to the source code of an application's component from where to build image.
5250
name: path-context
5351
type: string
5452
- default: Dockerfile
55-
description: Path to the Dockerfile inside the context specified by parameter
56-
path-context
53+
description: Path to the Dockerfile inside the context specified by parameter path-context
5754
name: dockerfile
5855
type: string
5956
- default: "false"
@@ -73,8 +70,7 @@ spec:
7370
name: prefetch-input
7471
type: string
7572
- default: ""
76-
description: Image tag expiration time, time values could be something like
77-
1h, 2d, 3w for hours, days, and weeks, respectively.
73+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
7874
name: image-expires-after
7975
type: string
8076
- default: "false"
@@ -86,8 +82,7 @@ spec:
8682
name: build-image-index
8783
type: string
8884
- default: docker
89-
description: The format for the resulting image's mediaType. Valid values are
90-
oci or docker.
85+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
9186
name: buildah-format
9287
type: string
9388
- default: "false"
@@ -102,8 +97,7 @@ spec:
10297
name: build-args-file
10398
type: string
10499
- default: "false"
105-
description: Whether to enable privileged mode, should be used only with remote
106-
VMs
100+
description: Whether to enable privileged mode, should be used only with remote VMs
107101
name: privileged-nested
108102
type: string
109103
results:
@@ -135,7 +129,7 @@ spec:
135129
- name: name
136130
value: init
137131
- name: bundle
138-
value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:75b88ee5e134a22ee35eb974808dfe6a63693115fa445208a9060a7175b448cf
132+
value: quay.io/konflux-ci/tekton-catalog/task-init:0.4@sha256:5a423246792ac501ea279229b42ee57da9927da441c04b5c9ff86817b0856b08
139133
- name: kind
140134
value: task
141135
resolver: bundles
@@ -156,7 +150,7 @@ spec:
156150
- name: name
157151
value: git-clone-oci-ta
158152
- name: bundle
159-
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.1@sha256:0a89e1a6304076525e9766f63a4cd006763d21d5aca6863281fc427537a23c6f
153+
value: quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.2@sha256:e5ba1f8549e6a0f043629ef00bea7511957121e05304b688f40ff12304560f38
160154
- name: kind
161155
value: task
162156
resolver: bundles
@@ -185,7 +179,7 @@ spec:
185179
- name: name
186180
value: prefetch-dependencies-oci-ta
187181
- name: bundle
188-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:3fa0204a481044b21f0e784ce39cbd25e8fb49c664a5458f3eef351fff1c906e
182+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.3@sha256:92956e75cd4714286f9c0c043f5301d1c0df1d750884edeceee87e0a91cc1975
189183
- name: kind
190184
value: task
191185
resolver: bundles
@@ -236,7 +230,7 @@ spec:
236230
- name: name
237231
value: buildah-oci-ta
238232
- name: bundle
239-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.7@sha256:5ccd3a83a04cb98af78ac574db76775f8e871b1bbb746994539404257b5707f1
233+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.10@sha256:62de839675c8da5040939d59a6f96bc52f86952a9fe7a06accb17921cef3a9d3
240234
- name: kind
241235
value: task
242236
resolver: bundles
@@ -249,10 +243,6 @@ spec:
249243
params:
250244
- name: IMAGE
251245
value: $(params.output-image)
252-
- name: COMMIT_SHA
253-
value: $(tasks.clone-repository.results.commit)
254-
- name: IMAGE_EXPIRES_AFTER
255-
value: $(params.image-expires-after)
256246
- name: ALWAYS_BUILD_INDEX
257247
value: $(params.build-image-index)
258248
- name: IMAGES
@@ -267,7 +257,7 @@ spec:
267257
- name: name
268258
value: build-image-index
269259
- name: bundle
270-
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.2@sha256:39561ac43e325159497c10c0284cf61dfddf39e39100ca5e3df6b73c5d96db8b
260+
value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.3@sha256:70c52e88e737340e7b58418fda38c13273aa7cdf587b825778e3560aca1d1133
271261
- name: kind
272262
value: task
273263
resolver: bundles
@@ -293,7 +283,7 @@ spec:
293283
- name: name
294284
value: source-build-oci-ta
295285
- name: bundle
296-
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:4abb2dbc9dcfad52d56b490a2f25f99989a2cb2bbd9881223025272db60fd75e
286+
value: quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta:0.3@sha256:2dd5b3e88f2ff3ea5679dfae07a14ee840b828610edd0c2e1ff2d8b25e808fe2
297287
- name: kind
298288
value: task
299289
resolver: bundles
@@ -319,7 +309,7 @@ spec:
319309
- name: name
320310
value: deprecated-image-check
321311
- name: bundle
322-
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:462baed733dfc38aca5395499e92f19b6f13a74c2e88fe5d86c3cffa2f899b57
312+
value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:e78d0d3baf3c8cfc1a5ad278196b74032d9568b143a87c7a79ab780fedfb296e
323313
- name: kind
324314
value: task
325315
resolver: bundles
@@ -341,7 +331,7 @@ spec:
341331
- name: name
342332
value: clair-scan
343333
- name: bundle
344-
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:ee558db6af779ab162163ec88f288a5c1b2d5f70c3361f3690a474866e3bdc74
334+
value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.3@sha256:9ff424d913dd7681031a93d8bdbed622cd5536633f8ed0dbb4a9021055cf9d21
345335
- name: kind
346336
value: task
347337
resolver: bundles
@@ -361,7 +351,7 @@ spec:
361351
- name: name
362352
value: ecosystem-cert-preflight-checks
363353
- name: bundle
364-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:04f75593558f79a27da2336400bc63d460bf0c5669e3c13f40ee2fb650b1ad1e
354+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:2e5ebe0b462fd19d85ad314f2709a27b905b729046b5d9bce282b10d333e9d6c
365355
- name: kind
366356
value: task
367357
resolver: bundles
@@ -387,7 +377,7 @@ spec:
387377
- name: name
388378
value: sast-snyk-check-oci-ta
389379
- name: bundle
390-
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.4@sha256:8ad28b7783837a24acbc9a8494c935e796e591ce476085ad5899bebd7e53f077
380+
value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.5@sha256:918327bfbf7237763e764f29f567bc92720955094311acfdd5a889b89282d683
391381
- name: kind
392382
value: task
393383
resolver: bundles
@@ -409,7 +399,7 @@ spec:
409399
- name: name
410400
value: clamav-scan
411401
- name: bundle
412-
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:f3d2d179cddcc07d0228d9f52959a233037a3afa2619d0a8b2effbb467db80c3
402+
value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.3@sha256:53a02326bfb930ca5ef6bfa7a33acca833d57752f34f3cb79255fe2e25e7d217
413403
- name: kind
414404
value: task
415405
resolver: bundles
@@ -426,7 +416,7 @@ spec:
426416
- name: name
427417
value: coverity-availability-check
428418
- name: bundle
429-
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:36400873d3031df128c55aa71ee11d322c3e55fd8f13dc5779098fbc117c0aa3
419+
value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:8b501440a960aec446db2ebc6625a49d0317a9fc7bf0f7bd9b18cb63052db7de
430420
- name: kind
431421
value: task
432422
resolver: bundles
@@ -452,7 +442,7 @@ spec:
452442
- name: name
453443
value: sast-shell-check-oci-ta
454444
- name: bundle
455-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:d44336d7bcbd1f7cedee639357a493bd1f661e2859e49e11a34644bdf6819c4e
445+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:f6a115eb88640f65d6c0e404c55cdd315755577fedf9958c4efd9af5180f6fc3
456446
- name: kind
457447
value: task
458448
resolver: bundles
@@ -478,7 +468,7 @@ spec:
478468
- name: name
479469
value: sast-unicode-check-oci-ta
480470
- name: bundle
481-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:e5a8d3e8e7be7246a1460385b95c084ea6e8fe7520d40fe4389deb90f1bf5176
471+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.4@sha256:4961c44d6475f0343fe73c556a44204daa85d8c47e23f98d723255d1ff98271d
482472
- name: kind
483473
value: task
484474
resolver: bundles
@@ -500,7 +490,7 @@ spec:
500490
- name: name
501491
value: apply-tags
502492
- name: bundle
503-
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:e4017ec351a0891ef95989f35bd20b8c3f091fa1a3da364c4d4e975e99f3063c
493+
value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3@sha256:6387614ae4f9efa8abb7c4175db0ce5d958bc2b90665b4704880e46fbe0535bf
504494
- name: kind
505495
value: task
506496
resolver: bundles
@@ -523,7 +513,7 @@ spec:
523513
- name: name
524514
value: push-dockerfile-oci-ta
525515
- name: bundle
526-
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:08bba4a659ecd48f871bef00b80af58954e5a09fcbb28a1783ddd640c4f6535e
516+
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3@sha256:f3e97e6eaf09d6585e915c3e7b82d110d97e34202bf591a2d990127ba5bb362d
527517
- name: kind
528518
value: task
529519
resolver: bundles
@@ -540,7 +530,7 @@ spec:
540530
- name: name
541531
value: rpms-signature-scan
542532
- name: bundle
543-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:20eb21c60522a12198205f70b9c58cb5d71db561a255a3ba1ced56ae7b4af270
533+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:2f3015ac7a642ea7f104d2194a8cb45921570f9539c6604ddcb5f62796f22a53
544534
- name: kind
545535
value: task
546536
resolver: bundles

0 commit comments

Comments
 (0)