Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
]
capabilities: Basic Install
categories: AI/Machine Learning
createdAt: "2026-06-11T09:06:59Z"
createdAt: "2026-06-22T19:14:00Z"
description: AI-powered virtual assistant for Red Hat OpenStack Services on OpenShift
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
Expand Down Expand Up @@ -301,6 +301,10 @@ spec:
value: registry.redhat.io/rhel9/postgresql-16:latest
- name: RELATED_IMAGE_OKP_IMAGE_URL_DEFAULT
value: registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
- name: RELATED_IMAGE_CONSOLE_IMAGE_URL_DEFAULT
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12
- name: RELATED_IMAGE_CONSOLE_PF5_IMAGE_URL_DEFAULT
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12
image: quay.io/openstack-lightspeed/operator:latest
livenessProbe:
httpGet:
Expand Down Expand Up @@ -484,4 +488,8 @@ spec:
name: postgres-image-url-default
- image: registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
name: okp-image-url-default
- image: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12
name: console-image-url-default
- image: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12
name: console-pf5-image-url-default
version: 0.0.1
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ spec:
value: registry.redhat.io/rhel9/postgresql-16:latest
- name: RELATED_IMAGE_OKP_IMAGE_URL_DEFAULT
value: registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
- name: RELATED_IMAGE_CONSOLE_IMAGE_URL_DEFAULT
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12
- name: RELATED_IMAGE_CONSOLE_PF5_IMAGE_URL_DEFAULT
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
2 changes: 2 additions & 0 deletions hack/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ export RELATED_IMAGE_POSTGRES_IMAGE_URL_DEFAULT="registry.redhat.io/rhel9/postgr
# is ready.
export RELATED_IMAGE_OPENSTACK_LIGHTSPEED_IMAGE_URL_DEFAULT="quay.io/openstack-lightspeed/rag-content:alpha-ogx-os-docs-2025.2"
export RELATED_IMAGE_OKP_IMAGE_URL_DEFAULT="registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest"
export RELATED_IMAGE_CONSOLE_IMAGE_URL_DEFAULT="registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12"
export RELATED_IMAGE_CONSOLE_PF5_IMAGE_URL_DEFAULT="registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12"
export WATCH_NAMESPACE="openstack-lightspeed"
Loading