From a548f14dae5b8ddffee0caf75747b2217c99f651 Mon Sep 17 00:00:00 2001 From: Harshad Reddy Nalla Date: Mon, 19 Jun 2023 11:26:23 -0400 Subject: [PATCH] Set referencePolicy to source for pulling image directly (#846) Signed-off-by: Harshad Reddy Nalla --- .../additional/generic-data-science-notebook-imagestream.yaml | 4 ++-- .../overlays/additional/minimal-gpu-notebook-imagestream.yaml | 4 ++-- .../overlays/additional/minimal-notebook-imagestream.yaml | 4 ++-- .../overlays/additional/pytorch-notebook-imagestream.yaml | 4 ++-- .../overlays/additional/tensorflow-notebook-imagestream.yaml | 4 ++-- .../overlays/additional/trustyai-notebook-imagestream.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/jupyterhub/notebook-images/overlays/additional/generic-data-science-notebook-imagestream.yaml b/jupyterhub/notebook-images/overlays/additional/generic-data-science-notebook-imagestream.yaml index 5090a5f36..99c18efe6 100644 --- a/jupyterhub/notebook-images/overlays/additional/generic-data-science-notebook-imagestream.yaml +++ b/jupyterhub/notebook-images/overlays/additional/generic-data-science-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: name: $(odh-generic-data-science-notebook-image-n) name: "2023.1" referencePolicy: - type: Local + type: Source # N-1 Version of the image - annotations: opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8"}]' @@ -35,4 +35,4 @@ spec: name: $(odh-generic-data-science-notebook-image-n-1) name: "1.2" referencePolicy: - type: Local + type: Source diff --git a/jupyterhub/notebook-images/overlays/additional/minimal-gpu-notebook-imagestream.yaml b/jupyterhub/notebook-images/overlays/additional/minimal-gpu-notebook-imagestream.yaml index 365773407..8af091b9e 100644 --- a/jupyterhub/notebook-images/overlays/additional/minimal-gpu-notebook-imagestream.yaml +++ b/jupyterhub/notebook-images/overlays/additional/minimal-gpu-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: name: $(odh-minimal-gpu-notebook-image-n) name: "2023.1" referencePolicy: - type: Local + type: Source # N-1 Version of the image - annotations: opendatahub.io/notebook-software: '[{"name":"CUDA","version":"11.4"},{"name":"Python","version":"v3.8"}]' @@ -35,4 +35,4 @@ spec: name: $(odh-minimal-gpu-notebook-image-n-1) name: "1.2" referencePolicy: - type: Local + type: Source diff --git a/jupyterhub/notebook-images/overlays/additional/minimal-notebook-imagestream.yaml b/jupyterhub/notebook-images/overlays/additional/minimal-notebook-imagestream.yaml index 033f45231..6a5c66d39 100644 --- a/jupyterhub/notebook-images/overlays/additional/minimal-notebook-imagestream.yaml +++ b/jupyterhub/notebook-images/overlays/additional/minimal-notebook-imagestream.yaml @@ -25,7 +25,7 @@ spec: name: $(odh-minimal-notebook-image-n) name: "2023.1" referencePolicy: - type: Local + type: Source # N-1 Version of the image - annotations: opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8"}]' @@ -36,4 +36,4 @@ spec: name: $(odh-minimal-notebook-image-n-1) name: "1.2" referencePolicy: - type: Local + type: Source diff --git a/jupyterhub/notebook-images/overlays/additional/pytorch-notebook-imagestream.yaml b/jupyterhub/notebook-images/overlays/additional/pytorch-notebook-imagestream.yaml index 0fbdc437e..6632100df 100644 --- a/jupyterhub/notebook-images/overlays/additional/pytorch-notebook-imagestream.yaml +++ b/jupyterhub/notebook-images/overlays/additional/pytorch-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: name: $(odh-pytorch-gpu-notebook-image-n) name: "2023.1" referencePolicy: - type: Local + type: Source # N-1 Version of the image - annotations: opendatahub.io/notebook-software: '[{"name":"CUDA","version":"11.4"},{"name":"Python","version":"v3.8"},{"name":"PyTorch","version":"1.8"}]' @@ -35,4 +35,4 @@ spec: name: $(odh-pytorch-gpu-notebook-image-n-1) name: "1.2" referencePolicy: - type: Local + type: Source diff --git a/jupyterhub/notebook-images/overlays/additional/tensorflow-notebook-imagestream.yaml b/jupyterhub/notebook-images/overlays/additional/tensorflow-notebook-imagestream.yaml index f4ef7471c..9eff2e982 100644 --- a/jupyterhub/notebook-images/overlays/additional/tensorflow-notebook-imagestream.yaml +++ b/jupyterhub/notebook-images/overlays/additional/tensorflow-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: name: $(odh-tensorflow-gpu-notebook-image-n) name: "2023.1" referencePolicy: - type: Local + type: Source # N-1 Version of the image - annotations: opendatahub.io/notebook-software: '[{"name":"CUDA","version":"11.4"},{"name":"Python","version":"v3.8"},{"name":"TensorFlow","version":"2.7"}]' @@ -35,4 +35,4 @@ spec: name: $(odh-tensorflow-gpu-notebook-image-n-1) name: "1.2" referencePolicy: - type: Local + type: Source diff --git a/jupyterhub/notebook-images/overlays/additional/trustyai-notebook-imagestream.yaml b/jupyterhub/notebook-images/overlays/additional/trustyai-notebook-imagestream.yaml index d6b017475..aea0ffb28 100644 --- a/jupyterhub/notebook-images/overlays/additional/trustyai-notebook-imagestream.yaml +++ b/jupyterhub/notebook-images/overlays/additional/trustyai-notebook-imagestream.yaml @@ -23,4 +23,4 @@ spec: name: $(odh-trustyai-notebook-image-n) name: "2023.1" referencePolicy: - type: Local + type: Source