Skip to content

Commit 2678319

Browse files
Merge pull request #295 from aabughosh/updateconforma421
fix the conforma failures on 4.21
2 parents e859fa3 + 0de13a8 commit 2678319

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.tekton/commatrix-4-21-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
description: Skip checks against built image
6868
name: skip-checks
6969
type: string
70-
- default: "false"
70+
- default: "true"
7171
description: Execute the build with network isolation
7272
name: hermetic
7373
type: string
@@ -80,7 +80,7 @@ spec:
8080
1h, 2d, 3w for hours, days, and weeks, respectively.
8181
name: image-expires-after
8282
type: string
83-
- default: "false"
83+
- default: "true"
8484
description: Build a source image.
8585
name: build-source-image
8686
type: string
@@ -611,7 +611,7 @@ spec:
611611
- name: name
612612
value: rpms-signature-scan
613613
- name: bundle
614-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:f07afcc3eddc7f34ccd29158250b2818499ae7a1c8a8669891bc377fd2742f7e
614+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:7b4e905dcaca1996e0786de6005015b5c37ccfa5631a9873c958e9f5526ef023
615615
- name: kind
616616
value: task
617617
resolver: bundles

.tekton/commatrix-4-21-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
description: Skip checks against built image
6565
name: skip-checks
6666
type: string
67-
- default: "false"
67+
- default: "true"
6868
description: Execute the build with network isolation
6969
name: hermetic
7070
type: string
@@ -77,7 +77,7 @@ spec:
7777
1h, 2d, 3w for hours, days, and weeks, respectively.
7878
name: image-expires-after
7979
type: string
80-
- default: "false"
80+
- default: "true"
8181
description: Build a source image.
8282
name: build-source-image
8383
type: string
@@ -608,7 +608,7 @@ spec:
608608
- name: name
609609
value: rpms-signature-scan
610610
- name: bundle
611-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:f07afcc3eddc7f34ccd29158250b2818499ae7a1c8a8669891bc377fd2742f7e
611+
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:7b4e905dcaca1996e0786de6005015b5c37ccfa5631a9873c958e9f5526ef023
612612
- name: kind
613613
value: task
614614
resolver: bundles

0 commit comments

Comments
 (0)