From f6141955c4b95a7bf2c467eaf70a21d77121a36e Mon Sep 17 00:00:00 2001 From: Karel Suta Date: Tue, 12 Sep 2023 10:58:10 +0200 Subject: [PATCH] Revert incorrect changes in CodeFlare ImageStream --- codeflare-stack/base/codeflare-notebook-imagestream.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codeflare-stack/base/codeflare-notebook-imagestream.yaml b/codeflare-stack/base/codeflare-notebook-imagestream.yaml index 9afef715..bcfbe2e2 100644 --- a/codeflare-stack/base/codeflare-notebook-imagestream.yaml +++ b/codeflare-stack/base/codeflare-notebook-imagestream.yaml @@ -1,11 +1,11 @@ kind: ImageStream apiVersion: image.openshift.io/v1 metadata: - name: v0.7.1 + name: codeflare-notebook labels: opendatahub.io/notebook-image: 'true' annotations: - opendatahub.io/notebook-image-name: v0.7.1 + opendatahub.io/notebook-image-name: "CodeFlare Notebook" opendatahub.io/notebook-image-desc: "Custom Jupyter notebook image with codeflare SDK, Python 3.8, Ray 2.1.0 and PyTorch 1.12.1" spec: lookupPolicy: @@ -16,6 +16,6 @@ spec: name: v0.7.1 from: kind: DockerImage - name: v0.7.1 + name: quay.io/project-codeflare/notebook:v0.7.1 importPolicy: scheduled: true