Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit f5794b6

Browse files
chore(deps): update konflux references (#383)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 3068a2f commit f5794b6

File tree

2 files changed

+34
-38
lines changed

2 files changed

+34
-38
lines changed

.tekton/guac-pull-request.yaml

Lines changed: 17 additions & 19 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-
== "trustification-v0.7.2"
12-
creationTimestamp: null
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "trustification-v0.7.2"
11+
creationTimestamp:
1312
labels:
1413
appstudio.openshift.io/application: guac-0-7-x
1514
appstudio.openshift.io/component: guac
@@ -64,13 +63,11 @@ spec:
6463
name: output-image
6564
type: string
6665
- default: .
67-
description: Path to the source code of an application's component from where
68-
to build image.
66+
description: Path to the source code of an application's component from where to build image.
6967
name: path-context
7068
type: string
7169
- default: Dockerfile
72-
description: Path to the Dockerfile inside the context specified by parameter
73-
path-context
70+
description: Path to the Dockerfile inside the context specified by parameter path-context
7471
name: dockerfile
7572
type: string
7673
- default: "false"
@@ -90,8 +87,7 @@ spec:
9087
name: prefetch-input
9188
type: string
9289
- default: ""
93-
description: Image tag expiration time, time values could be something like
94-
1h, 2d, 3w for hours, days, and weeks, respectively.
90+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9591
name: image-expires-after
9692
- default: "false"
9793
description: Build a source image.
@@ -186,7 +182,7 @@ spec:
186182
- name: name
187183
value: prefetch-dependencies-oci-ta
188184
- name: bundle
189-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
185+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
190186
- name: kind
191187
value: task
192188
resolver: bundles
@@ -227,7 +223,7 @@ spec:
227223
- name: name
228224
value: buildah-oci-ta
229225
- name: bundle
230-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:65864bd7623b8819707ffc0949c390152f99f24308803e773000009f71ed2d6b
226+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
231227
- name: kind
232228
value: task
233229
resolver: bundles
@@ -412,14 +408,16 @@ spec:
412408
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
413409
- name: CACHI2_ARTIFACT
414410
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
411+
- name: image-digest
412+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
415413
runAfter:
416414
- build-image-index
417415
taskRef:
418416
params:
419417
- name: name
420418
value: sast-unicode-check-oci-ta
421419
- name: bundle
422-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
420+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
423421
- name: kind
424422
value: task
425423
resolver: bundles
@@ -455,7 +453,7 @@ spec:
455453
- name: IMAGE_URL
456454
value: $(tasks.build-image-index.results.IMAGE_URL)
457455
- name: IMAGE_DIGEST
458-
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
456+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
459457
runAfter:
460458
- build-image-index
461459
taskRef:
@@ -500,12 +498,12 @@ spec:
500498
- build-image-index
501499
taskRef:
502500
params:
503-
- name: name
504-
value: rpms-signature-scan
505-
- name: bundle
506-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
507-
- name: kind
508-
value: task
501+
- name: name
502+
value: rpms-signature-scan
503+
- name: bundle
504+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
505+
- name: kind
506+
value: task
509507
resolver: bundles
510508
when:
511509
- input: $(params.skip-checks)

.tekton/guac-push.yaml

Lines changed: 17 additions & 19 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-
== "trustification-v0.7.2"
11-
creationTimestamp: null
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "trustification-v0.7.2"
10+
creationTimestamp:
1211
labels:
1312
appstudio.openshift.io/application: guac-0-7-x
1413
appstudio.openshift.io/component: guac
@@ -61,13 +60,11 @@ spec:
6160
name: output-image
6261
type: string
6362
- default: .
64-
description: Path to the source code of an application's component from where
65-
to build image.
63+
description: Path to the source code of an application's component from where to build image.
6664
name: path-context
6765
type: string
6866
- default: Dockerfile
69-
description: Path to the Dockerfile inside the context specified by parameter
70-
path-context
67+
description: Path to the Dockerfile inside the context specified by parameter path-context
7168
name: dockerfile
7269
type: string
7370
- default: "false"
@@ -87,8 +84,7 @@ spec:
8784
name: prefetch-input
8885
type: string
8986
- default: ""
90-
description: Image tag expiration time, time values could be something like
91-
1h, 2d, 3w for hours, days, and weeks, respectively.
87+
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9288
name: image-expires-after
9389
- default: "false"
9490
description: Build a source image.
@@ -183,7 +179,7 @@ spec:
183179
- name: name
184180
value: prefetch-dependencies-oci-ta
185181
- name: bundle
186-
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:5e15408f997557153b13d492aeccb51c01923bfbe4fbdf6f1e8695ce1b82f826
182+
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta:0.2@sha256:a1ddc34bf0a169bb2e64a98caf9027b66af8fc66a3a60f71bb451ce36af6a399
187183
- name: kind
188184
value: task
189185
resolver: bundles
@@ -224,7 +220,7 @@ spec:
224220
- name: name
225221
value: buildah-oci-ta
226222
- name: bundle
227-
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:65864bd7623b8819707ffc0949c390152f99f24308803e773000009f71ed2d6b
223+
value: quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta:0.4@sha256:48b99ad18fd3bde2d22ec2c397d36c55e45ca90ddf1620c9e00bdee518e297bf
228224
- name: kind
229225
value: task
230226
resolver: bundles
@@ -409,14 +405,16 @@ spec:
409405
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
410406
- name: CACHI2_ARTIFACT
411407
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
408+
- name: image-digest
409+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
412410
runAfter:
413411
- build-image-index
414412
taskRef:
415413
params:
416414
- name: name
417415
value: sast-unicode-check-oci-ta
418416
- name: bundle
419-
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.2@sha256:24ad71fde435fc25abba2c4c550beb088b1530f738d3c377e2f635b5f320d57b
417+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.3@sha256:a2bde66f6b4164620298c7d709b8f08515409404000fa1dc2260d2508b135651
420418
- name: kind
421419
value: task
422420
resolver: bundles
@@ -452,7 +450,7 @@ spec:
452450
- name: IMAGE_URL
453451
value: $(tasks.build-image-index.results.IMAGE_URL)
454452
- name: IMAGE_DIGEST
455-
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
453+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
456454
runAfter:
457455
- build-image-index
458456
taskRef:
@@ -497,12 +495,12 @@ spec:
497495
- build-image-index
498496
taskRef:
499497
params:
500-
- name: name
501-
value: rpms-signature-scan
502-
- name: bundle
503-
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
504-
- name: kind
505-
value: task
498+
- name: name
499+
value: rpms-signature-scan
500+
- name: bundle
501+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120
502+
- name: kind
503+
value: task
506504
resolver: bundles
507505
when:
508506
- input: $(params.skip-checks)

0 commit comments

Comments
 (0)