Skip to content

Commit 9d4d4cf

Browse files
Merge pull request #2206 from fontivan/sskeard/idms-api-version
Fix the apiVersion for IDMS files
2 parents 02b10f9 + e01adc9 commit 9d4d4cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.konflux/catalog/fbc-images-resolvable-integration-test-idms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# We use this IDMS to check if the images in the FBC are resolvable using the staging or production catalog.
33
# https://github.com/konflux-ci/community-catalog/tree/development/pipelines/validate-fbc-images-resolvable
4-
apiVersion: operator.openshift.io/v1
4+
apiVersion: config.openshift.io/v1
55
kind: ImageDigestMirrorSet
66
metadata:
77
name: fbc-images-resolvable-integration-test-idms

.tekton/images-mirror-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# We use this IDMS in the Conforma tests to check for fips compliance.
33
# https://github.com/konflux-ci/build-definitions/tree/main/task/fbc-fips-check-oci-ta/0.1
4-
apiVersion: operator.openshift.io/v1
4+
apiVersion: config.openshift.io/v1
55
kind: ImageDigestMirrorSet
66
metadata:
77
name: lifecycle-agent-digest-mirror-set

0 commit comments

Comments
 (0)