Skip to content

Commit

Permalink
feat: update notebook-operators charms to 1.8.0-rc.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab authored Sep 18, 2023
1 parent 0257064 commit c6367e8
Show file tree
Hide file tree
Showing 7 changed files with 267 additions and 9,534 deletions.
2 changes: 1 addition & 1 deletion charms/jupyter-controller/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
type: oci-image
description: 'Backing OCI image'
auto-fetch: true
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.7.0
upstream-source: docker.io/kubeflownotebookswg/notebook-controller:v1.8.0-rc.0
provides:
metrics-endpoint:
interface: prometheus_scrape
Expand Down
9,411 changes: 0 additions & 9,411 deletions charms/jupyter-controller/src/crds.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
- create
- get
- list
- patch
- watch
- apiGroups:
- ''
Expand Down
19 changes: 19 additions & 0 deletions charms/jupyter-controller/src/templates/crds.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Source: manifests/apps/jupyter/notebook-controller/upstream/crd/bases/kubeflow.org_notebooks.yaml
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -3076,13 +3077,19 @@ spec:
lastProbeTime:
format: date-time
type: string
lastTransitionTime:
format: date-time
type: string
message:
type: string
reason:
type: string
status:
type: string
type:
type: string
required:
- status
- type
type: object
type: array
Expand Down Expand Up @@ -6199,13 +6206,19 @@ spec:
lastProbeTime:
format: date-time
type: string
lastTransitionTime:
format: date-time
type: string
message:
type: string
reason:
type: string
status:
type: string
type:
type: string
required:
- status
- type
type: object
type: array
Expand Down Expand Up @@ -9322,13 +9335,19 @@ spec:
lastProbeTime:
format: date-time
type: string
lastTransitionTime:
format: date-time
type: string
message:
type: string
reason:
type: string
status:
type: string
type:
type: string
required:
- status
- type
type: object
type: array
Expand Down
14 changes: 7 additions & 7 deletions charms/jupyter-ui/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ options:
jupyter-images:
type: string
default: |
- kubeflownotebookswg/jupyter-scipy:v1.7.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.7.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.7.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.7.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.7.0
- kubeflownotebookswg/jupyter-scipy:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0-rc.0
description: list of image options for Jupyter Notebook
rstudio-images:
type: string
default: |
- kubeflownotebookswg/codeserver-python:v1.7.0
- kubeflownotebookswg/codeserver-python:v1.8.0-rc.0
description: list of image options for RStudio
vscode-images:
type: string
default: |
- kubeflownotebookswg/rstudio-tidyverse:v1.7.0
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0-rc.0
description: list of image options for VSCode
2 changes: 1 addition & 1 deletion charms/jupyter-ui/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
oci-image:
type: oci-image
description: 'Backing OCI image'
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.7.0
upstream-source: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0-rc.0
requires:
ingress:
interface: ingress
Expand Down
Loading

0 comments on commit c6367e8

Please sign in to comment.