Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update notebook images
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Aug 31, 2021
1 parent a66f2d8 commit b90cb8a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"groupName": "knative",
"additionalBranchPrefix": ""
},
{
"description": "Notebook Updates",
"matchPackagePatterns": ["^ghcr.io\/pluralsh\/kubeflow-notebooks.*"],
"groupName": "notebooks",
"automerge": true,
"requiredStatusChecks": null,
"additionalBranchPrefix": ""
},
//{
// "matchDatasources": [
// "docker"
Expand Down Expand Up @@ -100,6 +108,14 @@
"(tag:|value:) (?<currentValue>.*) # (?<depName>.*)"
],
"datasourceTemplate": "docker"
},
// Update Jupyter Spawner Images
{
"fileMatch": ["(^|/)spawner_ui_config.yaml$"],
"matchStrings": [
"(value:|-) (?<depName>kubeflownotebooks\/[^\/]*?)\:(?<currentValue>.*)"
],
"datasourceTemplate": "docker"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,28 @@ data:
# Note that some values can be templated. Such values are the names of the
# Volumes as well as their StorageClass
spawnerFormDefaults:
# container image source available at https://github.com/pluralsh/kubeflow-notebooks
image:
# The container Image for the user's Jupyter Notebook
value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:master-1831e436
value: ghcr.io/pluralsh/kubeflow-notebooks-jupyter-scipy:v1.0.0
# The list of available standard container Images
options:
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-scipy:master-1831e436
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-full:master-1831e436
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-pytorch-cuda-full:master-1831e436
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-full:master-1831e436
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter-tensorflow-cuda-full:master-1831e436
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-scipy:v1.0.0
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-full:v1.0.0
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-pytorch-full-cuda:v1.0.0
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-tensorflow-full:v1.0.0
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-tensorflow-full-cuda:v1.0.0
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-go:v1.0.0
- ghcr.io/pluralsh/kubeflow-notebooks-jupyter-elixir:v1.0.0
imageGroupOne:
# The container Image for the user's Group One Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
# is applied to notebook in this group, configuring
# the Istio rewrite for containers that host their web UI at `/`
value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:master-1831e436
value: ghcr.io/pluralsh/kubeflow-notebooks-codeserver-python:v1.0.0
# The list of available standard container Images
options:
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/codeserver-python:master-1831e436
- ghcr.io/pluralsh/kubeflow-notebooks-codeserver-python:v1.0.0
imageGroupTwo:
# The container Image for the user's Group Two Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
Expand All @@ -48,10 +51,10 @@ data:
# The annotation `notebooks.kubeflow.org/http-headers-request-set`
# is applied to notebook in this group, configuring Istio
# to add the `X-RStudio-Root-Path` header to requests
value: public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:master-164fa2ea
value: ghcr.io/pluralsh/kubeflow-notebooks-rstudio-tidyverse:v1.0.0
# The list of available standard container Images
options:
- public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/rstudio-tidyverse:master-164fa2ea
- ghcr.io/pluralsh/kubeflow-notebooks-rstudio-tidyverse:v1.0.0
allowCustomImage: true
# If true, users can input custom images
# If false, users can only select from the images in this config
Expand Down

0 comments on commit b90cb8a

Please sign in to comment.