Skip to content
Merged
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
4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ LABEL io.k8s.display-name="Openshift Lightspeed"
LABEL io.openshift.tags="openshift,lightspeed,ai,assistant"
LABEL name="openshift-lightspeed/lightspeed-operator-bundle"
LABEL cpe="cpe:/a:redhat:openshift_lightspeed:1::el9"
LABEL release=1.1.1
LABEL release=1.1.2
LABEL url="https://github.com/openshift/lightspeed-operator"
LABEL vendor="Red Hat, Inc."
LABEL version=1.1.1
LABEL version=1.1.2
LABEL summary="Red Hat OpenShift Lightspeed"

# OCP compatibility labels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.36.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/openshift/lightspeed-operator
name: lightspeed-operator.v1.1.1
name: lightspeed-operator.v1.1.2
namespace: openshift-lightspeed
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -995,7 +995,7 @@ spec:
provider:
name: Red Hat, Inc
url: https://github.com/openshift/lightspeed-service
version: 1.1.1
version: 1.1.2
relatedImages:
- name: lightspeed-service-api
image: registry.redhat.io/openshift-lightspeed/lightspeed-service-api-rhel9@sha256:92e6c4726f2370ffb222246dd3ec188f15e4d1f99dafdf78a22332cf0bff6733
Expand Down
4 changes: 2 additions & 2 deletions hack/bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ LABEL io.k8s.display-name="Openshift Lightspeed"
LABEL io.openshift.tags="openshift,lightspeed,ai,assistant"
LABEL name="openshift-lightspeed/lightspeed-operator-bundle"
LABEL cpe="cpe:/a:redhat:openshift_lightspeed:1::el9"
LABEL release=1.1.1
LABEL release=1.1.2
LABEL url="https://github.com/openshift/lightspeed-operator"
LABEL vendor="Red Hat, Inc."
LABEL version=1.1.1
LABEL version=1.1.2
LABEL summary="Red Hat OpenShift Lightspeed"

# OCP compatibility labels
Expand Down