Skip to content
Closed
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 bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG OPERATOR_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-operator:lat
ARG SERVICE_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-service-api:latest
ARG CONSOLE_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-console-plugin:latest
ARG CONSOLE_IMAGE_ORIGINAL_PF5=quay.io/openshift-lightspeed/lightspeed-console-plugin-pf5:latest
ARG OPENSHIFT_MCP_SERVER_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:3a035744b772104c6c592acf8a813daced19362667ed6dab73a00d17eb9c3a43
ARG OPENSHIFT_MCP_SERVER_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
ARG DATAVERSE_EXPORTER_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-to-dataverse-exporter@sha256:ccb6705a5e7ff0c4d371dc72dc8cf319574a2d64bcc0a89ccc7130f626656722
ARG OCP_RAG_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-ocp-rag@sha256:98b50164ee5662fd0e807c76a0f712553442798858ad81e26c2cb307ee3f47e9

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ spec:
- --console-image=quay.io/openshift-lightspeed/lightspeed-console-plugin:latest
- --console-image-pf5=quay.io/openshift-lightspeed/lightspeed-console-plugin-pf5:latest
- --postgres-image=registry.redhat.io/rhel9/postgresql-16@sha256:42f385ac3c9b8913426da7c57e70bc6617cd237aaf697c667f6385a8c0b0118b
- --openshift-mcp-server-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:3a035744b772104c6c592acf8a813daced19362667ed6dab73a00d17eb9c3a43
- --openshift-mcp-server-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- --dataverse-exporter-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-to-dataverse-exporter@sha256:ccb6705a5e7ff0c4d371dc72dc8cf319574a2d64bcc0a89ccc7130f626656722
- --ocp-rag-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-ocp-rag@sha256:98b50164ee5662fd0e807c76a0f712553442798858ad81e26c2cb307ee3f47e9
command:
Expand Down Expand Up @@ -755,7 +755,7 @@ spec:
- name: lightspeed-operator
image: quay.io/openshift-lightspeed/lightspeed-operator:latest
- name: openshift-mcp-server
image: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:3a035744b772104c6c592acf8a813daced19362667ed6dab73a00d17eb9c3a43
image: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-to-dataverse-exporter@sha256:ccb6705a5e7ff0c4d371dc72dc8cf319574a2d64bcc0a89ccc7130f626656722
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ patches:
value: --postgres-image=registry.redhat.io/rhel9/postgresql-16@sha256:42f385ac3c9b8913426da7c57e70bc6617cd237aaf697c667f6385a8c0b0118b
- op: add
path: /spec/template/spec/containers/0/args/-
value: --openshift-mcp-server-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:3a035744b772104c6c592acf8a813daced19362667ed6dab73a00d17eb9c3a43
value: --openshift-mcp-server-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- op: add
path: /spec/template/spec/containers/0/args/-
value: --dataverse-exporter-image=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-to-dataverse-exporter@sha256:ccb6705a5e7ff0c4d371dc72dc8cf319574a2d64bcc0a89ccc7130f626656722
Expand Down
2 changes: 1 addition & 1 deletion hack/template_bundle.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG OPERATOR_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-operator:lat
ARG SERVICE_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-service-api:latest
ARG CONSOLE_IMAGE_ORIGINAL=quay.io/openshift-lightspeed/lightspeed-console-plugin:latest
ARG CONSOLE_IMAGE_ORIGINAL_PF5=quay.io/openshift-lightspeed/lightspeed-console-plugin-pf5:latest
ARG OPENSHIFT_MCP_SERVER_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:3a035744b772104c6c592acf8a813daced19362667ed6dab73a00d17eb9c3a43
ARG OPENSHIFT_MCP_SERVER_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/openshift-mcp-server@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
ARG DATAVERSE_EXPORTER_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-to-dataverse-exporter@sha256:ccb6705a5e7ff0c4d371dc72dc8cf319574a2d64bcc0a89ccc7130f626656722
ARG OCP_RAG_IMAGE_ORIGINAL=quay.io/redhat-user-workloads/crt-nshift-lightspeed-tenant/lightspeed-ocp-rag@sha256:98b50164ee5662fd0e807c76a0f712553442798858ad81e26c2cb307ee3f47e9

Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.16/bundle-v1.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ relatedImages:
- name: lightspeed-operator
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:477acc1afc8df694c5d661f0da917b65c58a21ca3f9b115979278a6ae475b9ee
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:d8f0081fcabbdaa9e5aa4fce5ed15e2a3222a277f6ef55f5a05583480d92dda3
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:d4f3fa25a0dc60de849658ee59d900fcdf314984b27f4c07bdfb667f22001053
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.16/bundle-v1.0.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ relatedImages:
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:a4a1368a3d00d56e9ae9fdc70c00ccc25946cda9b88817eff99ddc3b0e011599
revision: bccc7d41b140e98439584aabe66d4de57bcb78b3
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:4bf3f7bf3168ea4b3c6513ec52c7396493e67a22bfd89cac09273da24828a207
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
revision: f13d47568d7ea7d6befab5b1a18bcb154ef15e6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:e4c636d398654fa0cb60f13beec1cbfb8bc6498cc67c420f9b53edcb06f6ffaa
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.17/bundle-v1.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ relatedImages:
- name: lightspeed-operator
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:477acc1afc8df694c5d661f0da917b65c58a21ca3f9b115979278a6ae475b9ee
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:d8f0081fcabbdaa9e5aa4fce5ed15e2a3222a277f6ef55f5a05583480d92dda3
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:d4f3fa25a0dc60de849658ee59d900fcdf314984b27f4c07bdfb667f22001053
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.17/bundle-v1.0.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ relatedImages:
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:a4a1368a3d00d56e9ae9fdc70c00ccc25946cda9b88817eff99ddc3b0e011599
revision: bccc7d41b140e98439584aabe66d4de57bcb78b3
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:4bf3f7bf3168ea4b3c6513ec52c7396493e67a22bfd89cac09273da24828a207
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
revision: f13d47568d7ea7d6befab5b1a18bcb154ef15e6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:e4c636d398654fa0cb60f13beec1cbfb8bc6498cc67c420f9b53edcb06f6ffaa
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.18/bundle-v1.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ relatedImages:
- name: lightspeed-operator
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:477acc1afc8df694c5d661f0da917b65c58a21ca3f9b115979278a6ae475b9ee
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:d8f0081fcabbdaa9e5aa4fce5ed15e2a3222a277f6ef55f5a05583480d92dda3
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:d4f3fa25a0dc60de849658ee59d900fcdf314984b27f4c07bdfb667f22001053
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.18/bundle-v1.0.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ relatedImages:
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:a4a1368a3d00d56e9ae9fdc70c00ccc25946cda9b88817eff99ddc3b0e011599
revision: bccc7d41b140e98439584aabe66d4de57bcb78b3
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:4bf3f7bf3168ea4b3c6513ec52c7396493e67a22bfd89cac09273da24828a207
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
revision: f13d47568d7ea7d6befab5b1a18bcb154ef15e6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:e4c636d398654fa0cb60f13beec1cbfb8bc6498cc67c420f9b53edcb06f6ffaa
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.19/bundle-v1.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ relatedImages:
- name: lightspeed-operator
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:477acc1afc8df694c5d661f0da917b65c58a21ca3f9b115979278a6ae475b9ee
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:d8f0081fcabbdaa9e5aa4fce5ed15e2a3222a277f6ef55f5a05583480d92dda3
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:d4f3fa25a0dc60de849658ee59d900fcdf314984b27f4c07bdfb667f22001053
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.19/bundle-v1.0.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ relatedImages:
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:a4a1368a3d00d56e9ae9fdc70c00ccc25946cda9b88817eff99ddc3b0e011599
revision: bccc7d41b140e98439584aabe66d4de57bcb78b3
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:4bf3f7bf3168ea4b3c6513ec52c7396493e67a22bfd89cac09273da24828a207
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
revision: f13d47568d7ea7d6befab5b1a18bcb154ef15e6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:e4c636d398654fa0cb60f13beec1cbfb8bc6498cc67c420f9b53edcb06f6ffaa
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.20/bundle-v1.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ relatedImages:
- name: lightspeed-operator
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:477acc1afc8df694c5d661f0da917b65c58a21ca3f9b115979278a6ae475b9ee
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:d8f0081fcabbdaa9e5aa4fce5ed15e2a3222a277f6ef55f5a05583480d92dda3
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:d4f3fa25a0dc60de849658ee59d900fcdf314984b27f4c07bdfb667f22001053
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.20/bundle-v1.0.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ relatedImages:
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:a4a1368a3d00d56e9ae9fdc70c00ccc25946cda9b88817eff99ddc3b0e011599
revision: bccc7d41b140e98439584aabe66d4de57bcb78b3
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:4bf3f7bf3168ea4b3c6513ec52c7396493e67a22bfd89cac09273da24828a207
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
revision: f13d47568d7ea7d6befab5b1a18bcb154ef15e6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:e4c636d398654fa0cb60f13beec1cbfb8bc6498cc67c420f9b53edcb06f6ffaa
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.21/bundle-v1.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ relatedImages:
- name: lightspeed-operator
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:477acc1afc8df694c5d661f0da917b65c58a21ca3f9b115979278a6ae475b9ee
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:d8f0081fcabbdaa9e5aa4fce5ed15e2a3222a277f6ef55f5a05583480d92dda3
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:d4f3fa25a0dc60de849658ee59d900fcdf314984b27f4c07bdfb667f22001053
- name: lightspeed-ocp-rag
Expand Down
2 changes: 1 addition & 1 deletion lightspeed-catalog-4.21/bundle-v1.0.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ relatedImages:
image: registry.redhat.io/openshift-lightspeed/lightspeed-rhel9-operator@sha256:a4a1368a3d00d56e9ae9fdc70c00ccc25946cda9b88817eff99ddc3b0e011599
revision: bccc7d41b140e98439584aabe66d4de57bcb78b3
- name: openshift-mcp-server
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:4bf3f7bf3168ea4b3c6513ec52c7396493e67a22bfd89cac09273da24828a207
image: registry.redhat.io/openshift-lightspeed/openshift-mcp-server-rhel9@sha256:6d5ad04303cb9ce007c18420483b6005dd1c1154dceb1e3476f61f7eaaf38f6a
revision: f13d47568d7ea7d6befab5b1a18bcb154ef15e6a
- name: lightspeed-to-dataverse-exporter
image: registry.redhat.io/openshift-lightspeed/lightspeed-to-dataverse-exporter-rhel9@sha256:e4c636d398654fa0cb60f13beec1cbfb8bc6498cc67c420f9b53edcb06f6ffaa
Expand Down