Skip to content

Commit 52a6f3a

Browse files
Merge pull request #1110 from xrajesh/xav/rel107
Update operator version to 1.0.7
2 parents 89255c2 + 555ef0e commit 52a6f3a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ IMAGE_TAG_BASE ?= quay.io/openshift-lightspeed/lightspeed-operator
3535

3636
# BUNDLE_TAG defines the version of the bundle.
3737
# You can use it as an arg. (E.g make bundle BUNDLE_TAG=0.0.1)
38-
BUNDLE_TAG ?= 1.0.6
38+
BUNDLE_TAG ?= 1.0.7
3939

4040
# set the base image for docker files
4141
# You can use it as an arg. (E.g make bundle BASE_IMG=registry.redhat.io/ubi9/ubi-minimal)

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ LABEL io.k8s.display-name="Openshift Lightspeed"
5959
LABEL io.openshift.tags="openshift,lightspeed,ai,assistant"
6060
LABEL name="openshift-lightspeed/lightspeed-operator-bundle"
6161
LABEL cpe="cpe:/a:redhat:openshift_lightspeed:1::el9"
62-
LABEL release=1.0.6
62+
LABEL release=1.0.7
6363
LABEL url="https://github.com/openshift/lightspeed-operator"
6464
LABEL vendor="Red Hat, Inc."
65-
LABEL version=1.0.6
65+
LABEL version=1.0.7
6666
LABEL summary="Red Hat OpenShift Lightspeed"
6767

6868
# OCP compatibility labels

bundle/manifests/lightspeed-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ metadata:
5555
operators.operatorframework.io/builder: operator-sdk-v1.33.0
5656
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
5757
repository: https://github.com/openshift/lightspeed-operator
58-
name: lightspeed-operator.v1.0.6
58+
name: lightspeed-operator.v1.0.7
5959
namespace: openshift-lightspeed
6060
spec:
6161
apiservicedefinitions: {}
@@ -715,7 +715,7 @@ spec:
715715
provider:
716716
name: Red Hat, Inc
717717
url: https://github.com/openshift/lightspeed-service
718-
version: 1.0.6
718+
version: 1.0.7
719719
relatedImages:
720720
- name: lightspeed-service-api
721721
image: quay.io/openshift-lightspeed/lightspeed-service-api:latest

hack/release-konflux/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kind: Kustomization
77
# channel
88
namePrefix: stable-
99
# version
10-
nameSuffix: -1.0.6-4
10+
nameSuffix: -1.0.7-4
1111

1212
resources:
1313
- base/components.yaml

0 commit comments

Comments
 (0)