File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ func NewExampleWorkspaceKind(name string) *kubefloworgv1beta1.WorkspaceKind {
312
312
},
313
313
},
314
314
Spec : kubefloworgv1beta1.ImageConfigSpec {
315
- Image : "docker .io/kubeflownotebookswg /jupyter-scipy:v1.8.0" ,
315
+ Image : "ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.8.0" ,
316
316
Ports : []kubefloworgv1beta1.ImagePort {
317
317
{
318
318
Id : "jupyterlab" ,
@@ -337,7 +337,7 @@ func NewExampleWorkspaceKind(name string) *kubefloworgv1beta1.WorkspaceKind {
337
337
},
338
338
},
339
339
Spec : kubefloworgv1beta1.ImageConfigSpec {
340
- Image : "docker .io/kubeflownotebookswg /jupyter-scipy:v1.9.0" ,
340
+ Image : "ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.9.0" ,
341
341
Ports : []kubefloworgv1beta1.ImagePort {
342
342
{
343
343
Id : "jupyterlab" ,
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ type ImageConfigValue struct {
318
318
type ImageConfigSpec struct {
319
319
// the container image to use
320
320
// +kubebuilder:validation:MinLength:=2
321
- // +kubeflow:example="docker .io/kubeflownotebookswg /jupyter-scipy:v1.7.0"
321
+ // +kubeflow:example="ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.7.0"
322
322
Image string `json:"image"`
323
323
324
324
// the pull policy for the container image
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ spec:
271
271
spec :
272
272
# # the container image to use
273
273
# #
274
- image : " docker .io/kubeflownotebookswg /jupyter-scipy:v1.8.0"
274
+ image : " ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.8.0"
275
275
276
276
# # the pull policy for the container image
277
277
# # - default: "IfNotPresent"
@@ -301,7 +301,7 @@ spec:
301
301
- key : " python_version"
302
302
value : " 3.11"
303
303
spec :
304
- image : " docker .io/kubeflownotebookswg /jupyter-scipy:v1.9.0"
304
+ image : " ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.9.0"
305
305
imagePullPolicy : " IfNotPresent"
306
306
ports :
307
307
- id : " jupyterlab"
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ func NewExampleWorkspaceKind1(name string) *kubefloworgv1beta1.WorkspaceKind {
288
288
},
289
289
},
290
290
Spec : kubefloworgv1beta1.ImageConfigSpec {
291
- Image : "docker .io/kubeflownotebookswg /jupyter-scipy:v1.8.0" ,
291
+ Image : "ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.8.0" ,
292
292
Ports : []kubefloworgv1beta1.ImagePort {
293
293
{
294
294
Id : "jupyterlab" ,
@@ -313,7 +313,7 @@ func NewExampleWorkspaceKind1(name string) *kubefloworgv1beta1.WorkspaceKind {
313
313
},
314
314
},
315
315
Spec : kubefloworgv1beta1.ImageConfigSpec {
316
- Image : "docker .io/kubeflownotebookswg /jupyter-scipy:v1.9.0" ,
316
+ Image : "ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.9.0" ,
317
317
Ports : []kubefloworgv1beta1.ImagePort {
318
318
{
319
319
Id : "jupyterlab" ,
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ func NewExampleWorkspaceKind(name string) *kubefloworgv1beta1.WorkspaceKind {
276
276
},
277
277
},
278
278
Spec : kubefloworgv1beta1.ImageConfigSpec {
279
- Image : "docker .io/kubeflownotebookswg /jupyter-scipy:v1.8.0" ,
279
+ Image : "ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.8.0" ,
280
280
Ports : []kubefloworgv1beta1.ImagePort {
281
281
{
282
282
Id : "jupyterlab" ,
@@ -301,7 +301,7 @@ func NewExampleWorkspaceKind(name string) *kubefloworgv1beta1.WorkspaceKind {
301
301
},
302
302
},
303
303
Spec : kubefloworgv1beta1.ImageConfigSpec {
304
- Image : "docker .io/kubeflownotebookswg /jupyter-scipy:v1.9.0" ,
304
+ Image : "ghcr .io/kubeflow/kubeflow/notebook-servers /jupyter-scipy:v1.9.0" ,
305
305
Ports : []kubefloworgv1beta1.ImagePort {
306
306
{
307
307
Id : "jupyterlab" ,
You can’t perform that action at this time.
0 commit comments