Skip to content

Commit b71b073

Browse files
Merge pull request #1605 from blublinsky/bundle-update
regenerate the bundle to align it with APIs
2 parents 082a27d + 5c01beb commit b71b073

6 files changed

Lines changed: 46 additions & 9 deletions

File tree

api/v1alpha1/olsconfig_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ type OLSSpec struct {
209209
// Enable introspection features (e.g. built-in OpenShift MCP server). Omitted means use the
210210
// CRD default (true); explicit false disables introspection.
211211
// +kubebuilder:validation:Optional
212-
// +kubebuilder:default=true
213212
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Introspection Enabled",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:booleanSwitch"}
214213
IntrospectionEnabled *bool `json:"introspectionEnabled,omitempty"`
215214
// MCP Kubernetes server configuration

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ LABEL io.k8s.display-name="Openshift Lightspeed"
3333
LABEL io.openshift.tags="openshift,lightspeed,ai,assistant"
3434
LABEL name="openshift-lightspeed/lightspeed-operator-bundle"
3535
LABEL cpe="cpe:/a:redhat:openshift_lightspeed:1::el9"
36-
LABEL release=1.0.12
36+
LABEL release=1.0.11
3737
LABEL url="https://github.com/openshift/lightspeed-operator"
3838
LABEL vendor="Red Hat, Inc."
39-
LABEL version=1.0.12
39+
LABEL version=1.0.11
4040
LABEL summary="Red Hat OpenShift Lightspeed"
4141

4242
# OCP compatibility labels

bundle/manifests/lightspeed-operator.clusterserviceversion.yaml

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata:
3838
]
3939
capabilities: Seamless Upgrades
4040
console.openshift.io/operator-monitoring-default: "true"
41-
createdAt: "2026-05-06T14:29:56Z"
41+
createdAt: "2026-05-07T12:08:38Z"
4242
features.operators.openshift.io/cnf: "false"
4343
features.operators.openshift.io/cni: "false"
4444
features.operators.openshift.io/csi: "false"
@@ -114,6 +114,24 @@ spec:
114114
- description: Fake Provider MCP Tool Call
115115
displayName: Fake Provider MCP Tool Call
116116
path: llm.providers[0].fakeProviderMCPToolCall
117+
- description: Google Vertex Anthropic Config
118+
displayName: Google Vertex Anthropic Config
119+
path: llm.providers[0].googleVertexAnthropicConfig
120+
- description: Server region location
121+
displayName: Server Region Location
122+
path: llm.providers[0].googleVertexAnthropicConfig.location
123+
- description: Google Cloud project ID
124+
displayName: Google Cloud Project ID
125+
path: llm.providers[0].googleVertexAnthropicConfig.projectID
126+
- description: Google Vertex Config
127+
displayName: Google Vertex Config
128+
path: llm.providers[0].googleVertexConfig
129+
- description: Server region location
130+
displayName: Server Region Location
131+
path: llm.providers[0].googleVertexConfig.location
132+
- description: Google Cloud project ID
133+
displayName: Google Cloud Project ID
134+
path: llm.providers[0].googleVertexConfig.projectID
117135
- description: List of models from the provider
118136
displayName: Models
119137
path: llm.providers[0].models
@@ -262,7 +280,9 @@ spec:
262280
- description: Pull secrets for BYOK RAG images from image registries requiring authentication
263281
displayName: Image Pull Secrets
264282
path: ols.imagePullSecrets
265-
- description: Enable introspection features
283+
- description: |-
284+
Enable introspection features (e.g. built-in OpenShift MCP server). Omitted means use the
285+
CRD default (true); explicit false disables introspection.
266286
displayName: Introspection Enabled
267287
path: ols.introspectionEnabled
268288
x-descriptors:
@@ -383,7 +403,6 @@ spec:
383403
- tls.key: Private key (PEM format) - REQUIRED
384404
- ca.crt: CA certificate for console proxy trust (PEM format) - OPTIONAL
385405
386-
387406
If ca.crt is not provided, the OpenShift Console proxy will use the default system trust store.
388407
displayName: TLS Certificate Secret Reference
389408
path: ols.tlsConfig.keyCertSecretRef
@@ -1018,4 +1037,4 @@ spec:
10181037
- name: lightspeed-postgresql
10191038
image: registry.redhat.io/rhel9/postgresql-16@sha256:42f385ac3c9b8913426da7c57e70bc6617cd237aaf697c667f6385a8c0b0118b
10201039
- name: lightspeed-operator-bundle
1021-
image: registry.redhat.io/openshift-lightspeed/lightspeed-operator-bundle@sha256:893099609cd961e0c9c2d50f929565ac7214d39e3263203ee52449ce61c82db0
1040+
image: registry.redhat.io/openshift-lightspeed/lightspeed-operator-bundle@sha256:3705e3ec24aa4e0cb6d8d9d178ad02949d1bc787741c02f4ed312a7e18440cd5

bundle/manifests/ols.openshift.io_olsconfigs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4412,7 +4412,9 @@ spec:
44124412
x-kubernetes-map-type: atomic
44134413
type: array
44144414
introspectionEnabled:
4415-
description: Enable introspection features
4415+
description: |-
4416+
Enable introspection features (e.g. built-in OpenShift MCP server). Omitted means use the
4417+
CRD default (true); explicit false disables introspection.
44164418
type: boolean
44174419
logLevel:
44184420
default: INFO

config/crd/bases/ols.openshift.io_olsconfigs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4412,7 +4412,6 @@ spec:
44124412
x-kubernetes-map-type: atomic
44134413
type: array
44144414
introspectionEnabled:
4415-
default: true
44164415
description: |-
44174416
Enable introspection features (e.g. built-in OpenShift MCP server). Omitted means use the
44184417
CRD default (true); explicit false disables introspection.

config/manifests/bases/lightspeed-operator.clusterserviceversion.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,24 @@ spec:
8080
- description: Fake Provider MCP Tool Call
8181
displayName: Fake Provider MCP Tool Call
8282
path: llm.providers[0].fakeProviderMCPToolCall
83+
- description: Google Vertex Anthropic Config
84+
displayName: Google Vertex Anthropic Config
85+
path: llm.providers[0].googleVertexAnthropicConfig
86+
- description: Server region location
87+
displayName: Server Region Location
88+
path: llm.providers[0].googleVertexAnthropicConfig.location
89+
- description: Google Cloud project ID
90+
displayName: Google Cloud Project ID
91+
path: llm.providers[0].googleVertexAnthropicConfig.projectID
92+
- description: Google Vertex Config
93+
displayName: Google Vertex Config
94+
path: llm.providers[0].googleVertexConfig
95+
- description: Server region location
96+
displayName: Server Region Location
97+
path: llm.providers[0].googleVertexConfig.location
98+
- description: Google Cloud project ID
99+
displayName: Google Cloud Project ID
100+
path: llm.providers[0].googleVertexConfig.projectID
83101
- description: List of models from the provider
84102
displayName: Models
85103
path: llm.providers[0].models

0 commit comments

Comments
 (0)