diff --git a/.konflux/bundle/bundle.konflux.Dockerfile b/.konflux/bundle/bundle.konflux.Dockerfile index f2c85eac5d..aa2ba7c88a 100644 --- a/.konflux/bundle/bundle.konflux.Dockerfile +++ b/.konflux/bundle/bundle.konflux.Dockerfile @@ -45,6 +45,7 @@ LABEL distribution-scope="public" LABEL release="${OPENSHIFT_VERSION}" LABEL url="https://github.com/openshift-kni/numaresources-operator" LABEL vendor="Red Hat, Inc." +LABEL cpe="cpe:/a:redhat:openshift:4.17::el9" LABEL io.openshift.expose-services="" LABEL io.openshift.tags="numa,topology,node" diff --git a/.konflux/must-gather/must-gather.konflux.Dockerfile b/.konflux/must-gather/must-gather.konflux.Dockerfile index f74734dd67..2745d528f3 100644 --- a/.konflux/must-gather/must-gather.konflux.Dockerfile +++ b/.konflux/must-gather/must-gather.konflux.Dockerfile @@ -36,4 +36,5 @@ LABEL com.redhat.component="numaresources-must-gather-container" \ distribution-scope="public" \ release="${OPENSHIFT_VERSION}" \ url="https://github.com/openshift-kni/numaresources-operator" \ - vendor="Red Hat, Inc." \ No newline at end of file + vendor="Red Hat, Inc." \ + cpe="cpe:/a:redhat:openshift:4.17::el9" \ No newline at end of file diff --git a/.konflux/operator/konflux.Dockerfile b/.konflux/operator/konflux.Dockerfile index 13e1136f80..85d8de2201 100644 --- a/.konflux/operator/konflux.Dockerfile +++ b/.konflux/operator/konflux.Dockerfile @@ -38,4 +38,5 @@ LABEL com.redhat.component="numaresources-operator-container" \ distribution-scope="public" \ release="${OPENSHIFT_VERSION}" \ url="https://github.com/openshift-kni/numaresources-operator" \ - vendor="Red Hat, Inc." \ No newline at end of file + vendor="Red Hat, Inc." \ + cpe="cpe:/a:redhat:openshift:4.17::el9" \ No newline at end of file