diff --git a/.konflux/shared-resource-webhook/Dockerfile b/.konflux/shared-resource-webhook/Dockerfile index 42a4d7c4e..b3264dbd4 100644 --- a/.konflux/shared-resource-webhook/Dockerfile +++ b/.konflux/shared-resource-webhook/Dockerfile @@ -19,7 +19,7 @@ ENTRYPOINT ["./openshift-builds-shared-resource-webhook"] LABEL \ com.redhat.component="openshift-builds-shared-resource-webhook" \ - cpe="cpe:/a:redhat:openshift_builds:1.8::el9" \ + cpe="cpe:/a:redhat:openshift_builds:1.9::el10" \ description="Red Hat OpenShift Builds CSI Driver Shared Resource Webhook" \ distribution-scope="public" \ io.k8s.description="Red Hat OpenShift Builds CSI Driver Shared Resource Webhook" \ @@ -31,4 +31,4 @@ LABEL \ summary="Red Hat OpenShift Builds Shared Resource Webhook" \ url="https://github.com/openshift/csi-driver-shared-resource" \ vendor="Red Hat, Inc." \ - version="v1.8.0" + version="v1.9.0" diff --git a/.konflux/shared-resource/Dockerfile b/.konflux/shared-resource/Dockerfile index 6047cec51..6895e0c27 100644 --- a/.konflux/shared-resource/Dockerfile +++ b/.konflux/shared-resource/Dockerfile @@ -24,7 +24,7 @@ ENTRYPOINT ["./openshift-builds-shared-resource"] LABEL \ com.redhat.component="openshift-builds-shared-resource" \ - cpe="cpe:/a:redhat:openshift_builds:1.8::el9" \ + cpe="cpe:/a:redhat:openshift_builds:1.9::el10" \ description="Red Hat OpenShift Builds CSI Driver Shared Resource" \ distribution-scope="public" \ io.k8s.description="Red Hat OpenShift Builds CSI Driver Shared Resource" \ @@ -36,4 +36,4 @@ LABEL \ summary="Red Hat OpenShift Builds Shared Resource" \ url="https://github.com/openshift/csi-driver-shared-resource" \ vendor="Red Hat, Inc." \ - version="v1.8.0" + version="v1.9.0"