From c3f29c105694088feea39b99c6c0af71b5a11725 Mon Sep 17 00:00:00 2001 From: atheo89 Date: Wed, 16 Oct 2024 10:57:51 +0200 Subject: [PATCH] Set opendatahub.io/notebook-image to false instead of removing it --- manifests/base/jupyter-habana-notebook-imagestream.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/base/jupyter-habana-notebook-imagestream.yaml b/manifests/base/jupyter-habana-notebook-imagestream.yaml index 67352a195..eb917d47c 100644 --- a/manifests/base/jupyter-habana-notebook-imagestream.yaml +++ b/manifests/base/jupyter-habana-notebook-imagestream.yaml @@ -4,6 +4,9 @@ apiVersion: image.openshift.io/v1 kind: ImageStream metadata: + labels: + # This label specifies whether the workbench image should be displayed in the UI. Setting it to 'false' disables the image + opendatahub.io/notebook-image: "false" annotations: opendatahub.io/notebook-image-url: "https://github.com/red-hat-data-services/notebooks/tree/main/habana" opendatahub.io/notebook-image-name: "HabanaAI"