Skip to content

Commit

Permalink
Revert incorrect changes in CodeFlare ImageStream
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-merge-robot committed Sep 12, 2023
1 parent 5b2e01c commit f614195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codeflare-stack/base/codeflare-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit f614195

Please sign in to comment.