Skip to content

Commit 9d3fd08

Browse files
Merge pull request #117 from umago/related-iamge-console
Add missing RELATED_IMAGE_CONSOLE env vars
2 parents 48b5142 + 0572c89 commit 9d3fd08

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

bundle/manifests/openstack-lightspeed-operator.clusterserviceversion.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
]
2626
capabilities: Basic Install
2727
categories: AI/Machine Learning
28-
createdAt: "2026-06-11T09:06:59Z"
28+
createdAt: "2026-06-22T19:14:00Z"
2929
description: AI-powered virtual assistant for Red Hat OpenStack Services on OpenShift
3030
features.operators.openshift.io/cnf: "false"
3131
features.operators.openshift.io/cni: "false"
@@ -301,6 +301,10 @@ spec:
301301
value: registry.redhat.io/rhel9/postgresql-16:latest
302302
- name: RELATED_IMAGE_OKP_IMAGE_URL_DEFAULT
303303
value: registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
304+
- name: RELATED_IMAGE_CONSOLE_IMAGE_URL_DEFAULT
305+
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12
306+
- name: RELATED_IMAGE_CONSOLE_PF5_IMAGE_URL_DEFAULT
307+
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12
304308
image: quay.io/openstack-lightspeed/operator:latest
305309
livenessProbe:
306310
httpGet:
@@ -484,4 +488,8 @@ spec:
484488
name: postgres-image-url-default
485489
- image: registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
486490
name: okp-image-url-default
491+
- image: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12
492+
name: console-image-url-default
493+
- image: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12
494+
name: console-pf5-image-url-default
487495
version: 0.0.1

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ spec:
8383
value: registry.redhat.io/rhel9/postgresql-16:latest
8484
- name: RELATED_IMAGE_OKP_IMAGE_URL_DEFAULT
8585
value: registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
86+
- name: RELATED_IMAGE_CONSOLE_IMAGE_URL_DEFAULT
87+
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12
88+
- name: RELATED_IMAGE_CONSOLE_PF5_IMAGE_URL_DEFAULT
89+
value: registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12
8690
securityContext:
8791
allowPrivilegeEscalation: false
8892
capabilities:

hack/env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ export RELATED_IMAGE_POSTGRES_IMAGE_URL_DEFAULT="registry.redhat.io/rhel9/postgr
77
# is ready.
88
export RELATED_IMAGE_OPENSTACK_LIGHTSPEED_IMAGE_URL_DEFAULT="quay.io/openstack-lightspeed/rag-content:alpha-ogx-os-docs-2025.2"
99
export RELATED_IMAGE_OKP_IMAGE_URL_DEFAULT="registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest"
10+
export RELATED_IMAGE_CONSOLE_IMAGE_URL_DEFAULT="registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-rhel9:1.0.12"
11+
export RELATED_IMAGE_CONSOLE_PF5_IMAGE_URL_DEFAULT="registry.redhat.io/openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9:1.0.12"
1012
export WATCH_NAMESPACE="openstack-lightspeed"

0 commit comments

Comments
 (0)