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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go (if applicable)
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Openstack Lightspeed Operator
# OpenStack Lightspeed Operator

OpenStack Lightspeed Operator is a generative AI-based virtual assistant for
Red Hat OpenStack Services on OpenShift (RHOSO) users.
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/openstacklightspeed_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type OpenStackLightspeedSpec struct {
OpenStackLightspeedCore `json:",inline"`

// +kubebuilder:validation:Optional
// ContainerImage for the Openstack Lightspeed RAG container (will be set to environmental default if empty)
// ContainerImage for the OpenStack Lightspeed RAG container (will be set to environmental default if empty)
RAGImage string `json:"ragImage"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
in LLMEndpoint
type: string
ragImage:
description: ContainerImage for the Openstack Lightspeed RAG container
description: ContainerImage for the OpenStack Lightspeed RAG container
(will be set to environmental default if empty)
type: string
tlsCACertBundle:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
operatorframework.io/suggested-namespace: openshift-lightspeed
operatorframework.io/suggested-namespace: openstack-lightspeed
repository: https://github.com/openstack-lightspeed/operator
name: openstack-lightspeed-operator.v0.0.0
namespace: openshift-lightspeed
spec:
Expand All @@ -30,10 +31,13 @@ spec:
- supported: false
type: AllNamespaces
keywords:
- ai
- assistant
- openstack
- llm
links:
- name: Openstack Lightspeed Operator
url: https://openstack-lightspeed-operator.domain
- name: OpenStack Lightspeed Operator
url: https://github.com/openstack-lightspeed/operator
maintainers:
- email: lmartins@redhat.com
name: Lucas Alvares Gomes
Expand Down
Loading