Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 22 additions & 21 deletions .tekton/operator-index-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,24 +367,25 @@ spec:
operator: in
values: ["false"]

- name: fbc-fips-check-oci-ta
params:
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
taskRef:
params:
- name: name
value: fbc-fips-check-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:d498c722419805d2d737255a69acb542d0ae67acf6eea564757f0033914666bc
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values: ["false"]
# TODO: Uncomment the check once https://issues.redhat.com/browse/KONFLUX-12211 is fixed
# - name: fbc-fips-check-oci-ta
# params:
# - name: image-digest
# value: $(tasks.build-image-index.results.IMAGE_DIGEST)
# - name: image-url
# value: $(tasks.build-image-index.results.IMAGE_URL)
# - name: SOURCE_ARTIFACT
# value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
# taskRef:
# params:
# - name: name
# value: fbc-fips-check-oci-ta
# - name: bundle
# value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:d498c722419805d2d737255a69acb542d0ae67acf6eea564757f0033914666bc
# - name: kind
# value: task
# resolver: bundles
# when:
# - input: $(params.skip-checks)
# operator: in
# values: ["false"]
2 changes: 2 additions & 0 deletions bundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,5 @@ images:
version: 4.9.1
- image: registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b3fbc67b7b2333acf5b574dafc727b5953ff8360b2a9ead7505d3f223f29dbe6
version: 4.9.2
- image: registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897
version: 4.9.3
135 changes: 135 additions & 0 deletions catalog-bundle-object/rhacs-operator/catalog.json

Large diffs are not rendered by default.

Loading