Skip to content

Commit

Permalink
Updated the notebook manifests with 2024b image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dibryant committed Oct 1, 2024
1 parent c37956c commit 8ebd6b6
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions manifests/base/code-server-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
from:
kind: DockerImage
name: $(odh-codeserver-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N-1 Version of the image
Expand All @@ -37,6 +37,6 @@ spec:
from:
kind: DockerImage
name: $(odh-codeserver-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/jupyter-datascience-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
from:
kind: DockerImage
name: $(odh-generic-data-science-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N-1 Version of the image
Expand All @@ -37,6 +37,6 @@ spec:
from:
kind: DockerImage
name: $(odh-generic-data-science-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/jupyter-minimal-gpu-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
from:
kind: DockerImage
name: $(odh-minimal-gpu-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N-1 Version of the image
Expand All @@ -38,6 +38,6 @@ spec:
from:
kind: DockerImage
name: $(odh-minimal-gpu-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/jupyter-minimal-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
from:
kind: DockerImage
name: $(odh-minimal-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N Version of the image
Expand All @@ -39,6 +39,6 @@ spec:
from:
kind: DockerImage
name: $(odh-minimal-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/jupyter-pytorch-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
from:
kind: DockerImage
name: $(odh-pytorch-gpu-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N-1 Version of the image
Expand All @@ -38,6 +38,6 @@ spec:
from:
kind: DockerImage
name: $(odh-pytorch-gpu-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ spec:
from:
kind: DockerImage
name: $(jupyter-rocm-minimal-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ spec:
from:
kind: DockerImage
name: $(odh-rocm-pytorch-notebook-image-commit-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ spec:
from:
kind: DockerImage
name: $(odh-rocm-tensorflow-notebook-image-commit-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/jupyter-tensorflow-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
from:
kind: DockerImage
name: $(odh-tensorflow-gpu-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N-1 Version of the image
Expand All @@ -38,6 +38,6 @@ spec:
from:
kind: DockerImage
name: $(odh-tensorflow-gpu-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/jupyter-trustyai-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
from:
kind: DockerImage
name: $(odh-trustyai-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N-1 Version of the image
Expand All @@ -37,6 +37,6 @@ spec:
from:
kind: DockerImage
name: $(odh-trustyai-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source
4 changes: 2 additions & 2 deletions manifests/base/rstudio-gpu-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
from:
kind: DockerImage
name: $(odh-rstudio-gpu-notebook-image-n)
name: "2024.1"
name: "2024.2"
referencePolicy:
type: Source
# N Version of the image
Expand All @@ -38,6 +38,6 @@ spec:
from:
kind: DockerImage
name: $(odh-rstudio-gpu-notebook-image-n-1)
name: "2023.2"
name: "2024.1"
referencePolicy:
type: Source

0 comments on commit 8ebd6b6

Please sign in to comment.