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